Migrate to Asciidoctor.
This commit is contained in:
16
tutorial/README.adoc
Normal file
16
tutorial/README.adoc
Normal file
@@ -0,0 +1,16 @@
|
||||
= Spring Web Service Tutorial
|
||||
|
||||
This sample contains the code for the tutorial, which can be found in the
|
||||
https://projects.spring.io/spring-ws[Spring Web Services] reference documentation.
|
||||
|
||||
== Build and deploy
|
||||
|
||||
. See the main link:../README.adoc[README] for build instructions.
|
||||
|
||||
. Access the WSDL at the following URL:
|
||||
|
||||
http://localhost:8080/tutorial/holiday.wsdl
|
||||
|
||||
== License
|
||||
|
||||
https://projects.spring.io/spring-ws[Spring Web Services] is released under version 2.0 of the http://www.apache.org/licenses/LICENSE-2.0[Apache License].
|
||||
@@ -1,20 +0,0 @@
|
||||
# Spring Web Service Tutorial
|
||||
|
||||
This sample contains the code for the tutorial, which can be found in the
|
||||
[Spring Web Services] reference documentation.
|
||||
|
||||
## Build and deploy
|
||||
|
||||
1. See the main [README](../README.md) for build instructions.
|
||||
|
||||
2. Access the WSDL at the following URL:
|
||||
|
||||
[http://localhost:8080/tutorial/holiday.wsdl](http://localhost:8080/tutorial/holiday.wsdl)
|
||||
|
||||
|
||||
## License
|
||||
|
||||
[Spring Web Services] is released under version 2.0 of the [Apache License].
|
||||
|
||||
[Spring Web Services]: https://projects.spring.io/spring-ws
|
||||
[Apache License]: http://www.apache.org/licenses/LICENSE-2.0
|
||||
Reference in New Issue
Block a user