|
|
@@ -47,7 +47,7 @@ eureka:
|
|
|
client:
|
|
|
registryFetchIntervalSeconds: 5
|
|
|
serviceUrl:
|
|
|
- defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.181:8510:8500/eureka/
|
|
|
+ defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.181:8510/eureka/
|
|
|
management:
|
|
|
endpoints:
|
|
|
web:
|
|
|
@@ -70,4 +70,7 @@ mybatis:
|
|
|
type-aliases-package: com.usoftchina.saas.purchase.po
|
|
|
mapper-locations: classpath:mapper/*.xml
|
|
|
auth:
|
|
|
- public-key: auth/pub.key
|
|
|
+ public-key: auth/pub.key
|
|
|
+ribbon:
|
|
|
+ ReadTimeout: 6000
|
|
|
+ ConnectTimeout: 2000
|