|
@@ -19,7 +19,7 @@ spring.servlet.multipart.max-file-size=10MB
|
|
|
spring.servlet.multipart.max-request-size=10MB
|
|
|
|
|
|
# mybatis\u914D\u7F6E
|
|
|
-mybatis-plus.mapper-locations = classpath*:/mapper/*Mapper.xml
|
|
|
+mybatis-plus.mapper-locations = classpath*:/mapper/*.xml
|
|
|
|
|
|
# \u9ED8\u8BA4\u65F6\u95F4\u683C\u5F0F
|
|
|
spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
|