摘要: 1、使用org.springframework.core.io.ClassPathResource,各种环境都能读取。(windows/linux通用) public static void main(String[] args) throws IOException { // ClassPathR 阅读全文
posted @ 2021-08-02 17:04 难忘是想起 阅读(0) 评论(0) 推荐(0)
摘要: <build> //打包指定的文件名 <finalName>miniLegionInit</finalName> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven- 阅读全文
posted @ 2021-08-02 16:40 难忘是想起 阅读(0) 评论(0) 推荐(0)