Blame view

cloud/quartz/src/main/resources/application.yaml 633 Bytes
81cae9e2   陈杰   考勤推送
1
server:
acd712a6   陶汉栋   增加网关负载
2
  port: 9001
81cae9e2   陈杰   考勤推送
3
4
5
6

spring:
  application:
    name: quartz-server
38841d26   徐泉   修改提交
7
8
9
10
11
12
13
14
15
16
17
18
19
  datasource:
    username: sa
    password: qaz!@#0401
    url: jdbc:sqlserver://60.190.202.38:49469;database=XST
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
##mybatis
mybatis:
  mapper-locations: classpath:mapper/*.xml
  type-aliases-package: com.sincere.quartz.mapper
  check-config-location: true

eureka:
  instance:
eae49103   徐泉   修改提交
20
    hostname: localhost
38841d26   徐泉   修改提交
21
22
    lease-expiration-duration-in-seconds: 60
    lease-renewal-interval-in-seconds: 10
7a375a4f   陈杰   智能校卫 告警服务
23
  client:
81cae9e2   陈杰   考勤推送
24
25
    service-url:
      defaultZone: http://localhost:8761/eureka/,http://localhost:8762/eureka/
16f6cb8b   陈杰   考勤推送

38841d26   徐泉   修改提交

81cae9e2   陈杰   考勤推送