|
@@ -20,6 +20,7 @@ public class Application {
|
|
public static void main(String[] args) throws InterruptedException {
|
|
public static void main(String[] args) throws InterruptedException {
|
|
SpringApplication.run(Application.class, args);
|
|
SpringApplication.run(Application.class, args);
|
|
|
|
|
|
|
|
+
|
|
Configs.init("zfbinfo.properties");
|
|
Configs.init("zfbinfo.properties");
|
|
logger.info("支付项目启动 ");
|
|
logger.info("支付项目启动 ");
|
|
}
|
|
}
|