Skip to content

Sample project which uses springboot + msaccess database + thymeleaf

Notifications You must be signed in to change notification settings

sujithsuresh05/spring-boot-thymeleaf-msacces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-thymeleaf-msaccess

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 Commands

alt text alt text alt text

Jar building mvn package

Run Test mvn test

Build mvn package

Run application

mvn spring-boot:run -Dspring.datasource.url=jdbc:ucanaccess: database path

Example: mvn spring-boot:run -Dspring.datasource.url=jdbc:ucanaccess:///Users/sujiths/Downloads/JavaTest/accountsdb.accdb

External Libraries

  1. Mockito -> to do some complex tests
  2. Jupitor Junit 5 -> to do Junit test

Build Tool : Maven

About

Sample project which uses springboot + msaccess database + thymeleaf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published