摘要: SpringBoot打jar包: 1.在pom.xml中添加 项目的入口: <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifa 阅读全文
posted @ 2020-02-24 20:56 fansir万岁 阅读(1116) 评论(0) 推荐(0)
摘要: 1.在pom.xml中引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-log4j</artifactId> <version>1.3.8.RELEASE</ve 阅读全文
posted @ 2020-02-24 14:34 fansir万岁 阅读(905) 评论(0) 推荐(0)