摘要: druid配置和常用操作 基于SpringBoot的项目加入druid连接池 <!--阿里连接池druid:1.2.8-2021年--> <dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> <versi 阅读全文
posted @ 2021-12-17 23:54 超级爱度假 阅读(707) 评论(0) 推荐(0)
摘要: pagehelper/pagehelper-spring-boot: pagehelper-spring-boot (github.com) pagehelper/pagehelper-spring-boot: pagehelper-spring-boot (github.com) 阅读全文
posted @ 2021-12-17 23:41 超级爱度假 阅读(51) 评论(0) 推荐(0)
摘要: Maven 提供了全局配置文件 settings.xml 针对所有项目有效,位置是在maven安装目录下的 conf 目录里。 在 settings.xml 下找到 <mirrors> 节点,并替换成阿里云仓库镜像配置 <mirror> <id>aliyunmaven</id> <mirrorOf> 阅读全文
posted @ 2021-12-17 23:02 超级爱度假 阅读(1751) 评论(0) 推荐(0)
摘要: 一、发现问题建立maven项目后,pom.xml在显示红叉,鼠标放上去,显示Execution default-testResources of goal org.apache.maven.plugins:maven-resources-plugin:3.2.0错误。 二、原因分析缺少maven-r 阅读全文
posted @ 2021-12-17 12:40 超级爱度假 阅读(2913) 评论(0) 推荐(1)