Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 387 Bytes

File metadata and controls

16 lines (9 loc) · 387 Bytes

Building the UMS application

Building the standalone jar

Run ../../gradlew build from a command line.

Running the standalone jar

Run java -jar path/to/jar. Gradle puts the built jar into build/libs directory for the application.

You can also use ./gradlew applications/ums:bootRun to run the application.

Windows users

Substitute gradlew.bat for ./gradlew.