java jungle
java jungle
  • Видео 139
  • Просмотров 38 417
Spring Boot REST API Documentation
In this session, i explained about spring boot rest api documentation using spring doc open api , kindly go through carefully and practice well
for trainings contact
8500122392
javajungle
Просмотров: 554

Видео

Spring Boot Actuator - Production Ready Features
Просмотров 23521 день назад
In this session, i explained about spring boot actuator feature which is used to provide production ready feature and we are using this actuator for to monitor and manage the application using different actuator endpoints which are exposed by default /health endpoint is exposed. for trainings contact 8500122392 javajungle
Spring Boot REST API Validation
Просмотров 60321 день назад
In this session, i explained about spring boot rest api validations , kindly go through video slowly and practice well for trainings contact me 8500122392
Spring Boot REST API Global Exception Handling | @ExceptionHandler | @ControllerAdvice
Просмотров 1,7 тыс.Месяц назад
In this session, i explained about springboot default exception handling overview and global exception handling and how to define custom exceptions with custom error response , kindly go through it and practice well for trainings contact 8500122392 javajungle
Using Mapping Libraries to Map Entity to DTO and Vice Versa | MapStruct Library
Просмотров 172Месяц назад
In this session, we had a discussion about how to convert entity to dto's and viceversa using MapStruct library for this following are the development steps 1.add maven dependency and plugin in pom.xml 2.define one interfae annotated with @Mapper and conversion methods 3.invoke these methods from service implementation class For java fullstack trainings contact 8500122392 javajungle
Using ModelMapper Library to Map Entity to DTO and Vice Versa
Просмотров 73Месяц назад
In this session, i explained about how to use third party mapper library ModelMapper to convert entity to dto and viceversa for java full stack training contact 8500122392
Refactoring application from entity to dto | updateUser
Просмотров 58Месяц назад
In this session, i explained how to apply dto's for update method from entity type to dto type , kindly go through this and practice well , for java fullstack training contact below number: 8500122392
Refactor Create User REST API | Get User By ID | Get All Users | to use DTO
Просмотров 47Месяц назад
In this session, i explained about how to use dto design pattern and apply to create user , get user by id and get all users and conversion logic from entity to dto viceversa i kept in separate class and i reused in every rest api method(s)
Refactor Create User REST API to use DTO
Просмотров 96Месяц назад
In this session, i explained about what is dto design pattern and how it is good rather than entities to transfer the data between client and server and i tried to apply this dto pattern on create rest api
Building CRUD REST API's with MYSQL | SPRINGBOOT
Просмотров 90Месяц назад
In this session, i discussed about rest api's implementation with database mysql and springboot
Building CRUD Rest API's with MYSQL
Просмотров 145Месяц назад
In this session, i discussed about building crud rest api's with mysql
SpringBoot Rest API Basics | @PutMapping | @DeleteMapping & ResponseEntity
Просмотров 723 месяца назад
SpringBoot Rest API Basics | @PutMapping | @DeleteMapping & ResponseEntity
@RequestParam | SpringBoot |
Просмотров 583 месяца назад
In this session, i explained about how to use @RequestParam annotation to read or extract the values from request url practically
SpringBoot | @PathVariable
Просмотров 664 месяца назад
In this video, i explained about how to use @PathVariable annotaiton to read the data from url template variables and use them in a controller method
Springboot | REST API | Baics
Просмотров 2624 месяца назад
In this session, i explained about how to define the springboot application to develop basic rest api's where it is returning normal string, bean, list of beans, postmapping all these, kindly watch it and practice
lambda expression | sort the data | Map | SortedMap
Просмотров 734 месяца назад
lambda expression | sort the data | Map | SortedMap
Sorting the Objects | Lambdaexpression | TreeSet
Просмотров 384 месяца назад
Sorting the Objects | Lambdaexpression | TreeSet
How to use lambda expression In Set Interface to sort the data
Просмотров 775 месяцев назад
How to use lambda expression In Set Interface to sort the data
springboot integration testing | singleton containers pattern | dynamicpropertysource | javajungle
Просмотров 1445 месяцев назад
springboot integration testing | singleton containers pattern | dynamicpropertysource | javajungle
springboot integration testing using testcontainers | javajungle | Docker
Просмотров 1125 месяцев назад
springboot integration testing using testcontainers | javajungle | Docker
springboot integration testing updateEmployee | deleteEmployee Repo Layer Integ Testing | javajungle
Просмотров 686 месяцев назад
springboot integration testing updateEmployee | deleteEmployee Repo Layer Integ Testing | javajungle
springboot integration testing | getAllEmployees,getEmployeeById | javajungle
Просмотров 626 месяцев назад
springboot integration testing | getAllEmployees,getEmployeeById | javajungle
Springboot integration testing | saveEmployee | javajungle
Просмотров 876 месяцев назад
Springboot integration testing | saveEmployee | javajungle
springboot integration testing introduction | javajungle | @SpringBootTest
Просмотров 716 месяцев назад
springboot integration testing introduction | javajungle | @SpringBootTest
springboot unit Testing controllerlayer | deleteEmployee | javajungle
Просмотров 496 месяцев назад
springboot unit Testing controllerlayer | deleteEmployee | javajungle
springboot unit testing controllerlayer | updateEmployee | negativescenario | javajungle
Просмотров 196 месяцев назад
springboot unit testing controllerlayer | updateEmployee | negativescenario | javajungle
springboot unit testing controllerlayer | updateEmployee | positivescenario | javajungle
Просмотров 426 месяцев назад
springboot unit testing controllerlayer | updateEmployee | positivescenario | javajungle
springboot build updateEmployee Rest Api Creation | javajungle
Просмотров 606 месяцев назад
springboot build updateEmployee Rest Api Creation | javajungle
springboot unit testing controllerlayer | getEmployeeById NegativeScenario | javajungle
Просмотров 396 месяцев назад
springboot unit testing controllerlayer | getEmployeeById NegativeScenario | javajungle
springboot unit testing | controllerlayer | @WebMvcTest | getEmployeeById
Просмотров 596 месяцев назад
springboot unit testing | controllerlayer | @WebMvcTest | getEmployeeById

Комментарии

  • @kirannani4044
    @kirannani4044 12 дней назад

    what about docket obj ?

  • @sayanb.7719
    @sayanb.7719 28 дней назад

    If I put a lambda authorizer in the api gateway and want to pass a variable to the ebs hosted spring boot APIs, how to do that?

  • @sarikasabnam785
    @sarikasabnam785 Месяц назад

    can you discuss about wiremock as well

    • @javajungle
      @javajungle Месяц назад

      @@sarikasabnam785 Wiremock is a tool for mocking HTTP services, and it doesn't directly handle DTO (Data Transfer Object) to entity conversions. But for timebeing we will try to discuss

  • @SunnyKumar-ud9gp
    @SunnyKumar-ud9gp Месяц назад

    After intoducing globalHandler exception , any place exception happens, Global class will be called from there?

    • @javajungle
      @javajungle 29 дней назад

      exactly @ControllerAdvice is taking care that is why we should annotate global exception handling class with this annotation, @ControllerAdvice is a specialized version of the @Component annotation that allows you to handle exceptions globally, apply model attributes to multiple controllers, and bind methods for multiple controllers in a single place.

  • @javajungle
    @javajungle Месяц назад

    For javafullstack training contact 8500122392

  • @tea44rajshravge39
    @tea44rajshravge39 Месяц назад

    Do you have any idea about KDB+ developer. My resume got shortlisted is it worth to go as I have job as Java Developer currently

  • @rajendralella6956
    @rajendralella6956 Месяц назад

    one query, post configuration of the endpoint in API gateway, will EBS springboot endpoint be blocked or do we need to block the endpoint manually??

  • @arianr2006
    @arianr2006 2 месяца назад

    thanks for your help.. good video

    • @javajungle
      @javajungle 2 месяца назад

      your welcome @arianr2006

  • @phebekeerthana9420
    @phebekeerthana9420 2 месяца назад

    sir im getting this error sir ....Creating Auto Scaling group named: awseb-e-6rwccbmds7-stack-AWSEBAutoScalingGroup-WG5Djj4a1Mr0 failed. Reason: Resource handler returned message: "Group did not stabilize. Last scaling activity: The parameter SecurityGroup is not recognized. Launching EC2 instance failed." (RequestToken: 18155f64-493e-cd1a-4a6c-eeb5c0158120, HandlerErrorCode: NotStabilized)

  • @phebekeerthana9420
    @phebekeerthana9420 2 месяца назад

    sir im gettim=ng this error ... Environment health has transitioned from Pending to Warning. Initialization in progress (running for 11 minutes). There are no instances. Unable to assume role "arn:aws:iam::164755622471:role/beanstalk". Verify that the role exists and is configured correctly.

  • @phebekeerthana9420
    @phebekeerthana9420 2 месяца назад

    sir in existing service role what should we add

  • @phebekeerthana9420
    @phebekeerthana9420 2 месяца назад

    hello sir i tried ...but in health im getting like no data even though i uploaded jar file .? why sir

    • @javajungle
      @javajungle 2 месяца назад

      Upload correct jar file

    • @phebekeerthana9420
      @phebekeerthana9420 2 месяца назад

      @@javajungle i uploaded correct jar file only sir

  • @gustavohurtado6672
    @gustavohurtado6672 3 месяца назад

    can you help me with this problem: [root@ip-172-31-47-100 ~]# ls CarInsuranceMicroservice-0.0.1-SNAPSHOT.jar [root@ip-172-31-47-100 ~]# java -jar CarInsuranceMicroservice-0.0.1-SNAPSHOT.jar Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lang.UnsupportedClassVersionError: org/springfra mework/boot/loader/JarLauncher has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only r ecognizes class file versions up to 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:756) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:14 2) at java.net.URLClassLoader.defineClass(URLClassLoader.java:473) at java.net.URLClassLoader.access$100(URLClassLoader.java:74) at java.net.URLClassLoader$1.run(URLClassLoader.java:369) at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:362) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:621)

  • @_falgunip
    @_falgunip 4 месяца назад

    Hhow can we open this applications endpoint link in mobiles browser? please reply

    • @javajungle
      @javajungle 4 месяца назад

      Now you can't open because that service got stopped

  • @_falgunip
    @_falgunip 4 месяца назад

    how can i open this applications link inside mobiles browser? please reply

    • @javajungle
      @javajungle 4 месяца назад

      Right now you can't because I stopped to run those services otherwise you can open on any browser not an issue

    • @_falgunip
      @_falgunip 4 месяца назад

      i have created one project in Angular+ spring boot and database is Mysql, and i have uploaded on AWS server s3 bucket+Elastic beanstalk and RDS respectively. I got the s3 bucket link to run my project, i be able to open it from my laptops browser, and i have share the link on watsapp and try to open that same link from mobile, but i want be able to open in mobiles browser, so what can i do, how can i open that on mobile? please reply

  • @pramiyaranjan2038
    @pramiyaranjan2038 4 месяца назад

    Can you write the test case using dto class

  • @sharathkumar2612
    @sharathkumar2612 5 месяцев назад

    Sir i want to meet u and say thanks

    • @javajungle
      @javajungle 5 месяцев назад

      It means a lot Sharath ❤️ thank you

    • @sharathkumar2612
      @sharathkumar2612 5 месяцев назад

      @@javajungle sir u r also telugu na ?

    • @javajungle
      @javajungle 5 месяцев назад

      @@sharathkumar2612 yes Sharath from Hyderabad

    • @sharathkumar2612
      @sharathkumar2612 5 месяцев назад

      @@javajungle sir can u upload java full stack videos ?

    • @javajungle
      @javajungle 5 месяцев назад

      @@sharathkumar2612 will do sharath

  • @sudheerkumar-tp1mg
    @sudheerkumar-tp1mg 5 месяцев назад

    I have one doubt if 100 GB mysql database is there all data will be loaded to image from volume if I restarted please make a video onthat.

  • @bankdump
    @bankdump 5 месяцев назад

    lot of background noise plus your mobile keeps on beeping all the time

    • @javajungle
      @javajungle 4 месяца назад

      Thanks for letting know, I will take care from next time

  • @rakushhkar4225
    @rakushhkar4225 5 месяцев назад

    share link of your other video. Are you referring to the IAM role video? Or anything else is required? For a Maven project, what is the use of Gradle home?

    • @javajungle
      @javajungle 5 месяцев назад

      Go through playlist kindly

  • @khajahussainmd1797
    @khajahussainmd1797 5 месяцев назад

    Sir, Getting Error while creating Elastic Beanstalk - > Environments how to fix this. Creating Auto Scaling group named: awseb-e-wxh8nkpdru-stack-AWSEBAutoScalingGroup-kbPXy9yp4QQT failed. Reason: Resource handler returned message: "Group did not stabilize. Last scaling activity: The parameter SecurityGroup is not recognized. Launching EC2 instance failed." (RequestToken: af12a37a-4104-5d0e-1898-157ede094e54, HandlerErrorCode: NotStabilized) Stack named 'awseb-e-wxh8nkpdru-stack' aborted operation. Current state: 'CREATE_FAILED' Reason: The following resource(s) failed to create: [AWSEBAutoScalingGroup].

  • @mattia8091
    @mattia8091 5 месяцев назад

    this method is free?

    • @javajungle
      @javajungle 5 месяцев назад

      Yes but recommended once u execute delete the service

  • @LearnWitMrSuresh
    @LearnWitMrSuresh 5 месяцев назад

    Super video, really liked it. Keep up the good work master

  • @aeroabrar_31
    @aeroabrar_31 5 месяцев назад

    Sir, My Project in the Elaststic bean stalk has been getting created from the past 40 minutes. Health status is showing as No data, and i didn;t got domain as well yet And I can't able to delete as it as it is still in pending creation Please help @javajungle

    • @javajungle
      @javajungle 5 месяцев назад

      Hope you are following same steps

    • @aeroabrar_31
      @aeroabrar_31 5 месяцев назад

      @@javajungle Exact same steps but with postgresSql database. So, Is that the problem??

    • @javajungle
      @javajungle 5 месяцев назад

      @@aeroabrar_31 I think that's not an issue but kindly check once with mysql

  • @aeroabrar_31
    @aeroabrar_31 5 месяцев назад

    Thank you so much sir, helped a lot

  • @user-ql1rg9mj9d
    @user-ql1rg9mj9d 6 месяцев назад

    good topic!

  • @user-ql1rg9mj9d
    @user-ql1rg9mj9d 6 месяцев назад

    Thank you for the easy and good explanation!

    • @javajungle
      @javajungle 6 месяцев назад

      Thank you much brother

  • @nikhilbalthi9133
    @nikhilbalthi9133 6 месяцев назад

    Thank you ! 👏 Looking forward for more videos

  • @learnwebtechnologies2266
    @learnwebtechnologies2266 9 месяцев назад

    life saver

  • @techbelieve
    @techbelieve 9 месяцев назад

    Nice tutorial. Thank you.

  • @pavelaleinik2792
    @pavelaleinik2792 9 месяцев назад

    Good video, thanks!

  • @venkatesha6378
    @venkatesha6378 9 месяцев назад

    while retriving i got the error like "secure connection error" then i changed https to http then it worked

  • @sivanesan1812
    @sivanesan1812 9 месяцев назад

    super sir

  • @journeyblr
    @journeyblr 9 месяцев назад

    Nice work it's clearly understood. If we update the jar with new code > again upload to s3bucket with versioning->again need to wget in ec2 right? Then do we need to remove old jar from ec2 Or it will override? How it will update. Just started learning aws.

  • @satyasai5172
    @satyasai5172 9 месяцев назад

    Can you make springboot in lambda,vpc

  • @mulanimainoddin2553
    @mulanimainoddin2553 10 месяцев назад

    MAY I GET SOURCE CODE??

  • @devteammm3563
    @devteammm3563 10 месяцев назад

    source code please

  • @infinitycoder6813
    @infinitycoder6813 10 месяцев назад

    Good explanation and easily understood sir. Thank you! 😊

  • @syedmustafa7875
    @syedmustafa7875 10 месяцев назад

    helpful

    • @javajungle
      @javajungle 10 месяцев назад

      Glad to hear that

  • @goodvibes7377
    @goodvibes7377 10 месяцев назад

    very helpful

  • @syedmustafa7875
    @syedmustafa7875 11 месяцев назад

    thanks for this

  • @supriyadivvela7400
    @supriyadivvela7400 11 месяцев назад

    In my case ec2 instance is not getting created and health status is changing to no data can you provide any solution for it

    • @javajungle
      @javajungle 11 месяцев назад

      Check this ruclips.net/video/KEN2dOXON2Q/видео.htmlsi=cp2QSlJ1d8t4RS30

  • @sivadara5677
    @sivadara5677 11 месяцев назад

    I have created user role too with s3 full access & amazonapp stream full access but still getting the same sir.

  • @sivadara5677
    @sivadara5677 11 месяцев назад

    Hi Sir, I am getting 404 error while hitting elastic bean stalk url, can you please help me on this sir.

  • @javajungle
    @javajungle 11 месяцев назад

    ruclips.net/video/KEN2dOXON2Q/видео.html check this it will be auto populated

  • @eramanzar5326
    @eramanzar5326 Год назад

    Hi, Could you please confirm if SQS is working fine with Spring boot version 3.x? I am facing some issues while upgrading spring boot 3.x.

    • @javajungle
      @javajungle Год назад

      There is a problem with the latest version that's why I uses 2.7 in the video iteelf

  • @jerryr.610
    @jerryr.610 Год назад

    Promo*SM

  • @kamisettylokesh3156
    @kamisettylokesh3156 Год назад

    Hi Ramakrishna, The jar which i run in EC2, It needs to execute continuously, when i close the putty, the server is stopped, How can i run the springboot application continuously on ec2. I am working for an application which is used in real time, so the server should be up everytime. Please tell me , is there any way we have for this?

    • @javajungle
      @javajungle Год назад

      You can try with elastic bean stalk

    • @kamisettylokesh3156
      @kamisettylokesh3156 Год назад

      @@javajungle but elastic bean stalk is more expensive when compared with ec2. Because ebs uses more services than ec2. I am looking for cost effective way.

  • @krishnavyaskondle5707
    @krishnavyaskondle5707 Год назад

    Hello Sir, Hosting Angular or React Static Website in AWS S3 is free tier eligible or charges will be applied?

    • @javajungle
      @javajungle Год назад

      It z free , but if you use free tier version of aws once your work done,better you delete all services instead of keeping live for such a long time to escape from charges

  • @bhanuprasad3690
    @bhanuprasad3690 Год назад

    Hello sir not poupalting in elastic bean EC2 instance profile

    • @javajungle
      @javajungle Год назад

      i understood your issue, please refer this video so then it gets autopopulated follow the same steps ruclips.net/video/KEN2dOXON2Q/видео.html