@@ -25,7 +25,7 @@ import java.util.Properties; | |||||
@ConfigurationProperties(prefix = "position") | @ConfigurationProperties(prefix = "position") | ||||
public class PositionConfig { | public class PositionConfig { | ||||
//@Value("${hello}") | |||||
@Value("${hello}") | |||||
private String hello; | private String hello; | ||||
} | } |