💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# 不用配置web.xml文件的servlet文件的创建方法 ### 步骤按文件顺序来: 1. ![](https://box.kancloud.cn/fd97b468d67e57bd453de38d8ce3d2ab_812x355.PNG) 2. 图中`Class name `对应web.xml文件中的`<servlet-name>xxx</servlet-name>` ![](https://box.kancloud.cn/d4edea77e61f0c251dc81074c0417581_592x445.PNG) 3.图中`URL mapping`对应web.xml文件中的`<url-pattern>/xxx</url-pattern>`(**注意:/xxx中的斜杠一定不要漏写** )![](https://box.kancloud.cn/35d8378c70ea0db53b1e994aef5a5b9c_575x559.PNG)