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.
|
|
12 years ago | |
|---|---|---|
| .. | ||
| src/main | 12 years ago | |
| README.md | 12 years ago | |
| pom.xml | 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.