| | |
| | | spring: |
| | | profiles: |
| | | active: prod |
| | | active: dev |
| | | |
| | | mybatis-plus: |
| | | mapper-locations: classpath:mapper/*/*.xml |
| | | # global-config: |
| | | # field-strategy: 0 |
| | | configuration: |
| | | # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
| | | # log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl |
| | | map-underscore-to-camel-case: true |
| | | cache-enabled: true |
| | | call-setters-on-nulls: true |
| | |
| | | :banner: false |
| | | db-config: |
| | | id-type: auto |
| | | logic-delete-value: 1 |
| | | logic-not-delete-value: 0 |
| | | logic-delete-value: 1 #删除状态 |
| | | logic-not-delete-value: 0 #正常状态 |
| | | |
| | | logging: |
| | | file: |