README.adoc

May 9, 2017 · View on GitHub

= Microservices for the Masses with Spring Boot, JHipster, and JWT Matt Raible https://github.com/mraible[@mraible] :branch: master

[abstract]

Microservices are all the rage and being deployed by many Java Hipsters. If you’re working on a large team that needs different release cycles for product components, microservices can be a blessing. If you’re working at your VW Restoration Shop and running its online store with your own software, having five services to manage and deploy can be a real pain. Share your knowledge and experience about microservices in this informative and code-heavy talk.

We’ll use JHipster (a Yeoman generator) to create Angular + Spring Boot apps on separate instances with a unified front-end. I’ll also show you options for securing your API gateway and individual applications using JWT. Heroku, Kubernetes, Docker, ELK, Spring Cloud, Okta; there will be plenty of interesting demos to see!

== View presentation online

https://mraible.github.io/microservices-for-the-masses[Slides]

=== Demos

Demos are contained in the demos directory and consist of:

. https://github.com/mraible/microservices-for-the-masses/blob/{branch}/demos/spring-boot/README.adoc[Spring Boot]