spring:
thymeleaf:
mode: LEGACYHTML5
cache: false
content-type: text/html
加这个东西也可以解决解析异常。
thymeleaf:
mode: LEGACYHTML5
cache: false
content-type: text/html
加这个东西也可以解决解析异常。
2017-12-02
最赞回答 / 慕容9198694
三种热部署的方式,可以再去看看哦:第一种:是再pom中设置依赖,<groupId>org.springframework<groupId> <artifactId>springloaded<artifactId> <version>1.2.6.RELEASE<...
2017-11-29
第一种在外面引入jar的方式可以放弃,用idea工具使用springloaded,然后配置上maven启动方式很方便
2017-11-29
这个是第二种方法的实现http://blog.csdn.net/u013938484/article/details/77541050
2017-11-29
使用idea工具时候需要设置自动编译
1. 打开settings界面:File->Settings
2. 选中Compiler选项:Build,Execution,Deployment->Compiler
3. 选中Make project automatically
1. 打开settings界面:File->Settings
2. 选中Compiler选项:Build,Execution,Deployment->Compiler
3. 选中Make project automatically
2017-11-28