enn-lab.ddul.0.0.1.source-code.application.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:
profiles:
active: "development"
main:
banner-mode: off
jpa:
open-in-view: false
hibernate:
ddl-auto: none
mybatis:
configuration-properties:
pagination-wrapped-sql: "${sql} LIMIT ${size} OFFSET (${size} * ${page})"
pagination-counted-sql: "SELECT count(1) FROM ( ${sql} )"
file.storage:
path: "file-storage/"
logging:
pattern:
console: "%highlight(%-5level) %d{HH:mm:ss.SSS}[%green(%thread)]%magenta(%logger{36}) %msg %n"
© 2015 - 2024 Weber Informatics LLC | Privacy Policy