Spring Boot ================================================== .. toctree:: :maxdepth: 2 :caption: 目录: RocketMQ Spring Boot Thin Launcher --------------------------------------------------- https://github.com/spring-projects-experimental/spring-boot-thin-launcher 启动解压缩版本的SpringBoot应用 --------------------------------------------------- .. code-block:: bash 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 &