File tree 1 file changed +2
-33
lines changed
spring-boot-modules/spring-boot-springdoc
1 file changed +2
-33
lines changed Original file line number Diff line number Diff line change 66
66
<scope >test</scope >
67
67
</dependency >
68
68
</dependencies >
69
-
70
69
<build >
71
70
<plugins >
72
71
<plugin >
73
72
<groupId >org.springframework.boot</groupId >
74
73
<artifactId >spring-boot-maven-plugin</artifactId >
75
- <executions >
76
- <execution >
77
- <id >pre-integration-test</id >
78
- <goals >
79
- <goal >start</goal >
80
- </goals >
81
- </execution >
82
- <execution >
83
- <id >post-integration-test</id >
84
- <goals >
85
- <goal >stop</goal >
86
- </goals >
87
- </execution >
88
- </executions >
89
- </plugin >
90
- <plugin >
91
- <groupId >org.springdoc</groupId >
92
- <artifactId >springdoc-openapi-maven-plugin</artifactId >
93
- <version >${springdoc-openapi-maven-plugin.version} </version >
94
- <executions >
95
- <execution >
96
- <phase >integration-test</phase >
97
- <goals >
98
- <goal >generate</goal >
99
- </goals >
100
- </execution >
101
- </executions >
102
74
<configuration >
103
- <apiDocsUrl >http://localhost:8080/api-docs</apiDocsUrl >
104
- <outputFileName >openapi.json</outputFileName >
105
- <outputDir >${project.build.directory} </outputDir >
75
+ <mainClass >com.baeldung.springdoc.SpringdocApplication</mainClass >
106
76
</configuration >
107
- </plugin >
77
+ </plugin >
108
78
<plugin >
109
79
<groupId >org.asciidoctor</groupId >
110
80
<artifactId >asciidoctor-maven-plugin</artifactId >
150
120
<snippetsDirectory >${project.build.directory}/generated-snippets</snippetsDirectory >
151
121
<springdoc-openapi-maven-plugin .version>1.4</springdoc-openapi-maven-plugin .version>
152
122
<spring-boot .repackage.skip>true</spring-boot .repackage.skip>
153
- <start-class >com.baeldung.springdoc.SpringdocApplication</start-class >
154
123
</properties >
155
124
156
125
</project >
You can’t perform that action at this time.
0 commit comments