reference to a workshop we're using to facilitate sessions with Java developers new to Baker

This commit is contained in:
Nikola Kasev
2020-03-05 17:46:22 +02:00
parent 5edb1a86b0
commit 78a57ac90e

View File

@@ -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