27 lines
870 B
YAML
27 lines
870 B
YAML
spring:
|
|
datasource:
|
|
server:
|
|
driver-class-name: org.mariadb.jdbc.Driver
|
|
url: jdbc:mariadb://localhost:3306/mjon
|
|
jdbc-url: jdbc:mariadb://localhost:3306/mjon
|
|
username: root
|
|
password: 1234
|
|
connectionTimeout: 30000
|
|
maximumPoolSize: 15
|
|
maxLifetime: 1800000
|
|
poolName: HikariCP
|
|
connectionTestQuery: SELECT 1
|
|
|
|
server:
|
|
port: 8090
|
|
shutdown: graceful
|
|
|
|
# ### 에이전트 설정 관련 ####################################################################################
|
|
#agent:
|
|
# root-path: /home/mjon_server_agent
|
|
# server-property-file: /home/mjon_server_agent/config/server.properties
|
|
# db-name: mjon_agent_back
|
|
agent:
|
|
root-path: /Users/jangdongsin/DevDocs/apps/itn/agent_server
|
|
server-property-file: /Users/jangdongsin/DevDocs/apps/itn/agent_server/config/server.properties
|
|
db-name: mjon_agent_back |