第一步:在pom.xml文件中添加springboot 编译依赖

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
第二步:idea 打开setting 设置自己编译功能

springboot  idea 代码更改自己编译设置

第三步:shift + ctrl + alt + /  打开注册页面

springboot  idea 代码更改自己编译设置

结束。

相关文章:

  • 2021-12-16
  • 2022-12-23
  • 2022-12-23
  • 2021-07-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-14
  • 2021-11-25
  • 2021-05-22
  • 2022-01-07
  • 2021-10-01
相关资源
相似解决方案