目录

    修改 IntelliJ IDEA 配置使 Spring Boot 项目中的静态资源修改后即时生效


    修改 IntelliJ IDEA 配置使 Spring Boot 项目中的静态资源修改后即时生效

    1) 在项目 pom 中直接引入依赖 spring-boot-devtools

    <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-devtools</artifactId>
            <optional>true</optional>
    </dependency>
    

    如果用了 thymeleaf 模板引擎,则在 application.yml 增加配置 spring.thymeleaf.cache=false

    2) 在IDEA中,“File” -> “Settings” -> “Build,Execution,Deplyment” -> “Compiler”,选中打勾 “Build project automatically” ;

    Build project automatically

    3) 在IDEA中,组合键:“Shift+Ctrl+Alt+/” ,选择 “Registry” ,选中打勾 “compiler.automake.allow.when.app.running” 。

    选择 “Registry”

    compiler.automake.allow.when.app.running

    重新运行项目即可生效。

    end
  1. 作者: 锋哥 (联系作者)
  2. 发表时间: 2023-12-28 09:13
  3. 版权声明:自由转载-非商用-非衍生-保持署名(创意共享3.0许可证)
  4. 转载声明:如果是转载博主转载的文章,请附上原文链接
  5. 公众号转载:请在文末添加作者公众号二维码(公众号二维码见右边,欢迎关注)
  6. 评论

    站长头像 知录

    你一句春不晚,我就到了真江南!

    文章0
    浏览0

    文章分类

    标签云