Skip to content

Commit 98951ca

Browse files
Add missing static
1 parent 054d788 commit 98951ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/springbootbuch/extconfig/ApplicationConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
public class ApplicationConfig {
1212

1313
@ConfigurationProperties("bar")
14-
public class BarProperties {
14+
public static class BarProperties {
1515

1616
private String otherValue;
1717

0 commit comments

Comments
 (0)