I would like to authenticate with
http://myhost/login?user=...&password=...
and logout with
http://myhost/logout
I am using Gradle, Spring Boot and Java config, so no web.xml, no context configurations, no web forms and so on.
Can't escape from google noise on multipage and multifile samples...