This is the very simplest of Spring servers.
Kr Younger 0d62807afa first commit 6 years ago
.vscode first commit 6 years ago
src/main/java first commit 6 years ago
.gitignore first commit 6 years ago
README.md first commit 6 years ago
pom.xml first commit 6 years ago

README.md

Simplest SimpleSimon server

to run from the project's directory:

$ mvn spring-boot:run

If ain't got Maven, well, figure that out.

And if it works, look at all those amazinly informative log messages!

And then... In another terminal....

$ curl localhost:8080

<h2>Simple Simon Says: Hello World.</h2>

and TaDa!!