摘要:
由于Springboot已经实现并集成logback,避免影响使用Log4j,需要将logback移除。如下: <!-- springboot web --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>s 阅读全文
摘要:
热部署和热加载区别: 1、热部署 项目已经运行,某个模块变更之后,无需重启tomcat,但是会清空内存,重新打包,重新解压war包运行。 2、热加载 监听项目文件变化,包括web-inf/class,wen-inf/lib,web-inf/web.xml等文件,若发生更改,则局部进行加载,不清空se 阅读全文