JavaProjectRepo/.vscode/launch.json
root 7de982d150 refactor: replace @Value(file-space.system) with @ConfigurationProperties
feat: add Actuator/Micrometer Prometheus and Springdoc defaults

build(app): fix MyBatis dependency convergence; relax enforcer for Maven 3.6.3

chore: add quartz.properties example and Dockerfile; remove duplicate websocket dep
2025-11-07 22:30:59 +08:00

21 lines
615 B
JSON

{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "PlatformApplication",
"request": "launch",
"mainClass": "com.yfd.platform.PlatformApplication",
"projectName": ""
},
{
"type": "java",
"name": "Current File",
"request": "launch",
"mainClass": "${file}"
}
]
}