请求分为两种,一种是访问静态html、图片等静态web资源,另一种是访问某个java类
(1)静态资源请求
访问静态web资源很简单,因为静态web资源一般直接放在WebContent目录下,外部能够直接访问,所以在url后面添加资源名称即可
如访问book.html
其中内容为:
Hello name,this is my first velocity demo.