Files
spring-integration-samples/basic/jpa/src/main/resources/application.yml
Artem Bilan 6080639682 INTSAMPLES-148: Make JPA Sample as Boot App
JIRA: https://jira.spring.io/browse/INTSAMPLES-148

Upgrade several dependencies, especially OpenJPA-2.4.0 to support Java 8 Class Transformation

Upgrade to DSL-1.1.2 and other polishing

Upgrade to SI-4.3.0.M1
2016-03-07 10:16:37 -05:00

9 lines
126 B
YAML

spring:
jpa:
generate-ddl: false
hibernate:
ddl-auto: false
show-sql: true
main:
banner-mode: "off"