|
@ -6,6 +6,6 @@ spring: |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
|
|
|
|
|
|
mybatis-plus: |
|
|
mybatis-plus: |
|
|
mapper-locations: classpath*:/mapper/**.xml |
|
|
mapper-locations: classpath*:/mapper/**/*.xml |
|
|
configuration: |
|
|
configuration: |
|
|
log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl |
|
|
log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl |