| | |
| | | datasource: |
| | | driver-class-name: com.mysql.jdbc.Driver |
| | | url: jdbc:mysql://localhost:3306/zy_rcs1?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai |
| | | # url: jdbc:mysql://192.168.2.46:3306/zy_acs?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai |
| | | username: root |
| | | password: xltys1995 |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | |
| | | maxRequestSize: 100MB |
| | | jmx: |
| | | enabled: false |
| | | # 邮件服务器配置 |
| | | mail: |
| | | host: smtp.qq.com |
| | | username: |
| | |
| | | defaultZone: http://192.168.2.46:8765/eureka/ |
| | | |
| | | mybatis-plus: |
| | | # mapper-locations: classpath:mapper/*.xml |
| | | mapper-locations: classpath:mapper/*/*.xml |
| | | # global-config: |
| | | # field-strategy: 0 |
| | |
| | | |
| | | logging: |
| | | file: |
| | | path: /stock/out/acs-manager/logs |
| | | path: /stock/out/rcs-manager/logs |
| | | |
| | | #redis的相关配置 |
| | | redis: |
| | | host: localhost |
| | | # host: 192.168.2.46 |
| | | password: xltys1995 |
| | | port: 6379 |
| | | max: 30 |