- 140
- 204 498
Thiru Academy
India
Приєднався 23 лют 2017
Hi,
Welcome to Thiru Academy.
I am Thirupathamma . In my channel you can find complete technology related information like Java, Spring, Hibernate, Spring Boot, Microservices and Angular, Typescript.
Thank you.
Welcome to Thiru Academy.
I am Thirupathamma . In my channel you can find complete technology related information like Java, Spring, Hibernate, Spring Boot, Microservices and Angular, Typescript.
Thank you.
Spring boot rest example | @PostMapping | @GetMapping | @PutMapping | @DeleteMapping Thiru Academy
In this video we have discussed about Spring boot rest services example with explanation of
@PostMapping
@GetmappingUK
@PutMapping
@DeleteMapping
Ambiguous mapping example
follow me: www.youtube.com/@thiru.academy
Git location : github.com/thirupathammakonca/LearnSpringBootMicroservices
Important videos :
Spring boot microservices playlist : ua-cam.com/play/PL1zLrOuIYEE0Yjk7OTbiPX6iqrsZgxUdB.html
Spring Boot Tutorial project part-1 : ua-cam.com/video/xwUf9tDZf2M/v-deo.html
Spring Boot Tutorial project part-2 : ua-cam.com/video/MmEx9VYIAu0/v-deo.html
Spring Boot Tutorial project part-3 : ua-cam.com/video/3NTxknCUjcs/v-deo.html
Spring Boot Tutorial Angular integration : ua-cam.com/video/VVp913W4vh8/v-deo.html
Spring Boot Microservices : ua-cam.com/video/XdkOXdCObLw/v-deo.html
Spring boot Microservices : ua-cam.com/video/OoYFvPg680c/v-deo.html
Generate PDF document tutorial : ua-cam.com/video/zahb4QM1lRE/v-deo.html
Spring Boot Annotations : ua-cam.com/video/8vWDXH-2aaI/v-deo.html
Junit Tutorial : ua-cam.com/video/vEvENqN_yfg/v-deo.html
JWT Authentication : ua-cam.com/video/ZjFpToCQCxM/v-deo.html
@PostMapping
@GetmappingUK
@PutMapping
@DeleteMapping
Ambiguous mapping example
follow me: www.youtube.com/@thiru.academy
Git location : github.com/thirupathammakonca/LearnSpringBootMicroservices
Important videos :
Spring boot microservices playlist : ua-cam.com/play/PL1zLrOuIYEE0Yjk7OTbiPX6iqrsZgxUdB.html
Spring Boot Tutorial project part-1 : ua-cam.com/video/xwUf9tDZf2M/v-deo.html
Spring Boot Tutorial project part-2 : ua-cam.com/video/MmEx9VYIAu0/v-deo.html
Spring Boot Tutorial project part-3 : ua-cam.com/video/3NTxknCUjcs/v-deo.html
Spring Boot Tutorial Angular integration : ua-cam.com/video/VVp913W4vh8/v-deo.html
Spring Boot Microservices : ua-cam.com/video/XdkOXdCObLw/v-deo.html
Spring boot Microservices : ua-cam.com/video/OoYFvPg680c/v-deo.html
Generate PDF document tutorial : ua-cam.com/video/zahb4QM1lRE/v-deo.html
Spring Boot Annotations : ua-cam.com/video/8vWDXH-2aaI/v-deo.html
Junit Tutorial : ua-cam.com/video/vEvENqN_yfg/v-deo.html
JWT Authentication : ua-cam.com/video/ZjFpToCQCxM/v-deo.html
Переглядів: 395
Відео
how to copy properties from one Object to other Object | Thiru Academy
Переглядів 4189 місяців тому
In this video we have discussed about how to copy the Product entity class property vlaues to ProductResponse class using Bean utils.copyProperties() method. follow me: www.youtube.com/@thiru.academy instagram : thiruacademyofficial Hipi : www.hipi.co.in/@Thiru.Academy Important videos : Spring Boot Tutorial project part-1 : ua-cam.com/video/xwUf9tDZf2M/v-deo.html Spring Boot Tut...
Spring boot microservices project| API Gateway| Circuit breaker|Fault tolerence|Part 7|Thiru Academy
Переглядів 1,1 тис.10 місяців тому
In this video we have discussed about API Gateway in Spring boot microservices project. Topics: What is API Gateway? Gateway implementation in spring boot microservices project. What is Circuit breaker? Circuit breaker implementation in spring boot microservices project. follow me: www.youtube.com/@thiru.academy instagram : thiruacademyofficial Hipi www.hipi.co.in/@Thiru.Academy ...
Spring boot microservices project | Payment Service | part 6 | Thiru Academy
Переглядів 92010 місяців тому
In this video we have discussed about Payment service by creating one application. APIs are : placeOrder : from placeOrder api we need to communicate with Payment Service to save details in DB getOrderDetails: This api includes order details, product details and payment information as well. follow me: www.youtube.com/@thiru.academy instagram : thiruacademyofficial Hipi www.hipi.c...
Spring boot microservices project | Cloud Config server | part 5| Thiru Academy
Переглядів 75010 місяців тому
We are following the series of Spring boot microservices. Spring boot microservices course. In this video we have discussed about Spring cloud Config server How how we can store the common properties in git repository and how can we the common properties from git and sharing these properties to other microservices registered in Service Registry. Git location : github.com/thirupathammakonca/Lear...
Spring boot microservices project | Services inter communication | part 4 | Thiru Academy
Переглядів 95510 місяців тому
We are following the series of Spring boot microservices. Spring boot microservices course. In this video we have discussed about services inter process communication using Feign client Topics: how to use Feign client Error Decoder Spring boot Exception handling Spring boot discovery client Git location : github.com/thirupathammakonca/LearnSpringBootMicroservices follow me: www.youtube.com/@thi...
Spring boot microservices project | Service Registry | part 3 | Thiru Academy
Переглядів 72811 місяців тому
We are following the series of Spring boot microservices. Spring boot microservices course. In this video we have discussed about What is Service Registry? purpose of Service Registry Benefits of Service registry Service Registry application implementation and How to Register the services in Service Registry Git location : github.com/thirupathammakonca/LearnSpringBootMicroservices follow me: ww...
Spring boot Microservices project part2 | Order service| Thiru Academy
Переглядів 1,3 тис.11 місяців тому
We are following the series of Spring boot microservices. Spring boot microservices course In this video we have discussed about How to create the Order service Project, which means How to place order how to retrieve the Product from database and how to reduce the product quantity information in DB after checking product availability in DB. follow me: www.youtube.com/@thiru.academy instagram : ...
Spring boot Microservices project - Product service | Part1 | Thiru Academy
Переглядів 2,1 тис.11 місяців тому
We are following the series of Spring boot microservices. In this video we have discussed about How to create the Product service Project, which means How to add Product to Database how to retrieve the Product from database and Spring boot exception handling How to handle the customized exceptions in Spring boot Project. follow me: www.youtube.com/@thiru.academy instagram : thirua...
Spring boot Microservices architecture explanation | Microservices | Thiru Academy
Переглядів 65311 місяців тому
In this video we have explained about monolithic and microservices architecture explanation and Microservices project explanation. follow me: www.youtube.com/@thiru.academy instagram : thiruacademyofficial Hipi www.hipi.co.in/@Thiru.Academy Important videos : Spring Boot Tutorial project part-1 : ua-cam.com/video/xwUf9tDZf2M/v-deo.html Spring Boot Tutorial project part-2 : ua-cam...
Spring boot web services introduction | Web services introduction Thiru Academy
Переглядів 20911 місяців тому
In this we have discussed about Web services introduction, What is Web service? and How web services works? and benefits of web services in e-commers application point of view. follow me: www.youtube.com/@thiru.academy instagram : thiruacademyofficial Hipi www.hipi.co.in/@Thiru.Academy Important videos : Spring Boot Tutorial project part-1 : ua-cam.com/video/xwUf9tDZf2M/v-deo.htm...
Spring boot dev tools tutorial | Thiru Academy
Переглядів 26711 місяців тому
In this video we have discussed about Spring boot dev tools along with Key features, benefits and how to enable and disable dev tools dependency in Spring boot application. follow me: www.youtube.com/@thiru.academy instagram : thiruacademyofficial Hipi www.hipi.co.in/@Thiru.Academy Important videos : Spring Boot Tutorial project part-1 : ua-cam.com/video/xwUf9tDZf2M/v-deo.html Sp...
Spring boot actuator tutorial | Actuators in Spring boot | Thiru Academy
Переглядів 46911 місяців тому
In this video we have discussed about Spring boot actuators with example. follow me: www.youtube.com/@thiru.academy instagram : thiruacademyofficial Hipi www.hipi.co.in/@Thiru.Academy Important videos : Spring Boot Tutorial project part-1 : ua-cam.com/video/xwUf9tDZf2M/v-deo.html Spring Boot Tutorial project part-2 : ua-cam.com/video/MmEx9VYIAu0/v-deo.html Spring Boot Tutorial pr...
Differences between application.properties and application.yaml in Spring boot | Thiru Academy
Переглядів 314Рік тому
In this video we have discussed differences between application.properties and application.yaml files in Spring boot with example. follow me: www.youtube.com/@thiru.academy instagram : thiruacademyofficial Hipi www.hipi.co.in/@Thiru.Academy Important videos : Spring Boot Tutorial project part-1 : ua-cam.com/video/xwUf9tDZf2M/v-deo.html Spring Boot Tutorial project part-2 : ua-cam...
Spring boot Rest Services Example | @PutMapping Vs @PatchMapping differences | Thiru Academy
Переглядів 431Рік тому
In this video we have discussed about Spring boot Rest services example including @GetMapping @PostMapping @PutMapping @PatchMapping @DeleteMapping and also included Spring data JPA configuration, Oracle integration, Spring Boot Exception handling. follow me: www.youtube.com/@thiru.academy instagram : thiruacademyofficial Hipi www.hipi.co.in/@Thiru.Academy Important videos : Spri...
Spring boot Restful webservices example | Thiru Academy
Переглядів 462Рік тому
Spring boot Restful webservices example | Thiru Academy
Spring boot embedded servers | How to change Spring boot embedded server | Thiru Academy
Переглядів 305Рік тому
Spring boot embedded servers | How to change Spring boot embedded server | Thiru Academy
What is Spring boot dependency injection | Thiru Academy
Переглядів 367Рік тому
What is Spring boot dependency injection | Thiru Academy
Spring boot application execution work flow| Spring boot project execution flow Thiru Academy
Переглядів 777Рік тому
Spring boot application execution work flow| Spring boot project execution flow Thiru Academy
How to create first Spring boot application | Thiru Academy
Переглядів 364Рік тому
How to create first Spring boot application | Thiru Academy
Spring Vs Spring boot - differences | Spring and Spring boot differences| Thiru Academy
Переглядів 474Рік тому
Spring Vs Spring boot - differences | Spring and Spring boot differences| Thiru Academy
Spring boot features | Spring boot 3.2.1 | Thiru Academy
Переглядів 1,3 тис.Рік тому
Spring boot features | Spring boot 3.2.1 | Thiru Academy
Spring boot microservices project| microservices project using Spring boot | Thiru Academy
Переглядів 11 тис.Рік тому
Spring boot microservices project| microservices project using Spring boot | Thiru Academy
Angular routing | Routing in Angular | Thiru Academy
Переглядів 116Рік тому
Angular routing | Routing in Angular | Thiru Academy
ngClass directive | ngClass Angular directive with example | Angular directives | Thiru Academy
Переглядів 89Рік тому
ngClass directive | ngClass Angular directive with example | Angular directives | Thiru Academy
ngStyle directive | ngStyle Angular directive | ngStyle directive in Angular | Thiru Academy
Переглядів 104Рік тому
ngStyle directive | ngStyle Angular directive | ngStyle directive in Angular | Thiru Academy
ngSwitch structural directive | ngSwitch directive | *ngSwitch Angular directive | Thiru Academy
Переглядів 102Рік тому
ngSwitch structural directive | ngSwitch directive | *ngSwitch Angular directive | Thiru Academy
ngFor directive in Angular | ngFor Structural directive | directive *ngFor | Thiru Academy
Переглядів 78Рік тому
ngFor directive in Angular | ngFor Structural directive | directive *ngFor | Thiru Academy
Angular directives | Angular directives tutorial | ngIf in Angular | Thiru Academy
Переглядів 201Рік тому
Angular directives | Angular directives tutorial | ngIf in Angular | Thiru Academy
Is twilio service is free ?
Tq madam
Useful video madam. Thank you so much for uploading this video
Do a complete project on spring boot like food application
hi madam can you share git hub link code using util classes
12:00
Mam nodejs express js and Mongodb Pai videos cheyandi mam basics to advance level varaki....
Can u pls explain this code
Duplicate element remove cheyali kada adi ekada undi?
mam idi spring security six a
thanks mam
Voice clear ga ledhu akka
mam i nedd exception handling source code please send me source code mam i want to practice
Nice teaching.Thank you for sharing information. God bless you.
Tq madam
Data too long for column Ani exception throw chestundi,,image size 130kb only and db lo datatype TINYBLOB use chesaa,,ieena exception vastundi
Hi madam, This is very useful information related to microservices. Thank you very much for providing this information madam. But the voice and the video is not in sink madam If you provide the better video means which both are in sink it's much understanding and useful to your followers madam. Thank you, Koteswara Rao.
Hi madam , i will provide one inner query for update operation in jpa can u help me on this? UPDATE NEW_DB.USER_TABLE SET FILE_PATH = '/data/files/exports' WHERE ITEM_CODE LIKE '%98765_%_ABC' AND CURRENT_VERSION = ( SELECT LATEST_VERSION FROM NEW_DB.VERSION_CONTROL WHERE CATEGORY = 'UserDocs' );
very nice teaching
pls make video on jdbc and named jbdc paramter , not only on jpa and make a video custom and native quries
Helo Andi miru emina training isthunnara baga explain chesthunnaru
hi I'm sorry to say this..... I'm looking for explanation till the end. i wasted my 30mins. its like you are just experimenting & implementing but there is no explanation at all!!!
Mam asalu ede one-to-one relation mapping e kadu where the seperate post method for the child Entity & api
mam If you improve your fluecny .Yow will be best Mentor for microservies
Hi@Madam can u post remaining concepts of Angular videos
very good explanation, but in my client program when I am writing arguments constructor its showing error ( I was used @AllArgsConstructor in bean class ) can you please guide how we can resolve it ( setters and getters and toString() is working fine )
Hello Madam, thank you for the great explanation. Could you please share the document discussed in this session?
Madam inka baga chepthey bagundedi clarity ledu antha confusion ga chepparu nenu kuda confusion aepoya
i have doubts and please share your mail id
great madam
Hi Thirupathamma ,please share the code git link
Good Explanation with important concepts
Hi madam, one question: Why should we implements the AuthenticationEntryPoint in the spring security,.can you please tellme on this.
Mam i am getting error when twili.init(twilioconfih.getAccountSid(),twilio.getAuthToken()); is not working its giving me a error could you please give me a suggestion to overcome this error
Can you provide the GitHub url for this
Hello mam , great explanation for beginners, ke Ulissi g the videos 🙏
Good teaching
Hi mam , Im working with 4 micro services they working properly with different port numbers but I want 1port number with all micro services using this open api documentation help me with this how to configure tell me step by step
Thanks a lot Madam... Now I understood the security Part
Mam when i was adding jjwt-api dependencie I got offline/missing artifact id.what is the solution for this
what is the difference between doing by using lambda expression an declaring the reserved word function? like fun1 { // code here function fun2() { console.log('Hi') }; fun2.call(this); }
Its not working
Please make a video on Spring boot with two database connection example
Its a excellent work mam please share a source code with us it would be very helpful....thanks
nicely explained, really appreciate your efforts
Thank you so much ma'am for explaining such a important and real time scenario topics Keep going
Informative video but I believe the validation is not working for the PATCH method since the @Valid will not be able to process the Map<String, Object>. Do you have other recommendation to be able for the PATCH method to trigger validations as well?
Thank you so much.Your explanation is too good.I was able to understand
Can we get the GitHub link please...