自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 IDEA下 SpringBoot maven镜像问题解决 Could not transfer artifact org.springframework.boot:spring-boot-starte

1、mirrors标签下把镜像改为:<mirror> <id>mirrorId</id> <mirrorOf>repositoryId</mirrorOf> <name>Human Readable Name for this Mirror.</name> <url>http://my.repository.com/repo/path</url>

2020-11-12 18:44:41 1125

原创 IDEA中进行Junit单元测试时,sql语句运行了一次执行了两次

使用Mybatis,Spring时Junit单元测试时,出现sql语句运行了一次执行了两次解决方法:

2020-11-03 18:09:58 802

原创 Spring bean中数据库连接报错:java.sql.SQLException: Connections could not be acquired from the underlying dat

报错:java.sql.SQLException: Connections could not be acquired from the underlying database! c3p0数据库连接池报错:Caused by: com.mchange.v2.resourcepool.CannotAcquireResourceException: A ResourcePool could not acquire a resource from its primary factory or source.原因

2020-11-02 19:06:49 599 2

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除