Skip to content

anyulled/kotlin_spring-boot_jpa

Repository files navigation

Kotlin JPA Demo Codacy Badge Build Status codecov Maintainability Documentation Sonarqube Coverage Status CII Best Practices Heroku

A showcase of different entity mappings with JPA & Hibernate.

Simply do mvn spring-boot:run a make a request to the described mappings on the controller

  • @OneToOne
  • @OneToMany Issue #11
  • @ManyToManyIssue #12

Junit 5 tests pending

  • Controller tests
  • Service Tests
  • Repository Tests
  • Entity tests (Possibly Dto integration?) Issue #22

Continuous Integration/ Code coverage

  • Travis CI
  • codecov.io
  • Code Climate
  • SonarQube
  • Coveralls