摘要: 模板引擎实时生效需要按:Ctrl+F9 idea热部署 官方文档(可配置的参数) Positive matches下面的代表已经匹配上的配置类 Negative matches下面的代表没有匹配上的配置类 阅读全文
posted @ 2019-06-27 15:11 智走 阅读(755) 评论(0) 推荐(0)
摘要: 一、application集成SpringBootServletInitializer(重写configure方法) 二、配置pom.xml 三、完成后进行编译打包 编译:mvn clean compile 打包:mvn clean package 阅读全文
posted @ 2019-06-27 10:16 智走 阅读(944) 评论(0) 推荐(0)