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文件