2019-05-20 00:21:02 +02:00
2019-05-19 16:58:17 +02:00
2019-05-19 23:29:48 +02:00
2019-05-19 16:58:17 +02:00
2019-05-20 00:21:02 +02:00
2019-05-19 16:58:17 +02:00
2019-05-19 16:58:17 +02:00
2019-05-19 16:58:17 +02:00
2019-05-19 23:29:48 +02:00
2019-05-20 00:21:02 +02:00
2019-05-19 23:29:48 +02:00

How construct WebServices with SpringBoot 2.1.5 RELEASE (modern way)

Run

mvn spring-boot:run -f pom.xml

Example

curl -H "content-type: text/xml" -d @request.xml http://localhost:8080/ws

Docker

docker build --rm -t ws .
docker run -ti --rm --name ws --network host ws
Description
How construct WebServices with SpringBoot (modern way)
Readme 88 KiB
Languages
Java 98.1%
Dockerfile 1.9%