21 lines
878 B
JSON
21 lines
878 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
} |