Create spring-boot-jdbc module
This commit is contained in:
committed by
Phillip Webb
parent
5360ef8321
commit
8a1a5160c3
@@ -6,7 +6,7 @@ description = "Starter for using JDBC with the HikariCP connection pool"
|
||||
|
||||
dependencies {
|
||||
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
|
||||
api(project(":spring-boot-project:spring-boot-jdbc"))
|
||||
api(project(":spring-boot-project:spring-boot-tx"))
|
||||
api("com.zaxxer:HikariCP")
|
||||
api("org.springframework:spring-jdbc")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user