====== Central configuration client ======
org.springframework.cloud
spring-cloud-starter-config
org.springframework.boot
spring-boot-starter-actuator
org.springframework.boot
spring-boot-starter-web
org.springframework.cloud
spring-cloud-starter-parent
Angel.SR4
pom
import
// ADD Refresh scope
@RefreshScope
public class LoginController {
// Add varibole
@Value("${testaaa}")
private String testaaa;
}
spring.application.name=service-auth
spring.cloud.config.uri=http://localhost:8080/eco-central-config