博主首页

headless environment

    public static void main(String[] args) {
        System.setProperty("java.awt.headless", "false");
        SpringApplication.run(SpringBootMain.class, args);
    }

 

posted @ 2024-02-19 14:28  笑~笑  阅读(22)  评论(0编辑  收藏  举报