1. 概述 学习 Spring MVC 下, 如何可控的触发重启 2. 背景 学习 Spring 场景 有些时候, 改完类, 需要重启 之前有听说, Spring MVC 可以自动重启 于是想, 尝试一下, 看看如何配置 3. 环境 os win10 jdk 1.8 ide ida 2018.1 spring spring boot 2.1.7 release 组件 thymeleaf starter-web devtool starter-test browser firefox 70.0 r
从别的地方导入一个项目的时候,经常会遇到eclipse/Myeclipse报Description Resource Path Location Type Java compiler level does not match the version of the installed Java project facet.出现这个问题的原因是因为,eclipse/myeclipse的jdk编译版本与出现问题的项目JDK编译版本不一致所导致! 先设置好jdk,需要确定 项目,eclipse/mye