.jhipster | ||
gradle | ||
sql | ||
src | ||
vue | ||
webpack | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.huskyrc | ||
.prettierignore | ||
.prettierrc | ||
.yo-rc.json | ||
angular.json | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
Jenkinsfile | ||
JHIPSTER.md | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
proxy.conf.json | ||
README.md | ||
settings.gradle | ||
tsconfig-aot.json | ||
tsconfig.json | ||
tslint.json |
= 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
== Running JUnit tests with branch coverage
=== for IntelliJ IDEA
see: https://confluence.jetbrains.com/display/IDEADEV/IDEA+Coverage+Runner
Either apply it to specific test configurations or, better, delete the previous test configurations and amend the JUnit template.