Servlet
Tips
- Good old tech
- 用习惯了 Spring 的开发者说不定都不懂 Servlet,因为没必要
常用的结构
my-web
src
main
java
resources
webapp - 静态 - 启动时候需要配置路径
WEB-INF
web.xml - servlet 配置
index.html
常用的结构
my-web
src
main
java
resources
webapp - 静态 - 启动时候需要配置路径
WEB-INF
web.xml - servlet 配置
index.html