This application demonstrates how to use Spring Boot and the JAX-WS reference implementation to implement a web services application. It uses the JAX-WS Spring extension.
- Java 1.7 or newer
To start the application, run the following command in the project root directory:
$ ./gradlew bootRun
The application implements a single service with two ports, located at:
The Application class demonstrates how to use Spring JavaConfig to configure web service components.
The FibonacciPortImpl class is a service endpoint implementation written as a Spring Bean with dependency injection.