You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
例如有三个微服务:eureka、config、user
user的controller中代码如下: @RequestMapping("${restful.base}")
public class UserController {...}
${restful.base}是在config中的配置
现在user微服务中运行junit,${restful.base}怎么注入进去呢
The text was updated successfully, but these errors were encountered:
例如有三个微服务:eureka、config、user
user的controller中代码如下:
@RequestMapping("${restful.base}")
public class UserController {...}
${restful.base}是在config中的配置
现在user微服务中运行junit,${restful.base}怎么注入进去呢
The text was updated successfully, but these errors were encountered: