spring:
datasource:
driver-class-name: com.xugu.cloudjdbc.Driver
druid:
url: jdbc:xugu://${xugu.host}:${xugu.port_5138}/${xugu.database}
username: ${xugu.username}
password: ${xugu.password}
jpa:
properties:
hibernate:
dialect: com.wisestar.common.XuguDialect
default_schema: ECF
hibernate:
ddl-auto: none