Skip to content

Commit b648d20

Browse files
committed
fix: swagger 配置包名调整
1 parent 1205737 commit b648d20

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

application/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
<groupId>top.cadecode</groupId>
2323
<artifactId>uni-boot-common-plugin-actuator</artifactId>
2424
</dependency>
25+
<dependency>
26+
<groupId>top.cadecode</groupId>
27+
<artifactId>uni-boot-business-sample</artifactId>
28+
</dependency>
2529
<!--SpringBoot tomcat-->
2630
<dependency>
2731
<groupId>org.springframework.boot</groupId>

application/src/main/resources/application-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ uni-boot:
4545
email: cadecode@foxmail.com
4646
version: ${uni-boot.config.version}
4747
module:
48-
application: top.cadecode.uniboot.controller
48+
framework: top.cadecode.uniboot.framework.controller
4949
sample: top.cadecode.uniboot.business.sample.controller
5050
security:
5151
auth-model: redis

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
</dependency>
7070
<dependency>
7171
<groupId>top.cadecode</groupId>
72-
<artifactId>uni-boot-business</artifactId>
72+
<artifactId>uni-boot-business-sample</artifactId>
7373
<version>${uni.version}</version>
7474
</dependency>
7575
</dependencies>

0 commit comments

Comments
 (0)