| | |
| | | server: |
| | | port: 8080 |
| | | port: 9528 |
| | | servlet: |
| | | context-path: /@pom.build.finalName@ |
| | | context-path: |
| | | # context-path: /@pom.build.finalName@ |
| | | |
| | | spring: |
| | | application: |
| | | name: @pom.build.finalName@ |
| | | datasource: |
| | | # mysql |
| | | # driver-class-name: com.mysql.jdbc.Driver |
| | | # url: jdbc:mysql://127.0.0.1:3306/cool?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai |
| | | # username: root |
| | | # password: xltys1995 |
| | | # sql-server |
| | | driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | url: jdbc:sqlserver://47.97.1.152:51433;databasename=zy_crm |
| | | # 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 |
| | | username: sa |
| | | password: Zoneyung@zy56$ |
| | | password: sa@123 |
| | | mvc: |
| | | static-path-pattern: /** |
| | | redis: |