随笔分类 -  springboot

摘要:maven设置 <profile> <id>jdk-1.8</id> <activation> <activeByDefault>true</activeByDefault> <jdk>1.8</jdk> </activation> <properties> <maven.compiler.sour 阅读全文
posted @ 2020-12-05 18:29 享受折腾 阅读(162) 评论(0) 推荐(0)
摘要:#将等级为DEBUG的日志信息输出到console和file这两个目的地,console和file的定义在下面的代码 log4j.rootLogger=DEBUG,console,file #控制台输出的相关设置 log4j.appender.console = org.apache.log4j.C 阅读全文
posted @ 2020-11-28 10:46 享受折腾 阅读(102) 评论(0) 推荐(0)
摘要:springboot2.4.0 dependencise <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> 阅读全文
posted @ 2020-11-25 14:59 享受折腾 阅读(306) 评论(0) 推荐(0)