TechLearning

TechLearning

This channel will be useful for learning technical stuffs. We will be learning together.

Пікірлер

  • @amarabdi4752
    @amarabdi47527 күн бұрын

    I went back an queried the table in the sql server studio and there was no result and still empty. Shouldn't it automatically update the table as well?

  • @aastha4708
    @aastha470812 күн бұрын

    Hello I am not able to call course service from spring cloud gateway can anyone help here.. I am getting error while hitting url in postman

  • @aastha4708
    @aastha470813 күн бұрын

    Why do we need to create login ..

  • @aastha4708
    @aastha470813 күн бұрын

    Hello I am not ableto insert values into mysql table shall I send you ss

  • @tech_learning
    @tech_learning13 күн бұрын

    What are you facing ??

  • @aastha4708
    @aastha470813 күн бұрын

    Really good application of springboot which is running properly finally I found it after so long research I hope I completes this series

  • @SangramDash-lj4sp
    @SangramDash-lj4sp24 күн бұрын

    How to read @ConfigurationProperties with spring vonfig server

  • @Skalt47
    @Skalt47Ай бұрын

    I case anyone is having trouble logging in, after creating the user: 1. Log in using "Windows Server Authentication" 2. Right click on the Database Server (DESKTOP-ALG3GTV) and select "Properties" 3. In the field "Select a page" select "Security". 4. Under "Server authentication" change from "Windows Authentication mode" to "SQL Server and Windows Authentication mode"

  • @pranavbahalkar7132
    @pranavbahalkar71322 ай бұрын

    Hey , is it mandatory to create a Table ? wont it be created automatically as per the POJO/entity class's structure? Please rectify , thanks

  • @tech_learning
    @tech_learning2 ай бұрын

    It depends how are you setting property spring.jpa.hibernate.ddl-auto. If you set it to 'none' it will not create schema or update schema by itself. To create and update schema you need to set it it 'update'. In production, it's often highly recommended you use none or simply don't specify this property.

  • @pranavbahalkar7132
    @pranavbahalkar71322 ай бұрын

    @@tech_learning thanks for the info .

  • @armendochandra9169
    @armendochandra91693 ай бұрын

    can we make a service for change the value of application properties on gitlab

  • @sivashankar-sx9ul
    @sivashankar-sx9ul6 ай бұрын

    Super explination

  • @tech_learning
    @tech_learning2 ай бұрын

    Glad you liked it

  • @sivashankar-sx9ul
    @sivashankar-sx9ul6 ай бұрын

    Super

  • @tech_learning
    @tech_learning2 ай бұрын

    Thanks

  • @ghulamhaidermalik2137
    @ghulamhaidermalik21378 ай бұрын

    Nice Explanation but there is problems in course and student service about ther mssql database both is created in same mssql. I have sent a compilation error with code

  • @camilojosepaterninapertuz1133
    @camilojosepaterninapertuz11339 ай бұрын

    If i wanna test from web with angular i get Cors issue, anyone know how can i resolve that?

  • @tech_learning
    @tech_learning2 ай бұрын

    You have to deploy the project code on server. Or run both Web and server on same machine

  • @raja812com
    @raja812com9 ай бұрын

    where to get complete project for this

  • @tech_learning
    @tech_learning2 ай бұрын

    Thanks for your comment. You can get project code from GitHub in video link github.com/nakeshsingh/microservices

  • @pavanchitti7993
    @pavanchitti799311 ай бұрын

    Like rss ,

  • @pavanchitti7993
    @pavanchitti799311 ай бұрын

    Sir pls make a spring security in detail pls 🙏🙏🙏

  • @Rpradeen
    @Rpradeen Жыл бұрын

    Base response code i need to call the internal service how to do it

  • @user-yy5nx1kr5d
    @user-yy5nx1kr5d Жыл бұрын

    You are awesome man. Try making videos you are way better than other KZread people who is making spring micro service technical videos.

  • @playground76
    @playground76 Жыл бұрын

    Server started but Not able to see eureka server dashboard.

  • @kanijankavyavenkatesh2818
    @kanijankavyavenkatesh2818 Жыл бұрын

    Is that api gateway mandatory before going to eureka

  • @tech_learning
    @tech_learning Жыл бұрын

    API gateway primary job is to accept various(endpoints) API calls and load balanced than. API gateway resolves service name for each API using Eureka. So API gateway is needed to call eureka to find service.

  • @kanijankavyavenkatesh2818
    @kanijankavyavenkatesh2818 Жыл бұрын

    Not getting

  • @manimegalaivijayan7091
    @manimegalaivijayan7091 Жыл бұрын

    can i have ur mail id @TechLearning I have one error could u help me please

  • @tech_learning
    @tech_learning Жыл бұрын

    [email protected]

  • @riteshhraj8033
    @riteshhraj8033 Жыл бұрын

    Hello sir your videos are great,it helped me a lot in clearing my concepts ☺.but its very sad to see that you stopped posting videos further😔..its a humble request if you start posting videos like these or continue this microservice series with some advanced concepts..

  • @jhastin79g
    @jhastin79g Жыл бұрын

    Sir did u know how to add cors from frontend using spring gateway

  • @harishhari1310
    @harishhari1310 Жыл бұрын

    Hi i'm facing an issue in aks while routing the request from gateway to service1 via registry server Eurekha server Property: eureka.instance.hostname=localhost (should i need to change this prop) eureka.client.register-with-eureka=false eureka.client.fetch-registry=false Gateway: eureka.client.serviceUrl.defaultZone=<domain>/services/registry/eureka Service1: eureka.client.serviceUrl.defaultZone=<domain>/services/registry/eureka I'm getting below error 2022-12-13 07:02:10.108 ERROR 1 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [a54b36dc-1] 500 Server Error for HTTP POST "/services/auth/login" java.net.UnknownHostException: Service1-login-f8f865784-zg92h: Name or service not known at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) ~[na:na] Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: Error has been observed at the following site(s): *__checkpoint ⇢ org.springframework.cloud.gateway.filter.WeightCalculatorWebFilter [DefaultWebFilterChain] *__checkpoint ⇢ org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter [DefaultWebFilterChain] *__checkpoint ⇢ HTTP POST "/services/auth/login" [ExceptionHandlingWebHandler]

  • @anshammohamed355
    @anshammohamed355 Жыл бұрын

    hi, i am getting an error at the getForObject("url",class). I'm getting this error "Unsupported Media Type","path":"/departments/1"

  • @anshammohamed355
    @anshammohamed355 Жыл бұрын

    if anyone could help that would be great!

  • @tech_learning
    @tech_learning Жыл бұрын

    Add Content-Type: application/json in header

  • @anshammohamed355
    @anshammohamed355 Жыл бұрын

    @@tech_learning headr in postman right, I have added that already

  • @tech_learning
    @tech_learning Жыл бұрын

    Then u have to share your code with me. I need to see what’s wrong in code. Usually unsupported media type comes when u don’t set proper content-type as per the request

  • @anshammohamed355
    @anshammohamed355 Жыл бұрын

    @@tech_learning public ResponseTemplateVO getUserWithDepartment(Long userId) { ResponseTemplateVO vo=new ResponseTemplateVO(); Users user=userRepository.findByUserId(userId); String temp="localhost:9001/departments/"+user.getDepartmentId(); Department department=restTemplate.getForObject(temp, Department.class); vo.setUser(user); vo.setDepartment(department); return vo; }

  • @yanchuntang7750
    @yanchuntang7750 Жыл бұрын

    need more to expand my knowledge. wait for next great

  • @nikhildevabhaktuni
    @nikhildevabhaktuni Жыл бұрын

    Thanks, Man I really appreciate what you explained. You saved my time.

  • @puneetsaneja3007
    @puneetsaneja3007 Жыл бұрын

    How microservice to microservice communication happen in aws since host ip is dynamic. You cant hardcode in application.property file

  • @rakeshraka3705
    @rakeshraka3705 Жыл бұрын

    Thanks buddy. I completely now understand eureka server and client. Thanks again

  • @kartikeya4u
    @kartikeya4u Жыл бұрын

    Can you pls help to setup SSL configuration between Service Registry, API Gateway and Microservices.

  • @sorinoltean7511
    @sorinoltean7511 Жыл бұрын

    Great content, thank you !

  • @Ankitkumar-js3cj
    @Ankitkumar-js3cj2 жыл бұрын

    Great Job

  • @khyatigupta6696
    @khyatigupta66962 жыл бұрын

    Can you also teach us how to use flux instead of mono? It would be really appreciated. Thanks.

  • @mohammedajazquadri7869
    @mohammedajazquadri78692 жыл бұрын

    Thanks

  • @rahul10615
    @rahul106152 жыл бұрын

    Your pop is very iterating , please make sure in the coming video, you should ask to subscribe in the beginning only, it nonsense while teaching every time this pop coming and making the notice if i am not wrong you sole motive to help individuals rather than bombarding them with pop Thank you

  • @tech_learning
    @tech_learning2 жыл бұрын

    Thanks for watching video and valuable suggestions

  • @TheNeoamerica
    @TheNeoamerica2 жыл бұрын

    pretty neat explanation... thanks

  • @pushpashrestha127
    @pushpashrestha1272 жыл бұрын

    I wanna pay you dear teacher for this video…Hats off.

  • @tech_learning
    @tech_learning2 жыл бұрын

    Thanks for watching videos and appreciation. ☺️

  • @venkymuddhe5221
    @venkymuddhe52212 жыл бұрын

    Nice

  • @pankajsharma31
    @pankajsharma312 жыл бұрын

    i liked it,simple and clear, can you make async rest api videos and other advance concepts

  • @tech_learning
    @tech_learning2 жыл бұрын

    Thanks for appreciation 👍🏻

  • @coder1thon787
    @coder1thon7872 жыл бұрын

    Nicely explained

  • @ErfanHossainShoaib
    @ErfanHossainShoaib2 жыл бұрын

    Crystal clear explanation. Simply eloquent.

  • @tech_learning
    @tech_learning2 жыл бұрын

    Thanks for watching and appreciation. Do subscribe and share with your friends.

  • @neetukailey9005
    @neetukailey90052 жыл бұрын

    Good video, but can you please tell if there is any way to access the circuit breaker created using annotation i.e. "example"?

  • @nagabhushanarao5979
    @nagabhushanarao59792 жыл бұрын

    Hi bro, Wait for next video.. please upload ASAP... thank you for uploading

  • @MrAmlanmahapatra
    @MrAmlanmahapatra2 жыл бұрын

    thanks. please a series of asynchronous services call using kafka please

  • @tech_learning
    @tech_learning2 жыл бұрын

    Will do. Thanks

  • @MrAmlanmahapatra
    @MrAmlanmahapatra2 жыл бұрын

    @@tech_learning please. Thanks in advance

  • @divyeshkanzariya9614
    @divyeshkanzariya96142 жыл бұрын

    Thank you keep it up

  • @mitalimadhuchhanda1299
    @mitalimadhuchhanda12992 жыл бұрын

    Very well explained ...Thank you Sir.

  • @tech_learning
    @tech_learning2 жыл бұрын

    Thanks for watching videos and appreciation. Full code is also there at GitHub for quick setup. 👍🏻

  • @nimmalasrinu4u
    @nimmalasrinu4u2 жыл бұрын

    Very useful and nice explanation. Thank you.

  • @tech_learning
    @tech_learning2 жыл бұрын

    Thanks for appreciation

  • @shwetabhat9981
    @shwetabhat99812 жыл бұрын

    Been a long time sir, hope you are doing well . Kindly post your videos as its really helpful and amazing . Thank You 🙂

  • @tech_learning
    @tech_learning2 жыл бұрын

    Thanks for compliment. I will post new videos soon.

  • @prakash4041
    @prakash40412 жыл бұрын

    thank you for making vedios ,ithese are too good to learn microservice

  • @tech_learning
    @tech_learning2 жыл бұрын

    Thanks for appreciation