|
|
@@ -44,14 +44,9 @@ spring:
|
|
|
mybatis-plus:
|
|
|
mapper-locations: classpath*:/mapper/**/*.xml
|
|
|
type-aliases-package: com.payment.platform.module
|
|
|
- global-config:
|
|
|
- db-config:
|
|
|
- logic-delete-field: status
|
|
|
- logic-delete-value: "1"
|
|
|
- logic-not-delete-value: "0"
|
|
|
configuration:
|
|
|
map-underscore-to-camel-case: true
|
|
|
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
+ log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
|
|
|
|
|
|
# JWT
|
|
|
jwt:
|