See gh-23740
This commit is contained in:
Stephane Nicoll
2020-10-20 08:48:27 +02:00
parent 633027b1cd
commit b7a8b0f19b
6 changed files with 45 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ description = "Spring Boot Data JPA smoke test"
dependencies {
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-data-jpa"))
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-actuator"))
runtimeOnly("com.h2database:h2")

View File

@@ -1,4 +1,4 @@
spring.h2.console.enabled=true
spring.jpa.open-in-view=true
spring.data.jpa.repositories.bootstrap-mode=default
spring.data.jpa.repositories.bootstrap-mode=deferred
logging.level.org.hibernate.SQL=debug