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

浙公网安备 33010602011771号