Commit 74af43fb authored by Quxl's avatar Quxl

x

parent e6f16ae3
......@@ -17,6 +17,7 @@ public class OmsApplication {
private static ApplicationContext applicationContext;
public static void main(String[] args) {
System.setProperty("java.io.tmpdir", "temp");
applicationContext = SpringApplication.run(OmsApplication.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