DP-3T / dp3t-sdk-backend

The backend implementation for DP3T
Mozilla Public License 2.0
198 stars 88 forks source link

Use Spring Data JPA. #305

Closed antrix190 closed 3 years ago

antrix190 commented 3 years ago

While going through the code, I could notice high level of verbosity. Hence was wondering if it's a good idea to replace org.springframework.jdbc.core with Spring Data JPA

Reference

martinalig commented 3 years ago

Hi,

Thanks for the input.

We do not plan to replace JDBC with JPA.

Best regards