springboot之使用hikari操作Mysql

springboot 2.0 默認連接池就是Hikari了,所以引用parents後不用專門加依賴 pom.xml配置 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency> <depend
相關文章
相關標籤/搜索