server: port: 9002 spring: application: name: quartz-server datasource: master: ## 查询 username: szjxtuser password: RQminVCJota3H1u8bBYH jdbc-url: jdbc:sqlserver://116.62.155.137:33419;database=SmartAdmin driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver slave: ## 短信 username: sa password: qaz!@#0401 jdbc-url: jdbc:sqlserver://60.190.202.38:49469;database=XST driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver yxy: ## 翼学云 username: szyxt password: QWer123$%^ jdbc-url: jdbc:sqlserver://47.110.50.251:33419;database=SZYXT 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 ribbon: ReadTimeout: 50000 ConnectTimeout: 5000 eureka: instance: hostname: localhost lease-expiration-duration-in-seconds: 60 lease-renewal-interval-in-seconds: 10 client: service-url: defaultZone: http://localhost:8761/eureka/,http://localhost:8762/eureka/