Skip to content

mohammali/bm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BM Project

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.

Setup

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

APIs

Please use this Swagger link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published