Skip to content

DOME-Marketplace/subscriptions-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subscriptions Management

Description

Subscriptions Management task in brokerage for DOME project.

How to Run Application

Start the application using these commands below

Tip

Run these commands inside the root folder of this project; i.e inside the subscriptions-management folder.

  • Using maven

    mvn spring-boot:run
    
  • From jar file Create a jar file using mvn clean install command and then execute:

    java -jar target/subscriptions-management-<VERSION>-SNAPSHOT.jar
    

Note

By default spring boot application starts on port number 8080. If port 8080 is occupied in your system then you can change the port number by uncommenting and updating the server.port property inside the application.yaml file that is available inside the src > main > resources folder.

Note

In order to use the profile (see pom.xml) please use: mvn spring-boot:run -Pgenerate-rest-apis

How to Run Unit Test Cases

Run the test cases using this command below

Tip

This command needs to run inside the root folder of this project i.e inside the subscriptions-management folder

  • To run all the test cases
    mvn test
    

About

Support to test revenue-engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •