摘要:
使用步骤 1、在pom.xml中引入thymeleaf 2、关闭thymeleaf缓存 创建application.properties资源文件 3、编写thymeleaf模板文件 注:引入xmlns属性和th标签必不可少,否则无法正常执行 4、编写模板请求controller 5、运行结果 6、t 阅读全文
摘要:
1、引入fastJson插件 2、两种方法实现 2.1、在App.java文件中实现HttpMessageConverters类 2.2、在App.java类继承WebMvcConfigurerAdapter类,并重写configureMessageConverters方法 3、格式化属性的值 4、 阅读全文
摘要:
一、Spring Boot项目打包 1、引入maven打包相关插件 2、项目右击run as》Maven clean、run as》Maven install在target文件夹下会生成相应的jar包 二、Spring Boot热部署 Springloaded插件解决内容修改不重新启动项目问题 1、 阅读全文