oasp / oasp4j

The Open Application Standard Platform for Java
Apache License 2.0
60 stars 303 forks source link

Add support for spring-data #626

Closed hohwille closed 6 years ago

hohwille commented 6 years ago

Already from the beginning we had tough discussions about spring-boot as you can read in #2. However things have changed meanwhile:

Therefore we want to make spring-data first class citizen of OASP4J but of course will continue to support our DAO approach as well (so no-one will be forced to migrate). We will only move the DAO stuff to a new module (see #616).

hohwille commented 6 years ago

Done with PR #627