Engineering Thesis
For production environment, you need to have an oracle database.
If you don't have a created an oracle database yet, run script database/install.sql
.
swagger
- to run application with Swagger
To run swagger use swagger
profile.
Link to swagger documentation: http://localhost:8080/swagger-ui/index.html
DB_URL
- database url
DB_USERNAME
- database username
DB_PASSWORD
- database password
JWT_SECRET
- secret key for JWT token
JWT_EXPIRATION_MS
- expiration time for JWT token in milliseconds
With production environment, you need to set all of these variables.