96-门诊医生站会诊申请确认界面和97-门诊会诊申请管理界面全部功能。
This commit is contained in:
@@ -32,17 +32,16 @@ server:
|
||||
# 日志配置
|
||||
logging:
|
||||
level:
|
||||
com.openhis: debug
|
||||
com.openhis: info
|
||||
org.springframework: warn
|
||||
# MyBatis和MyBatis-Plus日志
|
||||
com.baomidou.mybatisplus: debug
|
||||
com.openhis.mapper: debug
|
||||
com.openhis.domain: debug
|
||||
com.openhis.web.regdoctorstation.mapper: info
|
||||
# JDBC日志
|
||||
org.springframework.jdbc.core: debug
|
||||
org.springframework.jdbc.core: info
|
||||
# Druid SQL日志
|
||||
com.alibaba.druid: debug
|
||||
com.alibaba.druid.sql: debug
|
||||
com.alibaba.druid: info
|
||||
com.alibaba.druid.sql: info
|
||||
|
||||
# 用户配置
|
||||
user:
|
||||
@@ -92,9 +91,6 @@ mybatis-plus:
|
||||
mapperLocations: classpath*:mapper/**/*Mapper.xml
|
||||
# 加载全局的配置文件
|
||||
configLocation: classpath:mybatis/mybatis-config.xml
|
||||
configuration:
|
||||
# 开启 SQL 日志输出
|
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
global-config:
|
||||
db-config:
|
||||
logic-delete-field: validFlag # 全局逻辑删除的实体字段名
|
||||
|
||||
Reference in New Issue
Block a user