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
相关文章
相关标签/搜索