Commit aabf51eb by yangxiujun

fix:配置环境变量

1 parent 072c9b26
......@@ -28,7 +28,9 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@EnableScheduling
@EnableFeignClients(basePackages = {"com.dituhui.pea.user", "com.dituhui.pea.order", "com.dituhui.pea.dispatch"})
public class OrderServiceApplication {
static{
System.setProperty("java.awt.headless", "true");
}
public static void main(String[] args) {
SpringApplication.run(OrderServiceApplication.class, args);
// todo 配置化
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!