@Component
@ConfigurationProperties(prefix = "file")
public class AppConfig {
	private String soundDir;
	
	//setter
	//getter
}

