Spring Cloud Gateway Hello World Example

  Рет қаралды 35,645

JavaInUse

JavaInUse

Күн бұрын

Пікірлер: 51
@deepakjava3506
@deepakjava3506 2 жыл бұрын
Seedhi baat no Bakwas, Clear hai. Awesome tutorial Sir.
@Abubakar-gi1kf
@Abubakar-gi1kf 3 жыл бұрын
When running this project using java based config for the cloud gateway. If you come across this error "cannot resolve method 'id' in 'buildable' in spring cloud gateway" delete the ".id())" lines in the SpringCloudConfig.java file and re-run the application. Ensure your two microservices are running. Amazing tutorial
@muhammadsakeel4691
@muhammadsakeel4691 4 жыл бұрын
so simply explain. easy and directed. u rocks
@Artistsonu_743
@Artistsonu_743 Жыл бұрын
awesome explained each and every step. I m able to understand easily
@muralikrishna1044
@muralikrishna1044 Жыл бұрын
very very good example with simple procedure
@Vishal_ingole
@Vishal_ingole Жыл бұрын
Explanation is very simple, Thank you for the video.
@rohinikrishna05
@rohinikrishna05 4 жыл бұрын
Absolutely simplified and wonderful explanation!
@juanpabloosorioalvarado6467
@juanpabloosorioalvarado6467 5 жыл бұрын
Great video! , greetings from Colombia
@praveenkumart4106
@praveenkumart4106 4 жыл бұрын
Hi, how we can implement JWT validation in gateway to check authenticated uri without Auth2.
@e.ch.vidyasagarkorada7341
@e.ch.vidyasagarkorada7341 3 жыл бұрын
Thank you #JavaInUse team for this video tutorial really helps a lot to understand the concept. Thank you
@jasper5016
@jasper5016 3 жыл бұрын
You made this so so easy. Thanks a lot for your tutorial. Subscribed.
@AdityaRajVerma
@AdityaRajVerma 4 жыл бұрын
Awesome my friend .I found your channel today and its awesome .I will recommend other also
@azharmobeen
@azharmobeen 3 жыл бұрын
Thanks for sharing, please keep it up
@puneetgupz
@puneetgupz 3 жыл бұрын
Great explanation, awesome channel , kudos to you :)
@dwivedys
@dwivedys 2 жыл бұрын
Terrific! Very good job...
@jitendraraghav9143
@jitendraraghav9143 5 жыл бұрын
Nice Video.. in this tutorial GET is been discussed, could you share about POST ..
@sandeepk1971
@sandeepk1971 4 жыл бұрын
very good explanation , clear and precise .
@pierretrochet3800
@pierretrochet3800 2 жыл бұрын
Great vidéo 👍Thanks
@darkzero4608
@darkzero4608 3 жыл бұрын
Good explanation with diagramatic and code both.
@vinothshepard7451
@vinothshepard7451 5 жыл бұрын
@JavaInUse Sir, How to implement CORS in the spring cloud Gateway? Can you please help? Thanks,
@ajnik14
@ajnik14 5 жыл бұрын
Great Video Can you please provide the example for spring cloud gateway with spring security
@JavaInUse
@JavaInUse 5 жыл бұрын
Hi Ajit. Will provide it soon
@ajnik14
@ajnik14 5 жыл бұрын
@@JavaInUse Thanks, Waiting for your reply 😊
@lalik777
@lalik777 3 жыл бұрын
The problem is that all blogers and youtubers say that services consumer and producer must not be accessible from external call request , but with gateway they are still accessible . Why ? And i can,t find how without spring security how disable direct calls to api’s which must be called through a gateway ?
@abhisheksahu1252
@abhisheksahu1252 2 жыл бұрын
Excellent brother !!
@arturorodriguez3110
@arturorodriguez3110 2 жыл бұрын
great video!!! worked for me
@chinnarajuluk3125
@chinnarajuluk3125 Жыл бұрын
Very well explained but please do explain little slowly
@siyedyoussef3202
@siyedyoussef3202 5 жыл бұрын
Great video Sir 👍
@JavaInUse
@JavaInUse 5 жыл бұрын
Thanks Siyed :)
@MyPraneethreddy
@MyPraneethreddy 4 жыл бұрын
Can we use common gateway for both soap and rest api??
@seink9163
@seink9163 5 жыл бұрын
For a test I want to route the path "/google" to the url "www.google.com". On the java routes I coded like this: ... .route("Google", r -> r.path("/google").filters(rw -> rw.setPath("/")).uri("www.google.com")) ... then, when I start the server and try localhost:8080/google, it results in an error 404. "The requested URL / was not found on this server." What am I doing wrong? Thanks for your time and patience.
@vasuroy6214
@vasuroy6214 4 жыл бұрын
I resolved the issues of Javax as I was using Java 11, still it is not redirecting to the services and showing 404, dont know if I am missing something.
@rahulas4008
@rahulas4008 4 жыл бұрын
Can you please put a video on how to localhost an application?
@BeingDeveloperWithAB
@BeingDeveloperWithAB 5 жыл бұрын
Is predicte ll b only route pattern like usee consumer n employee
@JavaInUse
@JavaInUse 5 жыл бұрын
I have used url pattern matching as example of predicate. But predicate can be others like cookies match, headers match, check time etc.
@zhrgci
@zhrgci 2 жыл бұрын
just returns 404 when I implement it into my own project
@BeingDeveloperWithAB
@BeingDeveloperWithAB 5 жыл бұрын
Why we need route id .what is the use of it
@JavaInUse
@JavaInUse 5 жыл бұрын
it is just to name/identify the route. it has no logic involved
@msraju2326
@msraju2326 4 жыл бұрын
How to block extrenal users not to use???
@removed107
@removed107 3 жыл бұрын
use spring security with JWT token.
@vijaykumarsubrambani1464
@vijaykumarsubrambani1464 4 жыл бұрын
What you explained is, Isn't service registry?
@thazapo
@thazapo 4 жыл бұрын
great tutorial, congrats.
@ghanshyamkhatri3541
@ghanshyamkhatri3541 4 жыл бұрын
super awesome!!
@mfturkcan2247
@mfturkcan2247 2 жыл бұрын
Great that was perfect
@nabeeluddin788
@nabeeluddin788 4 жыл бұрын
Thank you very much
@br4676
@br4676 5 жыл бұрын
thanks sir
@JavaInUse
@JavaInUse 5 жыл бұрын
Welcome :)
@BeingDeveloperWithAB
@BeingDeveloperWithAB 5 жыл бұрын
Is predicte ll b only route pattern like usee consumer n employee
Spring Cloud Gateway Filters Tutorial
17:13
JavaInUse
Рет қаралды 15 М.
Living on the Edge with Spring Cloud Gateway
28:42
SpringDeveloper
Рет қаралды 23 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
Spring Cloud Tutorial - Netflix Zuul + Eureka Simple Example
15:53
Building an API Gateway in Java with Spring Cloud Gateway
23:01
Spring Cloud Gateway for Stateless Microservice Authorization
36:32
SpringDeveloper
Рет қаралды 42 М.
Spring Cloud Gateway with Hystrix example | Tech Primers
30:39
Tech Primers
Рет қаралды 39 М.
Distributed Log Tracing -Spring Cloud Sleuth+Zipkin Example
21:50
What is API gateway really all about? Java Brains - Brain Bytes
8:56
Top 25 Microservice Interview Questions Answered - Java Brains
39:54
Protect Your Microservices with Spring Cloud Gateway
28:10
SpringDeveloper
Рет қаралды 28 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН