logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

idea 测试数据库连接时爆红,提示Unhandled exception: java.sql.SQLException

idea 测试数据库连接时爆红,提示Unhandled exception: java.sql.SQLException这里加上try catch即可,代码如下图try {Connection connection = dataSource.getConnection();System.out.println(connection);//关闭connection.close();}catch (S

#java#database
idea test 报错 Failed to resolve org.junit.platform:junit-platform-launcher:1.8.2

今天在用idea测试时,发现报了一个错误:Error running ‘Springboot04DataApplicationTests.contextLoads’: Failed to resolve org.junit.platform:junit-platform-launcher:1.8.2这是因为pom里面需要添加一个依赖,复制下面的代码,粘贴到pom里即可dependency>&

#java#intellij-idea
到底了