-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# What is LWSAPP? | ||
|
||
This is a Spring Boot server application | ||
that serves the web services on http://learnwebservices.com site. | ||
|
||
The main purpose of this site to provide a free, public, sample SOAP webservices | ||
for everyone. These webservices are designed to long live, so they can be | ||
used in tutorials, videos, blog posts, Stack Overflow, etc. | ||
|
||
# How to use this image? | ||
|
||
Starting an instance with the following command: | ||
|
||
```shell | ||
docker run -p 8080:8080 --name my-lwsapp vicziani/lwsapp | ||
``` | ||
|
||
Then check the `http://localhost:8080` address! | ||
|
||
# Quick reference | ||
|
||
* **Where to find more information:** | ||
https://www.learnwebservices.com/ | ||
* **Source code:** | ||
https://github.com/vicziani/learnwebservices-server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters