添加自定义日志管理,输出到日志文件

This commit is contained in:
2024-01-09 13:54:32 +08:00
parent 80976f45a7
commit 6fbcab9351
3 changed files with 96 additions and 6 deletions

View File

@@ -76,6 +76,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>