update
This commit is contained in:
21
.fleet/run.json
Normal file
21
.fleet/run.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user