spring boot slf4j
lynn-66
自研网站:www.sanhuhome.online
展开
-
spring boot Java 视频转换:avi转mp4
1.pom添加:<dependency> <groupId>ws.schild</groupId> <artifactId>jave-core</artifactId> <version>3.0.1</version></dependency><dependency> <groupId>ws.schild</groupId> &原创 2021-09-17 18:26:16 · 945 阅读 · 1 评论 -
MYSQL 统计最近两个小时内每隔十分钟的数据
select count(*) as cou,concat(left(date_format(timestamp,'%Y-%m-%d %h:%i:%s'),15),'0') as time_flagfrom sys_logwhere timestamp between date_sub(now(), interval 2 hour) and now()group by time_flag把要统计的日期timestamp格式化concat(left(date_format(times..原创 2021-06-30 15:11:30 · 1053 阅读 · 0 评论 -
tomcat 下部署spring-boot项目报错“启动子级错误”
java.lang.IllegalArgumentException: LoggerFactory is not a Logback LoggerContext but Logback is on the classpath. Either remove Logback or the competing implementation (class org.slf4j.impl.SimpleLoggerFactory loaded from file:/opt/tomcat/apache-tomcat-9.0原创 2021-06-30 10:46:41 · 1128 阅读 · 0 评论