File tree Expand file tree Collapse file tree 6 files changed +8
-53
lines changed
springboot-socketio/src/main/resources
test/java/com/xncoding/jwt Expand file tree Collapse file tree 6 files changed +8
-53
lines changed Original file line number Diff line number Diff line change @@ -26,20 +26,4 @@ logging:
2626 ROOT : INFO
2727 com :
2828 xncoding : DEBUG
29- file : E:/logs/app.log
30-
31- ---
32-
33- # ####################################################################
34- # ####################### 测试环境profile ##########################
35- # ####################################################################
36-
37- spring :
38- profiles : test
39-
40- logging :
41- level :
42- ROOT : INFO
43- com :
44- xncoding : DEBUG
45- file : /var/logs/app.log
29+ file : D:/logs/app.log
Original file line number Diff line number Diff line change 33
44集成Swagger2自动生成API文档,同时可转换成PDF格式
55
6+ 启动应用后访问:http://localhost:9095/swagger-ui.html
7+
68## 许可证
79
810Copyright (c) 2018 Xiong Neng
Original file line number Diff line number Diff line change 7272 <dependency >
7373 <groupId >io.springfox</groupId >
7474 <artifactId >springfox-swagger2</artifactId >
75- <version >2.7 .0</version >
75+ <version >2.8 .0</version >
7676 </dependency >
7777 <dependency >
78- <groupId >com.xncoding </groupId >
78+ <groupId >io.springfox </groupId >
7979 <artifactId >springfox-swagger-ui</artifactId >
80- <version >2.7 .0</version >
80+ <version >2.8 .0</version >
8181 </dependency >
8282 <dependency >
8383 <groupId >org.pegdown</groupId >
Original file line number Diff line number Diff line change @@ -27,20 +27,4 @@ logging:
2727 ROOT : INFO
2828 com :
2929 xncoding : DEBUG
30- file : E:/logs/app-api.log
31-
32- ---
33-
34- # ####################################################################
35- # ####################### 测试环境profile ##########################
36- # ####################################################################
37-
38- spring :
39- profiles : test
40-
41- logging :
42- level :
43- ROOT : INFO
44- com :
45- xncoding : DEBUG
46- file : /var/logs/app-api.log
30+ file : D:/logs/app-api.log
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public class Swagger2MarkupTest {
5151 *
5252 * 执行完成后生成PDF文件方法:
5353 *
54- * 首先在`build /swagger.adoc`的顶部加入:
54+ * 首先在`swagger /swagger.adoc`的顶部加入:
5555 ```
5656 :toclevels: 3
5757 :numbered:
You can’t perform that action at this time.
0 commit comments