<dependency>
<groupId>org.simpleframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
<groupId>org.simpleframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
2017-12-04
spring:
thymeleaf:
mode: LEGACYHTML5
cache: false
content-type: text/html
加这个东西也可以解决解析异常。
thymeleaf:
mode: LEGACYHTML5
cache: false
content-type: text/html
加这个东西也可以解决解析异常。
2017-12-02
第一种在外面引入jar的方式可以放弃,用idea工具使用springloaded,然后配置上maven启动方式很方便
2017-11-29
这个是第二种方法的实现http://blog.csdn.net/u013938484/article/details/77541050
2017-11-29