diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 29f2af9..7a4d2e6 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -12,14 +12,6 @@ server: key-store-password: 5811807 spring: - datasource: - hikari: - driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy - jdbc-url: jdbc:log4jdbc:mariadb://211.119.124.9:4407/adds?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Seoul&useSSL=false - username: addsweb - password: addsweb1234 - auto-commit: false - application: name: adds-fo @@ -91,7 +83,7 @@ propertyService: app: api: #host: http://211.119.124.9:9076 - host: 'http://localhost:8098' + host: http://localhost:9076 --- spring: @@ -117,7 +109,7 @@ propertyService: app: api: - host: http://211.119.124.9:9076 + host: http://localhost:9076 data: root: path: /data/adds