Guangrong Fu | 0bbe5b0 | 2022-09-15 19:52:40 +0800 | [diff] [blame] | 1 | server: |
| 2 | port: 9102 |
| 3 | servlet: |
| 4 | context-path: /api/holmes-engine-mgmt/v1 |
Guangrong Fu | 0bbe5b0 | 2022-09-15 19:52:40 +0800 | [diff] [blame] | 5 | |
| 6 | logging: |
| 7 | config: classpath:logback-spring.xml |
| 8 | |
| 9 | spring: |
| 10 | application: |
| 11 | name: Holmes Engine Management |
| 12 | datasource: |
| 13 | dirver-class-name: org.postgresql.Driver |
| 14 | url: jdbc:postgresql://${URL_JDBC}:${DB_PORT}/${DB_NAME} |
| 15 | username: ${JDBC_USERNAME} |
| 16 | password: ${JDBC_PASSWORD} |
| 17 | mvc: |
| 18 | throw-exception-if-no-handler-found: true |