Spring Entity Encryption Lib Example
An example Spring Restful app for example of Spring Hibernate Entity Encryption Library
important endpoints
POST /todo/{title}/{desc}
to insert a new todo entry
GET /todo
to list all todos
PATCH /todo/{id}/{title}/{desc}
to update a todo entry
license
This source is released under the terms of the Apache Software License Version 2.0 (see license.txt).