+++ src/main/resources/application-dev.yml
... | ... | @@ -0,0 +1,27 @@ |
| 1 | +spring: | |
| 2 | + datasource: | |
| 3 | + server: | |
| 4 | + driver-class-name: org.mariadb.jdbc.Driver | |
| 5 | + url: jdbc:mariadb://localhost:3306/mjon | |
| 6 | + jdbc-url: jdbc:mariadb://localhost:3306/mjon | |
| 7 | + username: root | |
| 8 | + password: 1234 | |
| 9 | + connectionTimeout: 30000 | |
| 10 | + maximumPoolSize: 15 | |
| 11 | + maxLifetime: 1800000 | |
| 12 | + poolName: HikariCP | |
| 13 | + connectionTestQuery: SELECT 1 | |
| 14 | + | |
| 15 | +server: | |
| 16 | + port: 8090 | |
| 17 | + shutdown: graceful | |
| 18 | + | |
| 19 | +# ### 에이전트 설정 관련 #################################################################################### | |
| 20 | +#agent: | |
| 21 | +# root-path: /home/mjon_server_agent | |
| 22 | +# server-property-file: /home/mjon_server_agent/config/server.properties | |
| 23 | +# db-name: mjon_agent_back | |
| 24 | +agent: | |
| 25 | + root-path: /Users/jangdongsin/DevDocs/apps/itn/agent_server | |
| 26 | + server-property-file: /Users/jangdongsin/DevDocs/apps/itn/agent_server/config/server.properties | |
| 27 | + db-name: mjon_agent_back(No newline at end of file) |
--- src/main/resources/local/application-local.yml
+++ src/main/resources/application-local.yml
| No changes |
--- src/main/resources/prod/application-prod.yml
+++ src/main/resources/application-prod.yml
| No changes |
--- src/main/resources/dev/application-dev.yml
... | ... | @@ -1,23 +0,0 @@ |
| 1 | -spring: | |
| 2 | - datasource: | |
| 3 | - server: | |
| 4 | - driver-class-name: org.mariadb.jdbc.Driver | |
| 5 | - url: jdbc:mariadb://192.168.0.125:3306/mjon_agent_back | |
| 6 | - jdbc-url: jdbc:mariadb://192.168.0.125:3306/mjon_agent_back | |
| 7 | - username: mjonUr_agent | |
| 8 | - password: mjagent123$ | |
| 9 | - connectionTimeout: 30000 | |
| 10 | - maximumPoolSize: 15 | |
| 11 | - maxLifetime: 1800000 | |
| 12 | - poolName: HikariCP | |
| 13 | - connectionTestQuery: SELECT 1 | |
| 14 | - | |
| 15 | -server: | |
| 16 | - port: 8090 | |
| 17 | - shutdown: graceful | |
| 18 | - | |
| 19 | -# ### 에이전트 설정 관련 #################################################################################### | |
| 20 | -agent: | |
| 21 | - root-path: /home/mjon_server_agent | |
| 22 | - server-property-file: /home/mjon_server_agent/config/server.properties | |
| 23 | - db-name: mjon_agent_back(No newline at end of file) |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?