christophknabe / spring-ddd-bank

A sample project following Domain Driven Design with Spring Data JPA
GNU Lesser General Public License v2.1
509 stars 125 forks source link

Make project again importable into IDE #16

Closed christophknabe closed 2 years ago

christophknabe commented 2 years ago

In issue #14 the project was adapted to newer circumstances, but only on the JDK/Maven level. Here is it necessary to assure that the project is still importable into the Spring Tool Suite, and may be IntelliJ IDEA.

christophknabe commented 2 years ago

Completed with all on Java 8 by Pull Request #17.