old mode 100644
new mode 100755
| | |
| | | import com.java110.core.event.service.BusinessServiceDataFlowEventPublishing; |
| | | import com.java110.service.init.ServiceStartInit; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import com.java110.core.log.LoggerFactory; |
| | | import org.springframework.boot.SpringApplication; |
| | | import org.springframework.boot.autoconfigure.SpringBootApplication; |
| | | import org.springframework.boot.web.client.RestTemplateBuilder; |
| | |
| | | "com.java110.intf.order", |
| | | "com.java110.intf.store", |
| | | "com.java110.intf.report", |
| | | "com.java110.intf.acct", |
| | | "com.java110.intf.oa", |
| | | "com.java110.intf.goods" |
| | | }) |
| | | @EnableScheduling |
| | |
| | | } |
| | | |
| | | public static void main(String[] args) throws Exception { |
| | | ServiceStartInit.preInitSystemConfig(); |
| | | ApplicationContext context = SpringApplication.run(JobServiceApplication.class, args); |
| | | ServiceStartInit.initSystemConfig(context); |
| | | //加载业务侦听 |