fix:修改mybaits配置为mybatis-plus

This commit is contained in:
fanxb 2019-12-15 21:43:31 +08:00
parent b804ee8520
commit 313fd0688d

View File

@ -82,7 +82,7 @@ services:
ls -l && \
java -jar -DisDev=false \
-DjwtSecret=${JWT_SECRET} \
-Dmybatis.configuration.log-impl=org.apache.ibatis.logging.nologging.NoLoggingImpl \
-Dmybatis-plus.configuration.log-impl=org.apache.ibatis.logging.nologging.NoLoggingImpl \
-Dspring.mail.host=${SMTP_HOST} \
-Dspring.mail.username=${SMTP_USERNAME} \
-Dspring.mail.password=${SMTP_PASSWORD} \