| | |
| | | server: |
| | | port: 8088 |
| | | # 192.168.137.66 |
| | | spring: |
| | | application: |
| | | name: @pom.artifactId@ |
| | |
| | | static-path-pattern: /** |
| | | datasource: |
| | | driver-class-name: com.mysql.jdbc.Driver |
| | | # url: jdbc:mysql://127.0.0.1:3306/zy_rcs1?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai |
| | | url: jdbc:mysql://mysql:3306/zy_rcs1?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai |
| | | url: jdbc:mysql://127.0.0.1:3306/zy_rcs1?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai |
| | | # url: jdbc:mysql://mysql:3306/zy_rcs1?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai |
| | | username: root |
| | | password: xltys1995 |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | |
| | | file: |
| | | path: /stock/out/rcs-manager/logs |
| | | |
| | | #redis的相关配置 |
| | | redis: |
| | | # host: 127.0.0.1 |
| | | host: redis |
| | | host: 127.0.0.1 |
| | | # host: redis |
| | | password: xltys1995 |
| | | port: 6379 |
| | | max: 30 |
| | |
| | | timeout: 5000 |
| | | index: 3 |
| | | |
| | | # 框架配置 |
| | | config: |
| | | open-office-home: C |
| | | swagger-base-package: com.zy.acs |