#spring.devtools.livereload.enabled=true #file upload size spring.servlet.multipart.max-file-size=20MB spring.servlet.multipart.max-request-size=100MB #thymeleaf spring.thymeleaf.prefix=classpath:templates/ spring.thymeleaf.check-template-location=true spring.thymeleaf.suffix=.html spring.thymeleaf.mode=HTML #spring.thymeleaf.cache=false #mariaDB spring.datasource.driverClassName=org.mariadb.jdbc.Driver spring.datasource.url=jdbc:mariadb://localhost:3306/kcg_fm?characterEncoding=UTF-8&serverTimezone=UTC spring.datasource.username=root spring.datasource.password=kcg211228 #jpa #spring.jpa.show-sql=true spring.jpa.generate-ddl=false spring.jpa.hibernate.naming.physical-strategy = org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl # MyBatis mybatis.mapper-locations: mybatisMapper/**/*.xml mybatis.configuration.map-underscore-to-camel-case=true mybatis.type-aliases-package=com.dbnt.kcgfilemanager.model #logging.level.com.atoz_develop.mybatissample.repository=TRACE