Add setting controller

This commit is contained in:
2023-12-03 23:07:22 +08:00
parent d7c0b7376d
commit 5c8775bf12
10 changed files with 166 additions and 0 deletions

View File

@@ -89,6 +89,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</artifactId>