摘要: 1. spring boot 支持 jsp pom: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <de 阅读全文
posted @ 2020-10-16 14:42 微笑丶ing 阅读(446) 评论(0) 推荐(0) 编辑
摘要: maven 打包时依赖 jar 包分离, pom 添加 <!--依赖复制到lib--> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <exe 阅读全文
posted @ 2020-10-16 14:39 微笑丶ing 阅读(719) 评论(0) 推荐(0) 编辑