8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0769ba commit 189395dCopy full SHA for 189395d
star/ReadMe.md
@@ -1,9 +1,9 @@
1
## Spring Boot中集成Swagger UI
2
- + 添加依赖
3
- + 编写config(参考SwaggerConfig.java)
4
- + 增加接口和参数的自定义说明(参考UserController.java)
5
- + 访问: http://localhost:8080/swagger-ui.html
+ 1.添加依赖
+ 2.编写config(参考SwaggerConfig.java)
+ 3.增加接口和参数的自定义说明(参考UserController.java)
+ 4.访问: http://localhost:8080/swagger-ui.html
6
7
## 如何使用定时器
8
- + 启动类添加注解@EnableScheduling
9
- + 需要定时执行的方法上添加注解@Scheduled,并且配置定时器执行的频率
+ 1.启动类添加注解@EnableScheduling
+ 2.需要定时执行的方法上添加注解@Scheduled,并且配置定时器执行的频率
0 commit comments