`
sillycat
  • 浏览: 2536007 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

SpringBoot 2 and Spring WS Happy Hour

 
阅读更多
SpringBoot 2 and Spring WS Happy Hour

We can always generate a project from here https://start.spring.io/

Generate Source Command
> mvn generate-sources

Annotation @SpringBootApplication is convenience annotation that adds:
@Configuration, @EnableAutoConfiguration and @ComponentScan
I set up and sample project
https://github.com/yiyikang/spring-boot2-springws
It integrate with Spring Boot more close. But It does not generate very good source codes and help me implement it when I first have the WSDL.
In my case, I still feel CXF is more easy and straightforward to me.
References:
https://howtodoinjava.com/spring-boot/spring-boot-soap-webservice-example/
https://github.com/in28minutes/spring-boot-examples/tree/master/spring-boot-tutorial-soap-web-services
https://dzone.com/articles/creating-a-soap-web-service-with-spring-boot-start
https://spring.io/guides/gs/producing-web-service/
http://www.springboottutorial.com/creating-soap-web-service-with-spring-boot-web-services-starter
https://codenotfound.com/spring-ws-example.html
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics