|
@@ -49,7 +49,7 @@ spring:
|
|
|
|
|
|
mybatis-plus:
|
|
mybatis-plus:
|
|
configuration:
|
|
configuration:
|
|
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
|
|
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #开启sql打印
|
|
call-setters-on-nulls: true
|
|
call-setters-on-nulls: true
|
|
mapperLocations:
|
|
mapperLocations:
|
|
- classpath*:/mapper/**/*.xml
|
|
- classpath*:/mapper/**/*.xml
|