|
|
@ -15,6 +15,12 @@ import cokr.xit.fims.task.TaskMvcConfig;
|
|
|
|
public class FimsApplication extends XitBaseApplication {
|
|
|
|
public class FimsApplication extends XitBaseApplication {
|
|
|
|
|
|
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
|
public static void main(String[] args) {
|
|
|
|
|
|
|
|
String sysSgg = System.getProperty("sgg.active");
|
|
|
|
|
|
|
|
if(sysSgg == null || sysSgg.equals("")) {
|
|
|
|
|
|
|
|
System.out.println("시군구 설정 없음");
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
SpringApplication.run(FimsApplication.class, args);
|
|
|
|
SpringApplication.run(FimsApplication.class, args);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|