Michael Hoennig
16cf845015
Merge branch 'master' into spike/JSonSerializerDeserializerForDTOs
# Conflicts: # package-lock.json # src/main/java/org/hostsharing/hsadminng/service/dto/CustomerDTO.java
= 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
Languages
Java
86.2%
PLpgSQL
13.2%
Shell
0.5%
Python
0.1%