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!
- Host: GitHub
- URL: https://github.com/daggerok/spring-cloud-gateway-example
- Owner: daggerok
- License: mit
- Created: 2018-06-21T00:24:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T22:56:14.000Z (almost 8 years ago)
- Last Synced: 2025-07-21T11:49:39.121Z (11 months ago)
- Topics: gateway, react, spring-boot, spring-cloud, spring-cloud-gateway, spring-cloud-microservice, spring-gateway, spring-webflux, thymeleaf, webflux, webpack, webpack4
- Language: Java
- Homepage: https://daggerok.github.io/spring-cloud-gateway-example
- Size: 621 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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[]