摘要: <dependencies> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> </dependency> <dependency> <g 阅读全文
posted @ 2021-01-05 21:25 dgxacc 阅读(257) 评论(0) 推荐(0)
摘要: JSp实际是一个Servlet Jsp导入依赖:javax-jsp-api Servlet导入依赖: javax-servlet-api Jstl导入依赖 standard导入依赖 jsp九大内置对象: page session application [ServletContext] out re 阅读全文
posted @ 2021-01-05 21:04 dgxacc 阅读(50) 评论(0) 推荐(0)
摘要: Maven项目下的java中的properties无法导出到classes中 解决方案 在本moudle中的pom.xml加入(有需要可以在总的项目中的pom.xml添加) <build> <resources> <resource> <directory>src/main/resources</d 阅读全文
posted @ 2021-01-05 10:27 dgxacc 阅读(163) 评论(0) 推荐(0)
摘要: 在我的电脑中配置环境变量 M2_HOME MAVEN_HOME(找到maven安装路径) Path(找到bin路径) 更改Maven-conf-setteings中的存储路径 <localRepository>E:\Program Files\Apache Software Foundation\m 阅读全文
posted @ 2021-01-04 15:46 dgxacc 阅读(70) 评论(0) 推荐(0)
摘要: <mirrors> <mirror> <id>nexus-aliyun</id> <mirrorOf>central</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/repositorie 阅读全文
posted @ 2021-01-04 14:26 dgxacc 阅读(364) 评论(0) 推荐(0)