All Downloads are FREE. Search and download functionalities are using the official Maven repository.

enn-lab.ddul.0.0.1.source-code.application.yml Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 0.3.0
Show newest version
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