多租户模式修改
This commit is contained in:
@@ -15,6 +15,7 @@ logging.level.com.jsh.erp.datasource.mappers=DEBUG
|
||||
#日志
|
||||
logging.config=classpath:logback-spring.xml
|
||||
logging.level.com.didispace=DEBUG
|
||||
logging.level.com.jsh.erp=debug
|
||||
#pagehelper配置
|
||||
pagehelper.helperDialect=mysql
|
||||
pagehelper.offsetAsPageNum=true
|
||||
@@ -27,6 +28,8 @@ pagehelper.supportMethodsArguments=false
|
||||
#open开启 close关闭
|
||||
mybatis-plus.status=close
|
||||
mybatis-plus.mapper-locations=classpath:./mapper_xml/*.xml
|
||||
#跳过某些方法过滤配置
|
||||
mybatis-plus.global-config.sql-parser-cache=true
|
||||
#获取管理系统信息
|
||||
manage.ip=127.0.0.1
|
||||
manage.port=8090
|
||||
|
||||
Reference in New Issue
Block a user