This project shows how to implement in-Memory and Database authentication in a Spring Webflux project
gradle bootRun
gradle test
gradle -Dsonar.login=${SONAR_TOKEN} jacocoTestReport sonarqube test
Where:
${SONAR_TOKEN}
is a sonar token to authenticate with the server (Ask me for it :)