This commit is contained in:
Jane
2024-01-02 19:38:11 +08:00
parent fc6d88a783
commit 58df49f91c
22 changed files with 438 additions and 17 deletions

View File

@@ -24,6 +24,10 @@ spring:
url: ${common.mysql.master.url}
username: ${common.mysql.master.username}
password: ${common.mysql.master.password}
servlet:
multipart:
max-file-size: 50MB
mybatis-plus:
mapper-locations: classpath*:mapper/*Mapper.xml