The Spring boot microservice application for gamedoora
- JDK 17
- PostgreSQL 14.8
- Maven 3.3 or higher
mvnw clean install
mvnw spring-boot:run
- Gamedoora Config Service
a. Run the config server
b. Set CONFIG_SERVER to the URL of the config serverexport CONFIG_SERVER=<URL of the config server>