Skip to content

utilized Spring MVC and Thymeleaf for this bank transaction history viewer. The Repository and Service classes deserialize, populate, and sort transaction data from a binary file.

Notifications You must be signed in to change notification settings

Alex-Cultrera/Bank-Transaction-History-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bank Transaction History Viewer

Project where I created an online banking transaction history viewer using Spring MVC where user can click into each transaction to view a new page displaying the full details of that transaction, and from there the user can click back to view the Transaction History page again

Troubleshooting

This project is entirely dependent upon a binary file cleverly named doNotTouch. If this file is moved, renamed, or even changed, then Transaction.java will not work and the project will fail to run as intended.

You can always test this by running the unit test provided. If it fails to run green then the file may have been moved or renamed. This unit test will not fail, however, if you change the internals of this binary file.

The rest of this project should conform to your normal expectations for any Spring Boot web project.

About

utilized Spring MVC and Thymeleaf for this bank transaction history viewer. The Repository and Service classes deserialize, populate, and sort transaction data from a binary file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published