Commit f4ee4357 authored by hezhen's avatar hezhen

修改配置

parent 41fd4a7a
...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMethod; ...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestMethod;
//@FeignClient(value = "${auth.serviceId}",configuration = {}) //@FeignClient(value = "${auth.serviceId}",configuration = {})
@FeignClient("xx-app") @FeignClient("xx-app")
public interface ConfigFeign { public interface ConfigFeign {
@RequestMapping(value = "/cofig/types/{types}",method = RequestMethod.GET) @RequestMapping(value = "/cofig/app/unauth/types",method = RequestMethod.GET)
public ObjectRestResponse<Cofig> getAllByType(String types); public ObjectRestResponse<Cofig> getAllByType(String types);
} }
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