| | |
| | | login-username: admin |
| | | login-password: admin |
| | | enabled: true |
| | | servlet: |
| | | multipart: |
| | | maxFileSize: 100MB |
| | | maxRequestSize: 100MB |
| | | jmx: |
| | | enabled: false |
| | | |
| | | redis: |
| | | host: localhost |
| | |
| | | timeout: 5000 |
| | | index: 3 |
| | | |
| | | |
| | | |
| | | server: |
| | | port: 8082 |
| | | |
| | | dubbo: |
| | | application: |
| | | name: rpc-server |
| | | registry: |
| | | address: zookeeper://127.0.0.1:2181 |
| | | # protocol: zookeeper |
| | | # password: dreamtech |
| | | # username: zk_user |
| | | protocol: |
| | | name: dubbo |
| | | port: 20880 |
| | | # monitor: |
| | | # protocol: registry |
| | | |
| | | |
| | | mybatis-plus: |
| | | mapper-locations: classpath:mapper/*/*.xml |
| | | # global-config: |
| | | # field-strategy: 0 |
| | | configuration: |
| | | # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
| | | map-underscore-to-camel-case: true |
| | | cache-enabled: true |
| | | global-config: |
| | | :banner: false |
| | | db-config: |
| | | id-type: auto |
| | | logic-delete-value: 1 |
| | | logic-not-delete-value: 0 |