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
- Host: GitHub
- URL: https://github.com/maciejwalkowiak/spring-boot-ws-sample
- Owner: maciejwalkowiak
- Created: 2014-04-08T18:44:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-08T18:58:31.000Z (over 11 years ago)
- Last Synced: 2025-02-25T08:38:32.599Z (7 months ago)
- Language: Java
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```