Seedhi baat no Bakwas, Clear hai. Awesome tutorial Sir.
@Abubakar-gi1kf3 жыл бұрын
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
@muhammadsakeel46914 жыл бұрын
so simply explain. easy and directed. u rocks
@Artistsonu_743 Жыл бұрын
awesome explained each and every step. I m able to understand easily
@muralikrishna1044 Жыл бұрын
very very good example with simple procedure
@Vishal_ingole Жыл бұрын
Explanation is very simple, Thank you for the video.
@rohinikrishna054 жыл бұрын
Absolutely simplified and wonderful explanation!
@juanpabloosorioalvarado64675 жыл бұрын
Great video! , greetings from Colombia
@praveenkumart41064 жыл бұрын
Hi, how we can implement JWT validation in gateway to check authenticated uri without Auth2.
@e.ch.vidyasagarkorada73413 жыл бұрын
Thank you #JavaInUse team for this video tutorial really helps a lot to understand the concept. Thank you
@jasper50163 жыл бұрын
You made this so so easy. Thanks a lot for your tutorial. Subscribed.
@AdityaRajVerma4 жыл бұрын
Awesome my friend .I found your channel today and its awesome .I will recommend other also
@azharmobeen3 жыл бұрын
Thanks for sharing, please keep it up
@puneetgupz3 жыл бұрын
Great explanation, awesome channel , kudos to you :)
@dwivedys2 жыл бұрын
Terrific! Very good job...
@jitendraraghav91435 жыл бұрын
Nice Video.. in this tutorial GET is been discussed, could you share about POST ..
@sandeepk19714 жыл бұрын
very good explanation , clear and precise .
@pierretrochet38002 жыл бұрын
Great vidéo 👍Thanks
@darkzero46083 жыл бұрын
Good explanation with diagramatic and code both.
@vinothshepard74515 жыл бұрын
@JavaInUse Sir, How to implement CORS in the spring cloud Gateway? Can you please help? Thanks,
@ajnik145 жыл бұрын
Great Video Can you please provide the example for spring cloud gateway with spring security
@JavaInUse5 жыл бұрын
Hi Ajit. Will provide it soon
@ajnik145 жыл бұрын
@@JavaInUse Thanks, Waiting for your reply 😊
@lalik7773 жыл бұрын
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 ?
@abhisheksahu12522 жыл бұрын
Excellent brother !!
@arturorodriguez31102 жыл бұрын
great video!!! worked for me
@chinnarajuluk3125 Жыл бұрын
Very well explained but please do explain little slowly
@siyedyoussef32025 жыл бұрын
Great video Sir 👍
@JavaInUse5 жыл бұрын
Thanks Siyed :)
@MyPraneethreddy4 жыл бұрын
Can we use common gateway for both soap and rest api??
@seink91635 жыл бұрын
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.
@vasuroy62144 жыл бұрын
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.
@rahulas40084 жыл бұрын
Can you please put a video on how to localhost an application?
@BeingDeveloperWithAB5 жыл бұрын
Is predicte ll b only route pattern like usee consumer n employee
@JavaInUse5 жыл бұрын
I have used url pattern matching as example of predicate. But predicate can be others like cookies match, headers match, check time etc.
@zhrgci2 жыл бұрын
just returns 404 when I implement it into my own project
@BeingDeveloperWithAB5 жыл бұрын
Why we need route id .what is the use of it
@JavaInUse5 жыл бұрын
it is just to name/identify the route. it has no logic involved
@msraju23264 жыл бұрын
How to block extrenal users not to use???
@removed1073 жыл бұрын
use spring security with JWT token.
@vijaykumarsubrambani14644 жыл бұрын
What you explained is, Isn't service registry?
@thazapo4 жыл бұрын
great tutorial, congrats.
@ghanshyamkhatri35414 жыл бұрын
super awesome!!
@mfturkcan22472 жыл бұрын
Great that was perfect
@nabeeluddin7884 жыл бұрын
Thank you very much
@br46765 жыл бұрын
thanks sir
@JavaInUse5 жыл бұрын
Welcome :)
@BeingDeveloperWithAB5 жыл бұрын
Is predicte ll b only route pattern like usee consumer n employee