| | |
| | | application: |
| | | name: driver-server |
| | | profiles: |
| | | active: @spring.active@ |
| | | active: prod |
| | | mvc: |
| | | static-path-pattern: /static/** |
| | | view: |
| | |
| | | spring: |
| | | profiles: prod |
| | | datasource: |
| | | url: jdbc:mysql://127.0.0.1:3306/kuanzhaiyx?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowPublicKeyRetrieval=true&&serverTimezone=Asia/Shanghai |
| | | url: jdbc:mysql://127.0.0.1:10011/kuanzhaiyx?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowPublicKeyRetrieval=true&&serverTimezone=Asia/Shanghai |
| | | username: root |
| | | password: kuanzhaiyx |
| | | db-name: kuanzhaiyx #用来搜集数据库的所有表 |