/loans

Microservice for loans

Primary LanguageKotlin

loans

##Customize Environment Variables via IntelliJ IDEA

  1. Press edit run/debug configuration
  2. Select Kotlin configuration with Application.kt as main class
  3. Edit environment variables as <key_1>=<value_1>;<key_2>=<value_2>;...

gradle commands

  • update dependencies ./gradlew build --refresh-dependencies
  • run all tests ./gradlew test
  • run application ./gradlew run