# springboot_cxf **Repository Path**: coczzz/springboot_cxf_security ## Basic Information - **Project Name**: springboot_cxf - **Description**: springboot整合webservice, security安全认证访问 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 3 - **Created**: 2018-11-12 - **Last Updated**: 2023-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. 此demo springboot 版本为 2.0.3.RELEASE 2. 集成了springsecurity和webservice CXF 与 axis客户端 3. 目的:旨在同时使用webservice 与 spring MVC 接口 4. cxf-spring-boot-starter-jaxws cxf与springboot集成,此时不需要在注入 CXFServlet() , 否侧spring MVC 接口将不可用 5. CXF webservice 相关类: service.UserService.java service.UserServiceImpl.java config.CxfConfig.java 6.client包下为模拟客户端请求 访问: http://127.0.0.1:8089/pb/myService http://127.0.0.1:8089/pb/myService/UserService?wsdl http://127.0.0.1:8089/pb/myService/UserService 测试: demo2.demo2.client.CxfClient.java demo2.demo2.client.CxfClient2.java 关于 emo2.demo2.config.CxfConfig.java 多个服务配置 配置 站点服务:JAX-WS