forked from gzzfw/backEnd/gz-dyh

dyh-service/dyh-sync-bydyh/src/main/resources/config/application-prod.yml
copy from dyh-service/dyh-sync/src/main/resources/config/application-dev.yml copy to dyh-service/dyh-sync-bydyh/src/main/resources/config/application-prod.yml
File was copied from dyh-service/dyh-sync/src/main/resources/config/application-dev.yml
@@ -7,7 +7,7 @@
spring:
  #服务名
  application:
    name: dyh-sync
    name: dyh-sync-bydyh
  #数据源配置
  datasource:
    url: jdbc:mysql://120.79.193.119:3306/bydyh2.0_v101_prod?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true
@@ -24,7 +24,7 @@
  client:
    service-url:
      #注册中心单机
      defaultZone: http://localhost:9001/eureka
      defaultZone: http://localhost:9000/eureka
      #注册中心集群
      #defaultZone: http://localhost:8761/eureka,http://localhost:8762/eureka
    #是否注册到注册中心