From 78a57ac90ed9980607f242d18fd1af6eed5bac23 Mon Sep 17 00:00:00 2001 From: Nikola Kasev Date: Thu, 5 Mar 2020 17:46:22 +0200 Subject: [PATCH] reference to a workshop we're using to facilitate sessions with Java developers new to Baker --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfc8b030..d676f5d3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ An introductory presentation of Baker: [Baker talk @ Amsterdam.Scala meetup](htt A talk about Baker at the Scale By the Bay 2017 conference: [Declare, verify and execute microservices-based process flows](https://www.youtube.com/watch?v=0bWQwUmeXHU). -An example web-shop recipe you can find at the [examples sub-project](https://github.com/ing-bank/baker/tree/master/examples/src/main/scala/webshop/webservice) +An example web-shop recipe you can find at the [examples sub-project](https://github.com/ing-bank/baker/tree/master/examples/src/main/scala/webshop/webservice). +Java developers new to Baker can use this [workshop](https://github.com/nikolakasev/workshop-baker) to get familiar with the library by following and getting the unit tests green. WebShop Recipe: ```scala