这是我的项目的结构:
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
web.xml的代码
...
├── WebContent
├── MetaInf
├── Ressource
| ├── index.html
├── WEB_INF
| ├── web.xml
我只收到404错误。
答案 0 :(得分:0)
根据您的结构,将jsp页面放在Resource文件夹中。将jsp文件放在由Resource插入的Web内容下
├── WebContent
├── MetaInf
├── WEB_INF
| ├── web.xml
├── index.html