run
jar
spring-boot:run
-noverify -XX:TieredStopAtLevel=1
com.allpay.charge.ChargeApplication
always
debug
jar
spring-boot:run
-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -noverify -XX:TieredStopAtLevel=1
com.allpay.charge.ChargeApplication
always
true
profile
jar
process-classes
org.codehaus.mojo:exec-maven-plugin:1.2.1:exec
-classpath %classpath com.allpay.charge.ChargeApplication
java