17 lines
242 B
YAML
17 lines
242 B
YAML
server:
|
|
port: 8080
|
|
|
|
spring:
|
|
jersey:
|
|
application-path: /odata
|
|
|
|
jpa:
|
|
defer-datasource-initialization: true
|
|
show-sql: true
|
|
open-in-view: false
|
|
hibernate:
|
|
ddl-auto: update
|
|
|
|
sql:
|
|
init:
|
|
mode: always |