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;
|
import org.springframework.context.annotation.Configuration;
|
||||||
|
|
||||||
@Configuration
|
@Configuration
|
||||||
@ConfigurationProperties(prefix = "profileProperties")
|
@ConfigurationProperties(prefix = "profile.profileProperties")
|
||||||
public class MainConfiguration {
|
public class MainConfiguration {
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue