An open API service indexing awesome lists of open source software.

https://github.com/maciejwalkowiak/spring-boot-ws-sample

Spring Boot & Spring WS sample project
https://github.com/maciejwalkowiak/spring-boot-ws-sample

Last synced: 2 months ago
JSON representation

Spring Boot & Spring WS sample project

Awesome Lists containing this project

README

          

spring-boot-ws-sample
=====================

Spring Boot and Spring-WS integration sample project

### Goals

- one application context shared between Spring MVC and Spring WS - take a look at ```WebServiceConfig``` class
- Spring-WS configured with ```sws``` namespace
- class generation with ```jaxb2-maven-plugin```

### How to run

```mvn spring-boot:run```