This commit is contained in:
ls
2025-11-29 13:04:09 +08:00
parent 4f216a9482
commit e621a36bad
2455 changed files with 30928 additions and 15039 deletions

21
.fleet/run.json Normal file
View File

@@ -0,0 +1,21 @@
{
"configurations": [
{
"type": "spring-boot",
"name": "PhysicalApplication",
"mainClass": "org.jeecg.PhysicalApplication",
"module": "physical-launcher",
"options": ["-XX:TieredStopAtLevel=1", "-Dspring.output.ansi.enabled=always", "-Dcom.sun.management.jmxremote", "-Dspring.jmx.enabled=true", "-Dspring.liveBeansView.mbeanDomain", "-Dspring.application.admin.enabled=true", "-Dmanagement.endpoints.jmx.exposure.include=*", "-Dfile.encoding=UTF-8", "-Dsun.stdout.encoding=UTF-8", "-Dsun.stderr.encoding=UTF-8"],
"activeProfiles": [""],
"workingDir": "$PROJECT_DIR$",
"dependsOn": ["Build"]
},
{
"type": "jps-build",
"name": "Build",
"module": "physical-launcher",
"includeTests": false
}
]
}