jypma / LB3210

Microservices with Java
Creative Commons Attribution Share Alike 4.0 International
0 stars 0 forks source link

Demo project needs PUT and POST resources #2

Closed jypma closed 3 years ago

jypma commented 3 years ago

The GET resource is there, and serves up manually-inserted database content.

We need to extend on this a bit:

jbendsen commented 3 years ago

I think the new methods in DemoRepository can be rewritten in a more functional style.

jypma commented 3 years ago

Methods have been added now.