Springboot 热部署的两种方式

Posted Demo233

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Springboot 热部署的两种方式相关的知识,希望对你有一定的参考价值。

https://yiqiwuliao.com/post/spring/springbootre-bu-shu#toc_3

 记得修改下面参数

1. build project auto.....

 

2. shift + alt + ctrl + / -> regis....

 

 

3. 使用下面命令debug运行

mvn spring-boot:run -Drun.jvmArguments="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"

 

run -> Edit Configura.... -> remote

 

拓展:基于Tomcat的远程debug 

vim bin/catalina.sh

在第一行添加 CATALINA_OPTS="-server -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8899"

使用IDEA 创建一个remote 填写ip和端口链接即可进行远程debug

 

以上是关于Springboot 热部署的两种方式的主要内容,如果未能解决你的问题,请参考以下文章

Springboot 热部署的两种方式

Java:Springboot 实现热部署的两种方式

spring boot : 热部署

springboot热部署——Java热部署与热加载原理

SpringBoot热部署

springboot项目启动成功后执行一段代码的两种方式