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
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 = "-";
}
}
The text was updated successfully, but these errors were encountered:
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 = "-";
}
}
The text was updated successfully, but these errors were encountered: