初步完成农场分区、菜地划分模块。

This commit is contained in:
jlt
2022-03-29 15:58:36 +08:00
parent ca4d0db841
commit 3c83bf252c
31 changed files with 921 additions and 1902 deletions

View File

@ -94,11 +94,14 @@ token:
# MyBatis配置
mybatis:
# 搜索指定包别名
typeAliasesPackage: com.ruoyi.**.domain,com.jlt.**.domain
typeAliasesPackage: com.ruoyi.**.domain, com.jlt.**.domain
# 配置mapper的扫描找到所有的mapper.xml映射文件
mapperLocations: classpath*:mapper/**/*Mapper.xml
# 加载全局的配置文件
configLocation: classpath:mybatis/mybatis-config.xml
# 在控制台显示sql输出
#configuration:
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# PageHelper分页插件
pagehelper:

View File

@ -73,6 +73,7 @@
<!-- 系统模块日志级别控制 -->
<logger name="com.ruoyi" level="info" />
<logger name="com.jlt" level="debug" />
<!-- Spring日志级别控制 -->
<logger name="org.springframework" level="warn" />