| | |
| | | server: |
| | | port: 9528 |
| | | servlet: |
| | | # context-path: /crm |
| | | context-path: |
| | | # context-path: /@pom.build.finalName@ |
| | | compression: |
| | | enabled: true |
| | | min-response-size: 1024 |
| | | mime-types: text/plain |
| | | tomcat: |
| | | max-connections: 30000 |
| | | connection-timeout: 100000 |
| | | |
| | | spring: |
| | | application: |
| | | name: @pom.build.finalName@ |
| | | datasource: |
| | | driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | url: jdbc:sqlserver://47.97.1.152:51433;databasename=zy_crm |
| | | username: sa |
| | | password: Zoneyung@zy56$ |
| | | # url: jdbc:sqlserver://192.168.4.15:1433;databasename=zy_crm |
| | | # url: jdbc:sqlserver://localhost:1433;databasename=zy_crm |
| | | # username: sa |
| | | # password: sa@123 |
| | | url: jdbc:sqlserver://47.97.1.152:51443;databasename=zy_crm |
| | | username: sa |
| | | password: Zoneyung@zy56 |
| | | mvc: |
| | | static-path-pattern: /** |
| | | redis: |