开始尝试进行业务化模板

This commit is contained in:
2025-03-25 23:43:01 +08:00
parent 6c33113092
commit bbf7a2a5d8
15 changed files with 320 additions and 104 deletions

View File

@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.lanyuanxiaoyao</groupId>
<artifactId>spring-boot-apijson-server</artifactId>
<artifactId>spring-boot-server-template</artifactId>
<version>1.0.0-SNAPSHOT</version>
<properties>
@@ -48,6 +48,10 @@
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>