java110
2022-02-10 24bd6845c7857da19182025f434b495b2ee3ce05
service-fee/src/main/java/com/java110/fee/FeeServiceApplicationStart.java
@@ -7,7 +7,7 @@
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;
@@ -42,6 +42,7 @@
        "com.java110.intf.community",
        "com.java110.intf.job",
        "com.java110.intf.acct",
        "com.java110.intf.common",
        "com.java110.intf.store"})
public class FeeServiceApplicationStart {
@@ -63,6 +64,7 @@
    public static void main(String[] args) throws Exception {
        try {
            ServiceStartInit.preInitSystemConfig();
            ApplicationContext context = SpringApplication.run(FeeServiceApplicationStart.class, args);
            ServiceStartInit.initSystemConfig(context);
        } catch (Throwable e) {