christophknabe / spring-ddd-bank

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

Added some tests for the REST interface. #27

Closed christophknabe closed 2 years ago

christophknabe commented 2 years ago

Added tests for REST requests which are executable without an authenticated user. Conversion from domain types to resources and back moved into class Converter.