File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments