File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
generator/src/main/java/io/geekidea/springbootplus/generator Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -342,12 +342,12 @@ public class SpringBootPlusApplication {
342342}
343343```
344344
345- ### 5. 访问项目swagger文档
345+ ### 5. 访问项目Swagger文档
346346[ http://47.105.159.10:8888/api/swagger-ui.html ] ( http://47.105.159.10:8888/api/swagger-ui.html )
347347![ swagger-ui.png] ( https://geekidea.oss-cn-chengdu.aliyuncs.com/spring-boot-plus/img/swagger-ui.png )
348348![ swagger-ui-1.png] ( https://geekidea.oss-cn-chengdu.aliyuncs.com/spring-boot-plus/img/swagger-ui-1.png )
349349
350- ### 6. 访问nife4j文档
350+ ### 6. 访问Knife4j文档
351351[ http://47.105.159.10:8888/api/doc.html ] ( http://47.105.159.10:8888/api/doc.html )
352352![ knife4j.png] ( https://geekidea.oss-cn-chengdu.aliyuncs.com/spring-boot-plus/img/knife4j.png )
353353![ 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) {
7171 .setGeneratorMapperXml (true )
7272 .setGeneratorPageParam (true )
7373 .setGeneratorQueryVo (true )
74- .setRequiresPermissions (true )
74+ .setRequiresPermissions (false )
7575 .setPageListOrder (true )
7676 .setParamValidation (true )
7777 .setSwaggerTags (true )
You can’t perform that action at this time.
0 commit comments