Hacking
See gh-23740
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user