This commit is contained in:
tanghc
2019-07-01 17:49:45 +08:00
parent 6fc49f2699
commit 4bc76f497d
8 changed files with 39 additions and 33 deletions

View File

@@ -19,6 +19,12 @@ ribbon:
# 请谨慎设置因为post请求大多都是写入请求如果要支持重试确保服务的幂等性
OkToRetryOnAllOperations: false
# eureka注册中心如果使用nacos注册中心这里要注释掉
eureka:
client:
serviceUrl:
defaultZone: http://localhost:1111/eureka/
spring:
application:
name: api-gateway
@@ -35,15 +41,9 @@ spring:
enabled: true
# nacos注册中心和eureka只能用一个
nacos:
discovery:
server-addr: 127.0.0.1:8848
# eureka注册中心如果使用nacos注册中心这里要注释掉
#eureka:
# client:
# serviceUrl:
# defaultZone: http://localhost:1111/eureka/
# nacos:
# discovery:
# server-addr: 127.0.0.1:8848
# 数据源,根据实际情况修改
datasource: