摘要: JDBC报连接数据库时因时区问题报错: Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; neste 阅读全文
posted @ 2021-01-18 15:18 小聂同学呀 阅读(246) 评论(0) 推荐(0)
摘要: Maven静态资源过滤问题解决方案 <build> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>**/*.properties</include> <include>**/* 阅读全文
posted @ 2021-01-17 20:07 小聂同学呀 阅读(80) 评论(0) 推荐(0)