@Value("${log.regId}")
private String regId = "123123";
String regId = env.getProperty("log.regId","123123");

05-07 15:25