Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConsulConfigProperties not caling init() method in spring-cloud-consul-config:3.1.2 #823

Open
CheKazan opened this issue Jun 22, 2023 · 0 comments

Comments

@CheKazan
Copy link

In spring-cloud-consul-config:3.1.2 not calling init method in ConsulConfigProperties, and you have to set the property manually, which is inconvenient.

@PostConstruct
public void init() {
if (this.format == Format.FILES) {
this.profileSeparator = "-";
}
}

@ryanjbaxter ryanjbaxter transferred this issue from spring-cloud/spring-cloud-config Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant