|
|
@@ -78,12 +78,6 @@
|
|
78
|
78
|
<artifactId>springfox-swagger-ui</artifactId>
|
|
79
|
79
|
<version>2.6.1</version>
|
|
80
|
80
|
</dependency>
|
|
81
|
|
- <!-- swagger2markup添加 -->
|
|
82
|
|
-<!-- <dependency> -->
|
|
83
|
|
-<!-- <groupId>io.github.swagger2markup</groupId> -->
|
|
84
|
|
-<!-- <artifactId>swagger2markup</artifactId> -->
|
|
85
|
|
-<!-- <version>1.3.3</version> -->
|
|
86
|
|
-<!-- </dependency> -->
|
|
87
|
81
|
|
|
88
|
82
|
<dependency>
|
|
89
|
83
|
<groupId>org.springframework.boot</groupId>
|
|
|
@@ -101,6 +95,11 @@
|
|
101
|
95
|
<artifactId>fastjson</artifactId>
|
|
102
|
96
|
<version>1.2.37</version>
|
|
103
|
97
|
</dependency>
|
|
|
98
|
+<!-- <dependency>-->
|
|
|
99
|
+<!-- <groupId>com.alibaba</groupId>-->
|
|
|
100
|
+<!-- <artifactId>druid-spring-boot-starter</artifactId>-->
|
|
|
101
|
+<!-- <version>1.1.10</version>-->
|
|
|
102
|
+<!-- </dependency>-->
|
|
104
|
103
|
<!-- 定时需要的jar包 -->
|
|
105
|
104
|
<dependency>
|
|
106
|
105
|
<groupId>org.quartz-scheduler</groupId>
|
|
|
@@ -196,108 +195,6 @@
|
|
196
|
195
|
<failOnMissingWebXml>false</failOnMissingWebXml>
|
|
197
|
196
|
</configuration>
|
|
198
|
197
|
</plugin>
|
|
199
|
|
- <!-- swagger2markup添加 -->
|
|
200
|
|
-<!-- <plugin> -->
|
|
201
|
|
-<!-- <groupId>io.github.swagger2markup</groupId> -->
|
|
202
|
|
-<!-- <artifactId>swagger2markup-maven-plugin</artifactId> -->
|
|
203
|
|
-<!-- <version>${swagger2markup.version}</version> -->
|
|
204
|
|
-<!-- <dependencies> -->
|
|
205
|
|
-<!-- <dependency> -->
|
|
206
|
|
-<!-- <groupId>io.github.swagger2markup</groupId> -->
|
|
207
|
|
-<!-- <artifactId>swagger2markup-import-files-ext</artifactId> -->
|
|
208
|
|
-<!-- <version>${swagger2markup.version}</version> -->
|
|
209
|
|
-<!-- </dependency> -->
|
|
210
|
|
-<!-- <dependency> -->
|
|
211
|
|
-<!-- <groupId>io.github.swagger2markup</groupId> -->
|
|
212
|
|
-<!-- <artifactId>swagger2markup-spring-restdocs-ext</artifactId> -->
|
|
213
|
|
-<!-- <version>${swagger2markup.version}</version> -->
|
|
214
|
|
-<!-- </dependency> -->
|
|
215
|
|
-<!-- </dependencies> -->
|
|
216
|
|
-<!-- <configuration> -->
|
|
217
|
|
-<!-- <swaggerInput>http://localhost:9022/v2/api-docs</swaggerInput> -->
|
|
218
|
|
-<!-- <outputDir>${generated.asciidoc.directory}</outputDir> -->
|
|
219
|
|
-<!-- <config> -->
|
|
220
|
|
-<!-- <swagger2markup.markupLanguage>ASCIIDOC</swagger2markup.markupLanguage> -->
|
|
221
|
|
-<!-- <swagger2markup.pathsGroupedBy>TAGS</swagger2markup.pathsGroupedBy> -->
|
|
222
|
|
-
|
|
223
|
|
-<!-- <swagger2markup.extensions.dynamicOverview.contentPath>${project.basedir}/src/docs/asciidoc/extensions/overview</swagger2markup.extensions.dynamicOverview.contentPath> -->
|
|
224
|
|
-<!-- <swagger2markup.extensions.dynamicDefinitions.contentPath>${project.basedir}/src/docs/asciidoc/extensions/definitions</swagger2markup.extensions.dynamicDefinitions.contentPath> -->
|
|
225
|
|
-<!-- <swagger2markup.extensions.dynamicPaths.contentPath>${project.basedir}/src/docs/asciidoc/extensions/paths</swagger2markup.extensions.dynamicPaths.contentPath> -->
|
|
226
|
|
-<!-- <swagger2markup.extensions.dynamicSecurity.contentPath>${project.basedir}src/docs/asciidoc/extensions/security/</swagger2markup.extensions.dynamicSecurity.contentPath> -->
|
|
227
|
|
-
|
|
228
|
|
-<!-- <swagger2markup.extensions.springRestDocs.snippetBaseUri>${swagger.snippetOutput.dir}</swagger2markup.extensions.springRestDocs.snippetBaseUri> -->
|
|
229
|
|
-<!-- <swagger2markup.extensions.springRestDocs.defaultSnippets>true</swagger2markup.extensions.springRestDocs.defaultSnippets> -->
|
|
230
|
|
-<!-- </config> -->
|
|
231
|
|
-<!-- </configuration> -->
|
|
232
|
|
-<!-- <executions> -->
|
|
233
|
|
-<!-- <execution> -->
|
|
234
|
|
-<!-- <phase>test</phase> -->
|
|
235
|
|
-<!-- <goals> -->
|
|
236
|
|
-<!-- <goal>convertSwagger2markup</goal> -->
|
|
237
|
|
-<!-- </goals> -->
|
|
238
|
|
-<!-- </execution> -->
|
|
239
|
|
-<!-- </executions> -->
|
|
240
|
|
-<!-- </plugin> -->
|
|
241
|
|
-<!-- <plugin> -->
|
|
242
|
|
-<!-- <groupId>org.asciidoctor</groupId> -->
|
|
243
|
|
-<!-- <artifactId>asciidoctor-maven-plugin</artifactId> -->
|
|
244
|
|
-<!-- <version>1.5.6</version> -->
|
|
245
|
|
-<!-- Include Asciidoctor PDF for pdf generation -->
|
|
246
|
|
-<!-- <dependencies> -->
|
|
247
|
|
-<!-- <dependency> -->
|
|
248
|
|
-<!-- <groupId>org.asciidoctor</groupId> -->
|
|
249
|
|
-<!-- <artifactId>asciidoctorj-pdf</artifactId> -->
|
|
250
|
|
-<!-- <version>1.5.0-alpha.16</version> -->
|
|
251
|
|
-<!-- </dependency> -->
|
|
252
|
|
-<!-- <dependency> -->
|
|
253
|
|
-<!-- <groupId>org.jruby</groupId> -->
|
|
254
|
|
-<!-- <artifactId>jruby-complete</artifactId> -->
|
|
255
|
|
-<!-- <version>1.7.21</version> -->
|
|
256
|
|
-<!-- </dependency> -->
|
|
257
|
|
-<!-- </dependencies> -->
|
|
258
|
|
-<!-- Configure generic document generation settings -->
|
|
259
|
|
-<!-- <configuration> -->
|
|
260
|
|
-<!-- <sourceDirectory>${asciidoctor.input.directory}</sourceDirectory> -->
|
|
261
|
|
-<!-- <sourceDocumentName>index.adoc</sourceDocumentName> -->
|
|
262
|
|
-<!-- <attributes> -->
|
|
263
|
|
-<!-- <doctype>book</doctype> -->
|
|
264
|
|
-<!-- <toc>left</toc> -->
|
|
265
|
|
-<!-- <toclevels>3</toclevels> -->
|
|
266
|
|
-<!-- <numbered></numbered> -->
|
|
267
|
|
-<!-- <hardbreaks></hardbreaks> -->
|
|
268
|
|
-<!-- <sectlinks></sectlinks> -->
|
|
269
|
|
-<!-- <sectanchors></sectanchors> -->
|
|
270
|
|
-<!-- <generated>${generated.asciidoc.directory}</generated> -->
|
|
271
|
|
-<!-- </attributes> -->
|
|
272
|
|
-<!-- </configuration> -->
|
|
273
|
|
-<!-- Since each execution can only handle one backend, run separate executions for each desired output type -->
|
|
274
|
|
-<!-- <executions> -->
|
|
275
|
|
-<!-- <execution> -->
|
|
276
|
|
-<!-- <id>output-html</id> -->
|
|
277
|
|
-<!-- <phase>test</phase> -->
|
|
278
|
|
-<!-- <goals> -->
|
|
279
|
|
-<!-- <goal>process-asciidoc</goal> -->
|
|
280
|
|
-<!-- </goals> -->
|
|
281
|
|
-<!-- <configuration> -->
|
|
282
|
|
-<!-- <backend>html5</backend> -->
|
|
283
|
|
-<!-- <outputDirectory>${asciidoctor.html.output.directory}</outputDirectory> -->
|
|
284
|
|
-<!-- </configuration> -->
|
|
285
|
|
-<!-- </execution> -->
|
|
286
|
|
-
|
|
287
|
|
-<!-- <execution> -->
|
|
288
|
|
-<!-- <id>output-pdf</id> -->
|
|
289
|
|
-<!-- <phase>test</phase> -->
|
|
290
|
|
-<!-- <goals> -->
|
|
291
|
|
-<!-- <goal>process-asciidoc</goal> -->
|
|
292
|
|
-<!-- </goals> -->
|
|
293
|
|
-<!-- <configuration> -->
|
|
294
|
|
-<!-- <backend>pdf</backend> -->
|
|
295
|
|
-<!-- <outputDirectory>${asciidoctor.pdf.output.directory}</outputDirectory> -->
|
|
296
|
|
-<!-- </configuration> -->
|
|
297
|
|
-<!-- </execution> -->
|
|
298
|
|
-
|
|
299
|
|
-<!-- </executions> -->
|
|
300
|
|
-<!-- </plugin> -->
|
|
301
|
198
|
</plugins>
|
|
302
|
199
|
|
|
303
|
200
|
<!-- 如果不添加此节点mybatis的mapper.xml文件都会被漏掉。 -->
|
|
|
@@ -325,29 +222,6 @@
|
|
325
|
222
|
<enabled>false</enabled>
|
|
326
|
223
|
</snapshots>
|
|
327
|
224
|
</repository>
|
|
328
|
|
- <!-- swagger2markup添加 -->
|
|
329
|
|
-<!-- <repository> -->
|
|
330
|
|
-<!-- <snapshots> -->
|
|
331
|
|
-<!-- <enabled>true</enabled> -->
|
|
332
|
|
-<!-- <updatePolicy>always</updatePolicy> -->
|
|
333
|
|
-<!-- </snapshots> -->
|
|
334
|
|
-<!-- <id>jcenter-releases</id> -->
|
|
335
|
|
-<!-- <name>jcenter</name> -->
|
|
336
|
|
-<!-- <url>http://jcenter.bintray.com</url> -->
|
|
337
|
|
-<!-- </repository> -->
|
|
338
|
|
-<!-- <repository> -->
|
|
339
|
|
-<!-- <id>jcentral</id> -->
|
|
340
|
|
-<!-- <name>bintray</name> -->
|
|
341
|
|
-<!-- <url>http://jcenter.bintray.com</url> -->
|
|
342
|
|
-<!-- <snapshots> -->
|
|
343
|
|
-<!-- <enabled>false</enabled> -->
|
|
344
|
|
-<!-- </snapshots> -->
|
|
345
|
|
-<!-- </repository> -->
|
|
346
|
|
-<!-- <repository> -->
|
|
347
|
|
-<!-- <id>jcenter-snapshots</id> -->
|
|
348
|
|
-<!-- <name>jcenter</name> -->
|
|
349
|
|
-<!-- <url>http://oss.jfrog.org/artifactory/oss-snapshot-local/</url> -->
|
|
350
|
|
-<!-- </repository> -->
|
|
351
|
225
|
</repositories>
|
|
352
|
226
|
|
|
353
|
227
|
|