This is a Java 11 project showing how to connect with Microsoft Access database and expose the data using **
RESTful API**, it's also contain custom session manager to handle HttpSession
.
The project built using SpringBoot framework, Maven as project management, JUnit5 for testing, Jacoco for code coverage and SonarQube for code quality.
Start by cloning the project in your machine and enter it directory
$ git clone [email protected]:mohammali/bm.git
$ cd bm
now, build the project using maven-wrapper
$ ./mvnw clean install -Dmaven.test.skip=true
or you can use your own maven
$ mvn clean install -Dmaven.test.skip=true
this commands will generate stand-alone jar file, and we can run it on JVM 11
or higher
You can run the service by
$ java -jar target/service.jar
Please use this Swagger link