Sample project which uses springboot + msaccess database + thymeleaf
Project have a good implementation to provide searching on date and integer fields that stored in ms access DB in text format .
The implementation is following filter chaining model so that it can be extended easily when new Type search field come
Build and Run CommandsExample: mvn spring-boot:run -Dspring.datasource.url=jdbc:ucanaccess:///Users/sujiths/Downloads/JavaTest/accountsdb.accdb
External Libraries
- Mockito -> to do some complex tests
- Jupitor Junit 5 -> to do Junit test
Build Tool : Maven