Migrate to Asciidoctor.
This commit is contained in:
12
echo/README.adoc
Normal file
12
echo/README.adoc
Normal file
@@ -0,0 +1,12 @@
|
||||
= Echo Sample
|
||||
|
||||
This sample shows a bare-bones echoing service. Incoming messages are handled
|
||||
via DOM, and a simple 'business logic' service is used to obtain the result.
|
||||
|
||||
== Build and deploy
|
||||
|
||||
See the main link:../README.adoc[README] for build instructions.
|
||||
|
||||
== 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,15 +0,0 @@
|
||||
# Echo Sample
|
||||
|
||||
This sample shows a bare-bones echoing service. Incoming messages are handled
|
||||
via DOM, and a simple 'business logic' service is used to obtain the result.
|
||||
|
||||
## Build and deploy
|
||||
|
||||
See the main [README](../README.md) for build instructions.
|
||||
|
||||
## 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