chore: 升级项目版本至1.1并优化代码格式
- 升级所有模块版本从1.0到1.1 - 统一Maven依赖版本管理 - 优化PlayClerkUserInfoServiceImpl导入语句格式 - 确保版本一致性和向后兼容性
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -13,7 +13,7 @@
|
||||
|
||||
<groupId>com.starry</groupId>
|
||||
<artifactId>play-with</artifactId>
|
||||
<version>1.0</version>
|
||||
<version>1.1</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
@@ -161,19 +161,19 @@
|
||||
<dependency>
|
||||
<groupId>com.starry</groupId>
|
||||
<artifactId>play-common</artifactId>
|
||||
<version>1.0</version>
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
<!--代码生成模块-->
|
||||
<dependency>
|
||||
<groupId>com.starry</groupId>
|
||||
<artifactId>play-generator</artifactId>
|
||||
<version>1.0</version>
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
<!--服务模块-->
|
||||
<dependency>
|
||||
<groupId>com.starry</groupId>
|
||||
<artifactId>play-admin</artifactId>
|
||||
<version>1.0</version>
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.aliyun.oss</groupId>
|
||||
|
||||
Reference in New Issue
Block a user