更新系统
This commit is contained in:
42
.vscode/launch.json
vendored
Normal file
42
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
// 使用 IntelliSense 了解相关属性。
|
||||
// 悬停以查看现有属性的描述。
|
||||
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "java",
|
||||
"name": "Current File",
|
||||
"request": "launch",
|
||||
"mainClass": "${file}"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "MallAdminApplication",
|
||||
"request": "launch",
|
||||
"mainClass": "org.dromara.MallAdminApplication",
|
||||
"projectName": "ruoyi-admin"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "MallApiApplication",
|
||||
"request": "launch",
|
||||
"mainClass": "org.dromara.MallApiApplication",
|
||||
"projectName": "ruoyi-mall-api"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "MonitorAdminApplication",
|
||||
"request": "launch",
|
||||
"mainClass": "org.dromara.monitor.admin.MonitorAdminApplication",
|
||||
"projectName": "ruoyi-monitor-admin"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "SnailJobServerApplication",
|
||||
"request": "launch",
|
||||
"mainClass": "org.dromara.snailjob.SnailJobServerApplication",
|
||||
"projectName": "ruoyi-snailjob-server"
|
||||
}
|
||||
]
|
||||
}
|
||||
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"java.configuration.updateBuildConfiguration": "automatic",
|
||||
"java.compile.nullAnalysis.mode": "automatic",
|
||||
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx4G -Xms100m -Xlog:disable",
|
||||
"java.debug.settings.onBuildFailureProceed": true
|
||||
}
|
||||
Reference in New Issue
Block a user