Match prefix same as draft.
This commit is contained in:
parent
3aa158b872
commit
eb9815b6d6
@ -4,7 +4,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
@Configuration
|
||||
@ConfigurationProperties(prefix = "profileProperties")
|
||||
@ConfigurationProperties(prefix = "profile.profileProperties")
|
||||
public class MainConfiguration {
|
||||
private String name;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user