Commit 81e6729d by 梁崇福

Merge branch 'revert-c473e4fc' into 'master'

Revert "fix"

See merge request !110
parents c473e4fc c408d033
......@@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
@FeignClient(name = "MICRO-OPENPLATFORM")
@FeignClient(name = "MICRO-OPENPLATFORM", url = "${saas.openplatformclient.feign.url}")
@RequestMapping(produces = {"application/json;charset=UTF-8"})
public interface OpenPlatformClient {
......
......@@ -9,7 +9,7 @@ apollo.meta=http://212.129.229.203
env=dev
apollo.cluster=local
apollo.bootstrap.enabled=true
apollo.bootstrap.namespaces=micro_progeram_commons,shopping_cart
apollo.bootstrap.namespaces=shopping_cart,micro_progeram_commons
spring.main.allow-bean-definition-overriding=true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment