As a developer, I want a database available within the system so that I can store and access all trail-related information.
Acceptance Criteria
- The database should be suitably named so it can be easily identifiable
- The database should include mock data to demonstrate that it can work
- The database should refresh every time the project re-starts
- The database data should be shown on a html page
- The database should have no issues connecting to MariaDB
Tasks
- Ensure MariaDB connectivity
- Create blank SQL database schema in MariaDB
- Create the database
- Create appropriate controllers
- Create Repository interface
- Use JDBC to implement the repository interface
- Print data to a html