<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