重命名默认数据库名为:csa,重命名组名为com.jlt,重命名包名为com.jlt.csa

SpringBoot启动类,使用@SpringBootApplication的scanBasePackages元素替代@ComponentScan注解。
This commit is contained in:
jlt
2022-03-21 22:12:17 +08:00
parent be13b2ec59
commit 7a3dc7d317
11 changed files with 27 additions and 29 deletions

View File

@ -62,7 +62,7 @@
</dependency>
<dependency>
<groupId>com.jlt.farming</groupId>
<groupId>com.jlt</groupId>
<artifactId>private-farm</artifactId>
</dependency>