You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A backend application (Java, SpringBoot) which displays transactions I have “made” in a PostgreSQL. Using JPA to communicate with the DB I created a Bank class along with: BankConfig, BankController, BankRepository, and a BankService. In which the BankController posts the JSON file, of all the transactions.