Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 312 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 312 Bytes

Description

Rest example application.

Setup local environment

  1. Copy .env.dist file to .env. and optionally make configuration changes.

Useful commands

Common

  1. Building for production

     ./gradlew build
    
  2. Update dependencies

     ./gradlew clean resolveAndLockAll --write-locks