An open API service indexing awesome lists of open source software.

https://github.com/daggerok/spring-cloud-gateway-example

Migrate monolithic app into micro-services with awesome Spring projects!
https://github.com/daggerok/spring-cloud-gateway-example

gateway react spring-boot spring-cloud spring-cloud-gateway spring-cloud-microservice spring-gateway spring-webflux thymeleaf webflux webpack webpack4

Last synced: 2 months ago
JSON representation

Migrate monolithic app into micro-services with awesome Spring projects!

Awesome Lists containing this project

README

          

= spring-cloud-gateway-example image:https://travis-ci.org/daggerok/spring-cloud-gateway-example.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/spring-cloud-gateway-example"]

////
image:https://travis-ci.org/daggerok/spring-cloud-gateway-example.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/spring-cloud-gateway-example"]
image:https://gitlab.com/daggerok/spring-cloud-gateway-example/badges/master/build.svg["Build Status", link="https://gitlab.com/daggerok/spring-cloud-gateway-example/-/jobs"]
image:https://img.shields.io/bitbucket/pipelines/daggerok/spring-cloud-gateway-example.svg["Build Status", link="https://bitbucket.com/daggerok/spring-cloud-gateway-example"]
////

//tag::content[]

__Migrate monolithic app into micro-services with awesome Spring projects!__

Read link:https://daggerok.github.io/spring-cloud-gateway-example[reference documentation] for details

////
.gradle
[source,bash]
----
./gradlew
java -jar build/monolith/libs/*.jar
bash build/libs/monolith/*.jar

./gradlew build composeUp
./gradlew composeDown
----
////

some links:

- link:http://docs.jboss.org/hibernate/core/3.6/reference/en-US/html/mapping.html#d0e5294[additional hibernate generators]
- link:https://www.youtube.com/watch?v=pSLDLAh8szc[Thymeleaf getting ready for Reactive Spring 5]
- link:https://www.youtube.com/watch?v=GVq0uzpHYoQ[YouTube: Thymeleaf by Daniel Fernández]
- link:https://www.youtube.com/watch?v=NkgooKSeF8w[Motivated by that Spencer Gibb talk on YouTube: Introducing Spring Cloud Gateway by Spencer Gibb @ Spring I/O 2018]
- link:https://www.youtube.com/watch?v=lW3aN-7izCY&t=0s[YouTube: Mastering Spring Boot's Actuator by Andy Wilkinson @ Spring I/O 2018]

generated by link:https://github.com/daggerok/generator-jvm/[generator-jvm] yeoman generator (java-spring-boot)

//end::content[]