|
|
@@ -79,7 +79,8 @@ feign:
|
|
|
|
|
|
mybatis-plus:
|
|
|
configuration:
|
|
|
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
+# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
+ log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
|
|
|
map-underscore-to-camel-case: true
|
|
|
type-aliases-package: com.dk.oauth.dto,com.dk.common.infrastructure.handler #类型转换器包名
|
|
|
mapper-locations: classpath:/mapper/**/*Mapper.xml,com/hegii/scrm/common/mapper/opinfo/*.xml
|