|
@@ -7,9 +7,10 @@ enable:
|
|
|
scheduling: ture
|
|
scheduling: ture
|
|
|
logging:
|
|
logging:
|
|
|
config: classpath:logback-spring.xml
|
|
config: classpath:logback-spring.xml
|
|
|
- path: /home/server/xiaoliu/log/
|
|
|
|
|
level:
|
|
level:
|
|
|
com.malk.*: info
|
|
com.malk.*: info
|
|
|
|
|
+ file:
|
|
|
|
|
+ path: /home/server/xiaoliu/log/
|
|
|
|
|
|
|
|
|
|
|
|
|
mybatis-plus:
|
|
mybatis-plus:
|
|
@@ -18,7 +19,7 @@ mybatis-plus:
|
|
|
map-underscore-to-camel-case: false
|
|
map-underscore-to-camel-case: false
|
|
|
#开启日志打印
|
|
#开启日志打印
|
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
- type-aliases-package: com.malk.hengyilong.entity
|
|
|
|
|
|
|
+ type-aliases-package: com.malk.xiaoliu.entity
|
|
|
#扫描mapper文件
|
|
#扫描mapper文件
|
|
|
mapper-locations: classpath:mapper/*.xml
|
|
mapper-locations: classpath:mapper/*.xml
|
|
|
|
|
|