Skip to content

Commit

Permalink
Add links to demos
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Nov 20, 2016
1 parent bdeb284 commit a5579ac
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.adoc
Expand Up @@ -12,25 +12,21 @@ We’ll use JHipster (a Yeoman generator) to create Angular + Spring Boot apps o
== View presentation online

https://mraible.github.io/microservices-for-the-masses[Slides]
·
https://github.com/mraible/microservices-for-the-masses/blob/{branch}/src/notes/script.adoc[Script]
·
http://www.slideshare.net/mraible/microservices-for-the-masses[SlideShare]

=== Demos

Demos are contained in the `demos` directory and consist of:

. Spring Boot
. https://github.com/mraible/microservices-for-the-masses/blob/{branch}/demos/spring-boot/README.adoc[Spring Boot]
* JPA, H2, REST API
* Stormpath Authentication
* Deploy to Cloud Foundry
. JHipster Monolith
. https://github.com/mraible/microservices-for-the-masses/blob/{branch}/demos/jhipster-monolith/README.adoc[JHipster Monolith]
* Blog Application with MySQL, Elasticsearch, i18n
* Entities for Blog, Entry and Tags
* Business logic to restrict user access
* Deploy to Heroku
. JHipster Microservices
. https://github.com/mraible/microservices-for-the-masses/blob/{branch}/demos/jhipster-microservices/README.adoc[JHipster Microservices]
* Convert blog to gateway
* Create store microservice
* Product entity for store, generate UI on gateway
Expand Down

0 comments on commit a5579ac

Please sign in to comment.