Still in development.
Just create a project from this template. You can use the model of User to add custom things to your user. Otherwise
just use spring as usual. A user service, controller and auth are already implemented.
- postgres db (
docker-compose.yml) - java version 21
- If no profile exists in your ide (if you are using intellij) create a new one which is running the
SpringAuthTemplateApplicationclass. - In dev make sure to start it in
devmode by selecting the environment in your run configuration. - In prod make sure to activate
prodas environment.