Spring Cloud Config + ejb
问题 I am setting for my application set the 'Spring Cloud Config' (http://cloud.spring.io/spring-cloud-config/) to make all the centralized settings, however there is a problem, I have a set of 10 applications, however an application is using legacy EJB, there are some connector or customer 'Spring Cloud Client Setup' for EJB? 回答1: Non-Spring java apps and non-java apps can use the spring cloud config server rest api. See this answer. You would probably be interested in these endpoints that