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
9 lines
126 B
YAML
9 lines
126 B
YAML
spring:
|
|
jpa:
|
|
generate-ddl: false
|
|
hibernate:
|
|
ddl-auto: false
|
|
show-sql: true
|
|
main:
|
|
banner-mode: "off"
|