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