热部署不能刷新页面数据

来源:5-1 SpringBoot 资源文件属性配置

qq_可乐_64

2018-09-30 10:26

tomcat重新启动了但是页面数据无法刷新




写回答 关注

1回答

  • 码元
    2018-10-02 17:09:07

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

    加入依赖,开启jsp功能

SpringBoot开发常用技术整合

SpringBoot 极简开发的框架整合利器

102171 学习 · 508 问题

查看课程

相似问题