2019-04-19 12:08:30 +02:00
2019-04-18 16:31:39 +02:00
2019-04-19 12:08:30 +02:00
2019-04-09 15:18:11 +02:00
2019-04-02 10:23:40 +02:00
2019-04-18 17:16:18 +02:00
2019-04-02 10:23:40 +02:00

= hsadminNg Development

== Setting up the Development Environment

You'll often need to execute ./gradlew, therefore we suggest to define this alias:

alias gw='./gradlew'

== Building the Application with Test Execution

gw build

== Starting the Application

Either simply:

gw bootRun

or with a specific port:

SERVER_PORT=8081 ./gradlew bootRun
Description
No description provided
Readme 16 MiB
Languages
Java 86.2%
PLpgSQL 13.2%
Shell 0.5%
Python 0.1%