system-run/src/main/resources/application-dev.yml
@@ -29,7 +29,7 @@ type-aliases-package: com.yuanchu.mom.pojo mapper-locations: classpath*:/mapper/*.xml configuration: log-impl: #org.apache.ibatis.logging.stdout.StdOutImpl # 开启mybatis-plus日志 log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 开启mybatis-plus日志 # 数据源配置 @@ -79,5 +79,4 @@ # 最小空闲连接数(默认为0,该值只有为正数才有用) min-idle: 0 # 从连接池中获取连接最大等待时间(默认为-1,单位为毫秒,负数表示无限) max-wait: -1 max-wait: -1