Spring Boot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Maciej Walkowiak 95a6ce9e48 Spring Web Services Starter 12 years ago
..
src/main Spring Web Services Starter 12 years ago
README.md Spring Web Services Starter and Sample Project 12 years ago
pom.xml Spring Web Services Starter 12 years ago

README.md

Spring Boot - Samples - Web Services

This sample project demonstrates how to bootstrap and use Spring Web Services with Spring Boot.

It is a runnable implementation of the HolidayRequest sample in the Spring Web Services reference guide.

The sample can be build with Maven (>3) and simply run from the command line.

$ mvn package
$ java -jar target/*.jar

Now pointing your browser to [http://localhost:8080/services/holidayService/holiday.wsdl] should display the generated WSDL.