File tree 2 files changed +3
-3
lines changed
generator/src/main/java/io/geekidea/springbootplus/generator
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -342,12 +342,12 @@ public class SpringBootPlusApplication {
342
342
}
343
343
```
344
344
345
- ### 5. 访问项目swagger文档
345
+ ### 5. 访问项目Swagger文档
346
346
[ http://47.105.159.10:8888/api/swagger-ui.html ] ( http://47.105.159.10:8888/api/swagger-ui.html )
347
347
![ swagger-ui.png] ( https://geekidea.oss-cn-chengdu.aliyuncs.com/spring-boot-plus/img/swagger-ui.png )
348
348
![ swagger-ui-1.png] ( https://geekidea.oss-cn-chengdu.aliyuncs.com/spring-boot-plus/img/swagger-ui-1.png )
349
349
350
- ### 6. 访问nife4j文档
350
+ ### 6. 访问Knife4j文档
351
351
[ http://47.105.159.10:8888/api/doc.html ] ( http://47.105.159.10:8888/api/doc.html )
352
352
![ knife4j.png] ( https://geekidea.oss-cn-chengdu.aliyuncs.com/spring-boot-plus/img/knife4j.png )
353
353
![ knife4j-1.png] ( https://geekidea.oss-cn-chengdu.aliyuncs.com/spring-boot-plus/img/knife4j-1.png )
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public static void main(String[] args) {
71
71
.setGeneratorMapperXml (true )
72
72
.setGeneratorPageParam (true )
73
73
.setGeneratorQueryVo (true )
74
- .setRequiresPermissions (true )
74
+ .setRequiresPermissions (false )
75
75
.setPageListOrder (true )
76
76
.setParamValidation (true )
77
77
.setSwaggerTags (true )
You can’t perform that action at this time.
0 commit comments