banking-kata-java
banking-kata-java copied to clipboard
Banking Kata (Java)
Changes: - Configure Spring Security to use Keycloak as authorization server. - Modify `docker-compose` to use jboss Keycloak and adminer (for visualize database tables) images. - Modify `application.yml` and `application-test.yml`...
A reality we can often observe in real world applications, and even more so in microservices architectures, is communication with multiple services in order to achieve a task. For example,...
Add adminer to docker-compose Fix invalid POSTGRES_PASSWORD variable in docker-compose
In order to use an admin panel for database i suggest to include adminer Also the docker-compose file has an invalid POSTGRES_PASSWORD variable due to README
The idea it's to add Cucumber to demonstrate OutsideIn TDD way. It would most probably showed in the 23 Nov 2022 meetup. Job to be done : - describe the...
Adding a secondary implementation for BankAccountRepository with MongoDB. Make it configurable so that we can switch between them.
Evaluate pros and cons of Flyway vs Liquibase and implement one of these for our project
Hi Valentina, Hope you are well. Based on your last meetup talk, I have been able to understand the persistence and further worked a little bit on the following for...
Hello, Last weekend I tried to add on the project a plugin in order to banned some imports according to some packages. This can be very useful to check at...