ngandriau / hibernateTutorialNico

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hibernate Tutorial Project with Gradle

Project created with the 'gradle-quickstart' lazybones template

Use to explore hibernate and common tools

  • github
  • bintray
  • travis
  • cobertura
  • findbugs
  • jdepend
  • codenarc

Howto:

intellij-idea integration

Just import the projet from the build.gradle

run the tests

./gradlew test

!!Currently broken, work from IDEA, but not from gradle. Cannot find the Id generator from package-info.java

generate code coverage report

./gradlew cobertura

report is then located at ~/build/reports/cobertura/index.html

About

License:Apache License 2.0


Languages

Language:Groovy 49.9%Language:Shell 25.1%Language:Java 25.0%