一、日志框架和选择 日志门面(日志的抽象层)日志实现 JCL(Jakarta Commons Logging)(2014年后不再维护)jboss-logging (不适合企业项目开发使用)SLF4J(Simple Logging Facade for java) Log4jJUL(java.util Read More
posted @ 2021-04-23 18:53
xujf
Views(874)
Comments(0)
Diggs(0)
一、新建一个maven工程。 二、在pom.xml中添加 <!-- Inherit defaults from Spring Boot --> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-s Read More
posted @ 2021-04-23 11:43
xujf
Views(51)
Comments(0)
Diggs(0)