first commit
This commit is contained in:
@ -30,6 +30,10 @@
|
||||
<groupId>com.qiaoba</groupId>
|
||||
<artifactId>qiaoba-module-tenant</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.qiaoba</groupId>
|
||||
<artifactId>qiaoba-module-generator</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
@ -115,6 +115,9 @@ springdoc:
|
||||
- group: '监控管理'
|
||||
paths-to-match: '/**'
|
||||
packages-to-scan: com.qiaoba.module.monitor.controller
|
||||
- group: '代码生成'
|
||||
paths-to-match: '/**'
|
||||
packages-to-scan: com.qiaoba.module.generator.controller
|
||||
# knife4j的增强配置,不需要增强可以不配
|
||||
knife4j:
|
||||
enable: true
|
||||
|
Reference in New Issue
Block a user