chore: 升级项目版本至1.1并优化代码格式
- 升级所有模块版本从1.0到1.1 - 统一Maven依赖版本管理 - 优化PlayClerkUserInfoServiceImpl导入语句格式 - 确保版本一致性和向后兼容性
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.starry</groupId>
|
||||
<artifactId>play-with</artifactId>
|
||||
<version>1.0</version>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>play-generator</artifactId>
|
||||
@@ -29,7 +29,7 @@
|
||||
<dependency>
|
||||
<groupId>com.starry</groupId>
|
||||
<artifactId>play-common</artifactId>
|
||||
<version>1.0</version>
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 自定义验证注解 -->
|
||||
|
||||
Reference in New Issue
Block a user