重命名默认数据库名为: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

@ -9,7 +9,7 @@
<version>3.8.1</version>
<name>jlt-private-farm</name>
<description>私家农场管理系统</description>
<description>私家农场管理系统(CSA,社区支持农业)</description>
<properties>
<private-farm.version>1.0.0</private-farm.version>
@ -201,7 +201,7 @@
<!-- 私家农场 -->
<dependency>
<groupId>com.jlt.farming</groupId>
<groupId>com.jlt</groupId>
<artifactId>private-farm</artifactId>
<version>${private-farm.version}</version>
</dependency>