| | |
| | | server: |
| | | port: 8888 |
| | | |
| | | mysql: |
| | | ip: 127.0.0.1 |
| | | port: 3306 |
| | | database: zy_rcs1 |
| | | username: root |
| | | password: xltys1995 |
| | | |
| | | redis: |
| | | host: 127.0.0.1 |
| | | password: xltys1995 |
| | | port: 6379 |
| | | max: 30 |
| | | min: 10 |
| | | timeout: 5000 |
| | | index: 3 |
| | | |
| | | 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://127.0.0.1:33066/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 |
| | | url: jdbc:mysql://${mysql.ip}:${mysql.port}/${mysql.database}?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai |
| | | username: ${mysql.username} |
| | | password: ${mysql.password} |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | druid: |
| | | initial-size: 5 |
| | |
| | | maxRequestSize: 100MB |
| | | jmx: |
| | | enabled: false |
| | | |
| | | redis: |
| | | host: 127.0.0.1 |
| | | # host: redis |
| | | password: xltys1995 |
| | | port: 6379 |
| | | # port: 63799 |
| | | max: 30 |
| | | min: 10 |
| | | timeout: 5000 |
| | | index: 3 |
| | | |
| | | |
| | | mybatis-plus: |
| | | mapper-locations: classpath:mapper/*.xml |