Commit 8f8bab56 authored by Quxl's avatar Quxl

x

parent 65d6114e
...@@ -19,6 +19,7 @@ public class SapServiceApplication { ...@@ -19,6 +19,7 @@ public class SapServiceApplication {
public static void main(String[] args) throws KeyManagementException, NoSuchAlgorithmException { public static void main(String[] args) throws KeyManagementException, NoSuchAlgorithmException {
System.setProperty("java.io.tmpdir", "temp"); System.setProperty("java.io.tmpdir", "temp");
System.out.println(System.getProperty("java.home"));
TimeZone.setDefault(TimeZone.getTimeZone("GMT+8")); TimeZone.setDefault(TimeZone.getTimeZone("GMT+8"));
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