server: port: 8009 tomcat: accesslog: enabled: true buffered: true directory: /var/logs file-date-format: -yyyy-MM-dd pattern: common prefix: tomcat-task rename-on-rotate: false request-attributes-enabled: false rotate: true suffix: .log eureka: client: serviceUrl: defaultZone: http://admin:admin123@localhost:8761/eureka/eureka/ instance: lease-renewal-interval-in-seconds: 5 spring: application: name: task-server datasource: name: test <<<<<<< HEAD url: jdbc:mysql://47.99.212.176:3306/edu_saas?useUnicode=true&characterEncoding=UTF8&serverTimezone=Asia/Shanghai ======= url: jdbc:mysql://47.99.212.176:3306/edu_saas_test?useUnicode=true&characterEncoding=UTF8&serverTimezone=Asia/Shanghai >>>>>>> 2368f0a6633c01029a816f0bdab8aa66d0d5b95e username: edu_saas password: edu_saas # 使用druid数据源 type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver filters: stat maxActive: 20 initialSize: 1 maxWait: 60000 minIdle: 1 timeBetweenEvictionRunsMillis: 60000 minEvictableIdleTimeMillis: 300000 validationQuery: select 'x' testWhileIdle: true testOnBorrow: false testOnReturn: false poolPreparedStatements: true maxOpenPreparedStatements: 20 redis: host: 47.99.212.176 port: 6379 password: database: 1 #连接超时时间(毫秒) timeout: 10000 pool: #连接池最大连接数(使用负值表示没有限制) max-active: 10 #连接池最大阻塞等待时间(使用负值表示没有限制) max-wait: -1 #连接池中的最大空闲连接 max-idle: 10 #连接池中的最小空闲连接 min-idle: 0 mybatis: mapperLocations: classpath:config/config/*.xml task: configLocation: classpath:config/properties/quartz.properties autoStartup: true startupDelay: 30 security: oauth2: client: client-id: student client-secret: student resource: token-info-uri: http://localhost:8001/oauth/check_token swagger: base-package: com.keao.edu.task.controller ribbon: ReadTimeout: 60000 ConnectTimeout: 60000