4.1.1.3. Spring Boot

4.1.1.3.2. Spring Boot Thin Launcher

https://github.com/spring-projects-experimental/spring-boot-thin-launcher

4.1.1.3.3. 启动解压缩版本的SpringBoot应用

nohup java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005 -cp "BOOT-INF/classes:BOOT-INF/lib/*" com.example.demo.DemoApplication --spring.profiles.active=dev > /dev/null  2>&1 &