Update VSCode configuration, enhance Java project settings, and modify application properties for improved logging and encoding support

This commit is contained in:
geht
2026-05-19 11:22:53 +08:00
parent 500de8961d
commit be169ed131
7 changed files with 94 additions and 13 deletions

View File

@@ -11,4 +11,13 @@
<artifactId>jeecg-system-local-api</artifactId>
<dependencies>
<!-- 接口含 SseEmitter/RequestParam显式声明便于 IDE 与编译期解析optional 不传递给调用方) -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>