| @@ -27,8 +27,8 @@ public class BApplication { | |||||
| @Value("${fm.open}") | @Value("${fm.open}") | ||||
| private boolean fmOpen; | private boolean fmOpen; | ||||
| @Value("${fm.pos_url}") | |||||
| private String fmPosUrl; | |||||
| //@Value("${fm.pos_url}") | |||||
| //private String fmPosUrl; | |||||
| @Bean | @Bean | ||||
| public boolean isFmException() { | public boolean isFmException() { | ||||
| @@ -45,10 +45,10 @@ public class BApplication { | |||||
| return fmOpen; | return fmOpen; | ||||
| } | } | ||||
| @Bean | |||||
| public String fmPosUrl() { | |||||
| return fmPosUrl; | |||||
| } | |||||
| //@Bean | |||||
| //public String fmPosUrl() { | |||||
| // return fmPosUrl; | |||||
| //} | |||||
| public static void main(String[] args) { | public static void main(String[] args) { | ||||