enn-lab.ddul.0.0.1.source-code.application-development.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ddul Show documentation
Show all versions of ddul Show documentation
DDul means "ground" in korean prounance.
It helps to you when concreate a java projects.
And support with database access, cache abstraction, system code generation,
hierarchical data handling, article management and etc.
spring:
data:
web:
pageable:
default-page-size: 5
datasource:
driver-class-name: "org.h2.Driver"
url: "jdbc:h2:./ddul;AUTO_SERVER=TRUE;Mode=Oracle"
username: "sa"
password: ""
h2:
console:
enabled: true
path: "/h2-console"
# p6spy (SQL Logging)
decorator.datasource.enabled: true
logging:
pattern:
console: "%highlight(%-5level) %d{HH:mm:ss.SSS}[%green(%thread)]%magenta(%logger{36}) %msg %n"
level:
org.hibernate.type: TRACE
org.hibernate.type.BasicTypeRegistry: WARN
server.port: 8090
© 2015 - 2024 Weber Informatics LLC | Privacy Policy