-
Spring Boot项目:一个使用了安全措施的WS SOAP for Spring Boot
资源介绍
Spring Boot SOAP Web服务安全性
具有WSS4J安全性的SOAP Web服务项目,还创建了一个客户端以使用它
- Spring boot 2.0.1.RELEASE
- Java 1.8
- jaxb2
- Security
- WSS4J
定义xs:WS模式
src /主/资源/ beer.xsd
必要的java类由maven插件自行生成:
org.codehaus.mojo
jaxb2-maven-plugin
1.6
WS配置和安全性
com.memorynotfound.server.SoapServerConfig
使用@EnableWs注释加载beers.xsd并定义该Web服务所在的位置:
安全
com.memo
- 上一篇: CXF WS-Security WSS4J 例子
- 下一篇: cxf+ws-security-JAR