当前位置 : 主页 > 网页制作 > Nodejs >

webservice rest

来源:互联网 收集:自由互联 发布时间:2021-06-24
1、利用maven把需要的jia包打进来 2、applicationContext-ws-server.xml中配置接口跟拦截器 同时要有这个applicationContext.xml 3、把该项目打成war包在classes下面建立lib文件夹,把maven资源库的包导出

1、利用maven 把需要的jia包打进来

2、applicationContext-ws-server.xml  中配置接口跟拦截器

      同时要有这个applicationContext.xml

3、把该项目打成war包在classes下面建立lib文件夹,把maven资源库 的包导出为jar包 放到该目录下

4、访问时::http://ip:port/项目名 就可以生成wadl文件



网友评论