52ky 发表于 2022-10-24 14:07:22

javaWEB项目的web.xml配置文件

javaWEB项目的web.xml配置文件,包括静态资源配置,中文乱码管理,跨域等配置。只需要将${projectName}修改为你的项目的称号,覆盖原有web.xml即可,覆盖前建议备份管理。提提供菜鸟和小白菜鸟使用,老鸟请疏忽。
web.xml
.....

(The web XML configuration file, including static resource configuration, Chinese garbled code management, cross domain configuration, etc. Just change ${projectName} to the title of your project and overwrite the original web.xml. Before overwriting, backup management is recommended. It is provided for novices and cabbages. Old birds, please ignore it.
web.xml
.....)




页: [1]
查看完整版本: javaWEB项目的web.xml配置文件