Files
qhmes/qhmes.code-workspace

33 lines
888 B
Plaintext
Raw Normal View History

{
"folders": [
{
"path": "jeecg-boot",
"name": "后端 (jeecg-boot)"
},
{
"path": "jeecgboot-vue3",
"name": "前端 (jeecgboot-vue3)"
},
{
"path": "yy-admin-master",
"name": "桌面端 (yy-admin-master)"
},
{
"path": "XSLPrintDot"
}
],
"settings": {
"java.compile.nullAnalysis.mode": "automatic",
"java.import.maven.enabled": true,
"java.configuration.updateBuildConfiguration": "automatic",
"java.autobuild.enabled": true,
"java.jdt.ls.java.home": "C:\\Program Files\\Java\\jdk-17",
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx4G -Xms100m -Xlog:disable",
"java.import.exclusions": [
"**/jeecg-server-cloud/**",
"**/jeecg-boot-platform/**",
"**/node_modules/**"
]
}
}