我的github

解决办法1:spring-boot-devtools

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

解决办法2:设置IDEA自动编译:ctrl+S保存时自动编译

参考:https://blog.csdn.net/gusijin/article/details/136058830

posted on 2024-03-18 15:54  XiaoNiuFeiTian  阅读(614)  评论(0编辑  收藏  举报