application.yml 680 Bytes
server:
  port: 8091
  servlet:
    context-path: /feo-jobs

spring:
  application:
    name: feo-jobs

  datasource:
    dynamic:
      primary: master # 设置默认的数据源或者数据源组
      strict: false # 严格匹配数据源,默认false. true未匹配到指定数据源时抛异常,false使用默认数据源
      datasource:
        master:
          url: jdbc:h2:mem:test
          username: root
          password: test
          driver-class-name: org.h2.Driver
          schema: classpath:db/schema-h2.sql
          data: classpath:db/data-h2.sql

# Logger Config
logging:
  level:
    com.tanpu.feo.feojob: debug

user:
  wxDefaultImg:

wx:
  xcxqrcode: