Spring Boot Process finished with exit code 0

Spring Boot  Process finished with exit code 0 ,无任何情况,可以异常捕获,获取详细错误!
public static void main(String[] args) throws Exception {
   try {
      SpringApplication.run(ShoppingPaymentApplication.class, args);
   }
   catch (Throwable t) {
      t.printStackTrace();
   }
}

可添加如上异常捕获,获取异常详细信息,逐步查看解决。

访问其它服务:

http://localhost:8085/platform/goods/oss/selectSMSInfo

http://jiashi publish  ip:8085/mallplatformmanager/platform/goods/oss/selectSMSInfo

 

你可能感兴趣的:(spring)