请问是在下面的这段代码中设计吗
@夏悸 你好,想跟你请教个问题:
<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0"> <display-name>微信公共平台开发者接口</display-name> <filter> <filter-name>WeChatFilter</filter-name> <filter-class>com.gson.WeChatFilter</filter-class> </filter> <filter-mapping> <filter-name>WeChatFilter</filter-name> <url-pattern>/wechat/123456</url-pattern> </filter-mapping> <welcome-file-list> <welcome-file>index.jsp</welcome-file> </welcome-file-list> </web-app>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我只想说 你应该补一下 java web的基础知识......
还有 我已经提供了默认的实现了,你能用点心认真看看么......