A web service developed in Kotlin, with the Spring Boot Framework.
- Gradle (Optional)
-
Clone the repository:
git clone https://github.com/ArtifactGames/copyplash-web-service.git
-
cd into the project folder:
cd copyplash-web-service
-
launch:
# with Gradle cli gradle bootRun
# with Gradle wrapper ./gradlew bootRun
# On windows ./gradlew.bat bootRun
# Use a different port SERVER_PORT=8081 gradle bootRun
SPRING_PROFILES_ACTIVE=[prod|dev] gradle bootRun
The default profile is dev
, you can check the profile configuration inside the src/main/resources/application-*.yaml
files