Skip to content

madgeek-arc/ticketing-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ticketing Service

Build

Requirements

  • Java 11
  • Maven

Build instructions

Use maven to build the project.

mvn clean package

The output is a "jar" file located under ./target/*.jar

Deploy

Dependencies

  • MongoDB

Deployment Instructions

1. Create Properties file

Create an application.yml file and fill in the following properties.

spring:

  data.mongodb:
    host: localhost
    port: 27017
    database: dev

  security:
    oauth2:
      resourceserver:
        jwt:
          issuer-uri:

2. Run Software

To deploy the software run:

java -jar <ticketing.jar> --spring.config.location=/path/to/application.yml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published