Commit 9dac0145 authored by Quxl's avatar Quxl

x

parent a9ef191e
...@@ -20,6 +20,7 @@ public class SapServiceApplication { ...@@ -20,6 +20,7 @@ public class SapServiceApplication {
private static ApplicationContext applicationContext; private static ApplicationContext applicationContext;
public static void main(String[] args) throws KeyManagementException, NoSuchAlgorithmException { public static void main(String[] args) throws KeyManagementException, NoSuchAlgorithmException {
System.out.println(System.getProperty("java.home"));
TimeZone.setDefault(TimeZone.getTimeZone("GMT+8")); TimeZone.setDefault(TimeZone.getTimeZone("GMT+8"));
SAPTrustManager.trustAllHttpsCertificates(); SAPTrustManager.trustAllHttpsCertificates();
applicationContext = SpringApplication.run(SapServiceApplication.class, args); applicationContext = SpringApplication.run(SapServiceApplication.class, args);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment