修复日志路径读取 application.yml 配置

This commit is contained in:
wkc
2026-03-18 10:48:58 +08:00
parent f2945e7b2d
commit a4a33bdd35
6 changed files with 619 additions and 1 deletions

View File

@@ -73,6 +73,12 @@
<version>3.9.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
@@ -105,4 +111,4 @@
<finalName>${project.artifactId}</finalName>
</build>
</project>
</project>