src/main/resources/config/application-dev.yml
@@ -28,6 +28,12 @@ multipart: max-file-size: 200MB max-request-size: 200MB mail: host: smtp.163.com port: username: whyc_doc@163.com password: JAMKMEQUOAGGMSVV default-encoding: UTF-8 mybatis-plus: typeAliasesPackage: com.whyc.pojo,com.whyc.dto mapper-locations: classpath:mapper/**/*Mapper.xml