springbootweb

This commit is contained in:
yinkanglong
2023-11-09 22:30:19 +08:00
parent 1d9b1b1fc5
commit f31bf5475d
2528 changed files with 1198944 additions and 10 deletions

View File

@@ -38,6 +38,18 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
</dependencies>
<build>