加入Mybatis plus

This commit is contained in:
wenyuan
2020-07-17 11:39:06 +08:00
parent 4a608d4d21
commit c385c63890
60 changed files with 523 additions and 306 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true" scanPeriod="60 seconds" debug="false">
<!-- 日志存放路径 -->
<property name="log.path" value="/home/ruoyi/logs/ruoyi-gen" />
<property name="log.path" value="logs/ruoyi-gen" />
<!-- 日志输出格式 -->
<property name="log.pattern" value="%d{HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n" />:ss} %-5level ${springAppName:-} %thread %logger %msg%n"/>
@@ -71,4 +71,4 @@
<appender-ref ref="file_info" />
<appender-ref ref="file_error" />
</root>
</configuration>
</configuration>