摘要: 工程目录结构如下图: 目的: 在index.jsp中引用hello.js和base.css文件 实现: 在web.xml中,新增<servlet-mapping> <servlet-name >default </servlet-name > <url-pattern >*.js</url-patt 阅读全文
posted @ 2018-04-29 21:25 baby孔祥超 阅读(528) 评论(0) 推荐(0) 编辑
摘要: // system-parent <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema 阅读全文
posted @ 2018-04-29 16:47 baby孔祥超 阅读(647) 评论(0) 推荐(0) 编辑
摘要: <build> <defaultGoal>compile</defaultGoal> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactI 阅读全文
posted @ 2018-04-29 16:36 baby孔祥超 阅读(2537) 评论(0) 推荐(0) 编辑