Merge branch '2.3.x'

Closes gh-23735
This commit is contained in:
Stephane Nicoll
2020-10-20 10:08:21 +02:00
6 changed files with 46 additions and 5 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