摘要: Idea连接数据库问题-The server time zone value '�й���׼ʱ��' is unrecognized or represents more than one time zone. 代码: ` public void test01() throws PropertyVetoException, SQLException { ComboPooledDataSource dataSource=new ComboPooledDataSource(); dataSource.setDr 阅读全文
posted @ 2022-03-21 17:35 Isle小宇 阅读(71) 评论(0) 推荐(0)
摘要: 首先检查pom.xml文件中是否配置了junit的依赖 若已经配置检查版本是否过期(据说还有可能是因为JUnit 版本低于4.12)在该网址搜索Maven可以查可用版本号;<dependency> <groupId>junit</groupId> <artifactId>junit</artifac 阅读全文
posted @ 2022-03-21 16:26 Isle小宇 阅读(618) 评论(1) 推荐(0)