Skip to content

Persistence Services for ReCAP Middleware (Shared Collection Service Bus)

Notifications You must be signed in to change notification settings

sudhish74/scsb-persistence

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Gradle project utilizing SpringBoot.

The file application.properties has information on datasource and other parameterized variables that are used in the project.

1. build.gradle is the main file with dependencies and other configurations. It is the equivalent of pom.xml for a maven project.

2. In order to run the application, use the following command.

./gradlew clean bootRun

This will start tomcat listening on 8080 (default), and can be accessed at localhost:8080.

3. In order to build the jar

./gradlew clean build or ./gradlew clean build -Dskip.tests

About

Persistence Services for ReCAP Middleware (Shared Collection Service Bus)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%