- Java 11
- Maven
Use maven to build the project.
mvn clean package
The output is a "jar" file located under ./target/*.jar
- MongoDB
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:
To deploy the software run:
java -jar <ticketing.jar> --spring.config.location=/path/to/application.yml