spring boot loggback项目日志分割

【1】先配置pom文件,,springboot中比较核心的依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> 这个pom里就有需要的依赖 slf4j是一系列的日志接口,而logba
相关文章
相关标签/搜索