|
|
@ -14,10 +14,12 @@ spring:
|
|
|
|
platform: mariadb
|
|
|
|
platform: mariadb
|
|
|
|
|
|
|
|
|
|
|
|
datasource:
|
|
|
|
datasource:
|
|
|
|
|
|
|
|
hikari:
|
|
|
|
driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
|
|
|
driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
|
|
|
url: jdbc:log4jdbc:mariadb://211.119.124.9:4407/platform?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Seoul&useSSL=false
|
|
|
|
jdbc-url: jdbc:log4jdbc:mariadb://211.119.124.9:4407/platform?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Seoul&useSSL=false&autocommit=false
|
|
|
|
username: fimsweb
|
|
|
|
username: fimsweb
|
|
|
|
password: fimsweb!@
|
|
|
|
password: fimsweb!@
|
|
|
|
|
|
|
|
auto-commit: false
|
|
|
|
|
|
|
|
|
|
|
|
mvc:
|
|
|
|
mvc:
|
|
|
|
static-path-pattern: /resources/**,/files/**
|
|
|
|
static-path-pattern: /resources/**,/files/**
|
|
|
|