Commit add0f08b43e9e6d34817c3bbb6d59c266e6c4f80

Authored by 刘岱鹏
1 parent ac68ea04

恢复配置

Showing 1 changed file with 0 additions and 7 deletions
class-service.yml
@@ -111,13 +111,6 @@ hystrix: @@ -111,13 +111,6 @@ hystrix:
111 thread: 111 thread:
112 timeoutInMilliseconds: 60000 112 timeoutInMilliseconds: 60000
113 113
114 -graphql:  
115 - servlet:  
116 - mapping: /graphql  
117 - enabled: true  
118 - corsEnabled: true  
119 - tools:  
120 - schemaLocationPattern: "**/*.graphqls"  
121 114
122 #这个配置为true则取发现服务的注册地址(服务地址存储在DomainExtractingServerList,由EurekaRibbonClientConfiguration.ribbonServerList()创建) 115 #这个配置为true则取发现服务的注册地址(服务地址存储在DomainExtractingServerList,由EurekaRibbonClientConfiguration.ribbonServerList()创建)
123 #为false取本地配置文件的配置地址(服务地址存储在ConfigurationBasedServerList中,由RibbonClientConfiguration.ribbonServerList()创建) 116 #为false取本地配置文件的配置地址(服务地址存储在ConfigurationBasedServerList中,由RibbonClientConfiguration.ribbonServerList()创建)