Thank you for visiting this repository.
I hope you find what you are looking for, otherwise please do let me know.
I will try to make this repository as complete as possible.
- Java 17 or higher
- Docker Desktop
- An IDE (Integrated Development Environment)
- Open Docker Desktop
- Open this repository within your preferred IDE
- Open a terminal within your IDE on location
yourlocation\spring-boot-3-security
- Type
docker compose up -d
- Now start the application
- Open the database on: http://localhost:5050
- Add a database called
postgres
- Use the credentials as per the
application-database.yml
file (located within folder:yourlocation\spring-boot-3-security\src\main\resources
)
Do not forget to follow the repository for further updates.