publish 0.0.3

This commit is contained in:
曾文豪
2022-12-22 18:00:42 +08:00
parent 87724d45a9
commit 3ace520064
15 changed files with 577 additions and 13 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng</groupId>
<artifactId>tiesheng-parent</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>
<artifactId>tiesheng-web</artifactId>
@@ -39,6 +39,11 @@
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<!-- MySql驱动 -->
<dependency>
<groupId>mysql</groupId>