#bujiatang

导航

2021年4月13日 #

Maven中资源导出失败的解决方法

摘要: 在build中配置resources,来防止a56爆大奖在线娱乐们资源导出失败的问题 在pom.xml核心配置文件中添加以下代码 <build> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>* 阅读全文

posted @ 2021-04-13 16:23 #bujiatang 阅读(100) 评论(0) 推荐(0) 编辑

Maven中添加servlet、jsp的依赖(最新版本)

摘要: 在主工程的核心配置文件pom.xml中添加以下代码 <dependencies> <!-- https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api --> <dependency> <groupId>javax.servl 阅读全文

posted @ 2021-04-13 16:15 #bujiatang 阅读(4796) 评论(0) 推荐(0) 编辑