Full Stack ReactJS with Spring Boot

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025

ความคิดเห็น • 92

  • @CompIT0597
    @CompIT0597 ปีที่แล้ว +45

    Very less project in spring boot on youtube please make more project using Spring boot my sql and react ❤

  • @andreviniciusbezerradasilv9335
    @andreviniciusbezerradasilv9335 6 หลายเดือนก่อน +2

    huge thanks brother i'm trying to learn spring boot and this video helped me a lot ! Props to leaving the source code in the description it was really helpful, some youtubers make people pay for source code and you didn't thank u so much.

  • @vitomnss
    @vitomnss 9 หลายเดือนก่อน +4

    That was perfect. Learned a lot. Thanks

  • @venera01010
    @venera01010 ปีที่แล้ว +2

    I have waited for this video for such a long time!

  • @restonspositifs3336
    @restonspositifs3336 หลายเดือนก่อน

    You course are very clear and easy to follow. Thank you very much Junior !

  • @VIKASROYv
    @VIKASROYv ปีที่แล้ว +5

    The video jumps from Service to 33:33 - Data Source Configuration code. Looks like Resource/Controller code is missing

    • @GetArrays
      @GetArrays  11 หลายเดือนก่อน +4

      You're right. I missed to add this part. Good catch. The video exists. Just slipped through while editing. The source code is provided and is easy to understand. Or you can take the course for free on my website here: www.getarrays.io/. There all the sections are present. Unfortunately, for as much as I would like to fix it, I can't edit the video on uploaded.

    • @VIKASROYv
      @VIKASROYv 11 หลายเดือนก่อน

      @@GetArrays I can understand. Just found that and thought of informing you. There's nothing but simple mappings with.

    • @mohamadsadem1887
      @mohamadsadem1887 11 หลายเดือนก่อน

      i checked ur website and unfortunately i didn't found this part @@GetArrays

    • @roxpmelo
      @roxpmelo 2 หลายเดือนก่อน +1

      Your comment saved me, I was completely lost because this is my first spring boot/java video. So thank you.

  • @yipengouyang8909
    @yipengouyang8909 8 หลายเดือนก่อน +2

    this video is friendly for springboot starter like me, everything is clear and well explained

  • @rustemhuseynov1501
    @rustemhuseynov1501 9 หลายเดือนก่อน +2

    thanks,you really good developer

  • @alejandromartinezramirez3312
    @alejandromartinezramirez3312 ปีที่แล้ว +8

    Amazing tutorial, can we have more examples with spring sevurity 6 and React js

  • @devindoinmonkmode
    @devindoinmonkmode 3 หลายเดือนก่อน +1

    For my own ref:
    1:30:10 Start to connect backend, before that have multi pages also

  • @CarolHuang-c1x
    @CarolHuang-c1x 4 หลายเดือนก่อน +2

    sorry am I missing the docker part? do you have videos on how to connect to it?

  • @TencupsGaming
    @TencupsGaming 5 หลายเดือนก่อน

    im getting hibernate errors loading up the application at 35:55 please help :(

  • @congdatt
    @congdatt ปีที่แล้ว +1

    amazing bro.
    Keep it up !!!

  • @abhinjr4918
    @abhinjr4918 4 หลายเดือนก่อน

    Yes this is what needed
    Spring boot + react js /next js/ + mongodb + docker .
    Please one micro SaaS web application with these tech stack..
    There isn't a single video on TH-cam, you will be the first one

  • @Suzurantou
    @Suzurantou 3 หลายเดือนก่อน +1

    how to set up postgres to connect to the contact API?

  • @scheidegg
    @scheidegg 9 หลายเดือนก่อน +1

    38:00 I just something skipped but when ContactResource is appeared? xD

    • @GetArrays
      @GetArrays  8 หลายเดือนก่อน

      lol I know. I missed some lecture and I can't update the video here.

  • @atharvmh1861
    @atharvmh1861 4 หลายเดือนก่อน

    what logic did you use for delete button

  • @CarolHuang-c1x
    @CarolHuang-c1x 4 หลายเดือนก่อน

    my spring boot cannot run.. due to some persistence error? Is connecting to your test database failing?

  • @KarimChaabi-s3s
    @KarimChaabi-s3s 10 หลายเดือนก่อน +1

    Can you help me? In minute 36:00 when i start the programm there is an error which says: Parameter 0 of constructor in io.getarrays.contactapi.service.ContactService required a bean of type 'io.getarrays.contactapi.repo.ContactRepo' that could not be found.
    what should i do?

    • @GetArrays
      @GetArrays  10 หลายเดือนก่อน +1

      Check your annotation in the service. That is usually the problem.

  • @jamesngige8560
    @jamesngige8560 ปีที่แล้ว +2

    Wonderful lectures as always. Thanks for this.
    Also what theme do you use in your Intellij Idea? Its appealing.

  • @adityagautam1217
    @adityagautam1217 ปีที่แล้ว +1

    i have seen the code where the image is saved in DB as @Lob or as array byte i.e. Byte[] imageData. what are the diffrences between tthis and then one you are doing?

    • @VIKASROYv
      @VIKASROYv 10 หลายเดือนก่อน

      Db read write operation is costly that file, so we should avoid writing files in db, images can be of more than few kbs and reading those info from db will take more time and this will hamper the performance of application.

  • @NatsuDragneel-kt1fm
    @NatsuDragneel-kt1fm 5 หลายเดือนก่อน +2

    where can I find controller part??

    • @viepng
      @viepng หลายเดือนก่อน

      he skipped it on accident but the source code is in the description in the resource package where the rest of the main code is. Its basically just exposing the functions we already made to HTTP, so the actual REST API portion of it.

  • @rohitghate9022
    @rohitghate9022 8 หลายเดือนก่อน +2

    anyone know how to deploy this project?

  • @gutsy6390
    @gutsy6390 ปีที่แล้ว +2

    please make more reactjs with springboot!

    • @GetArrays
      @GetArrays  ปีที่แล้ว +1

      Big course coming my friend. Recording the videos right now. You will not be disappointed.

    • @gutsy6390
      @gutsy6390 ปีที่แล้ว

      thank you so much man@@GetArrays

  • @MutantBikers
    @MutantBikers ปีที่แล้ว +3

    I heard somewhere you were working on a ticket management application brother?

    • @GetArrays
      @GetArrays  ปีที่แล้ว +4

      Coming soon

    • @sanchez-emir
      @sanchez-emir ปีที่แล้ว

      Wait x2

    • @gianni499
      @gianni499 ปีที่แล้ว

      ​@@GetArraysbro is it angular+springboot?

    • @gianni499
      @gianni499 ปีที่แล้ว

      ​​@@GetArraysalso if you could make the 100 dollar course an udemy course I'm sure you'd be making much more... there's tons of people who don't mind paying 15 euros for your course. and I'd be happy to purchase any 10h+ springboot+angular Udemy courses from you, you're really a very capable teacher

    • @gianni499
      @gianni499 ปีที่แล้ว

      ​@@GetArraysanyway thanks for sharing your expertise and knowledge with us

  • @radouaneguerchal8193
    @radouaneguerchal8193 ปีที่แล้ว

    Keep going Sir

  • @francispierre-louis4313
    @francispierre-louis4313 8 หลายเดือนก่อน +1

    One time for Haiti...what up Zoe?🙌🏿

    • @GetArrays
      @GetArrays  8 หลายเดือนก่อน

      🇭🇹💪🏾

    • @francispierre-louis4313
      @francispierre-louis4313 7 หลายเดือนก่อน

      @@GetArrays This was dope and helped my create my first backend without google storage. Do you have anything for authentication with Google or Facebook?

    • @francispierre-louis4313
      @francispierre-louis4313 7 หลายเดือนก่อน

      @@GetArrays How do I set it up for the live environment and not local. You got anything for that?

  • @AndriusLau
    @AndriusLau ปีที่แล้ว

    How do you deal with SEO using React? This stack is perfect for internal systems, dashboards, etc.

    • @VIKASROYv
      @VIKASROYv 10 หลายเดือนก่อน

      For any dashboard application we need authentication and shouldn't be ranked in Google, so seo is not required. But for the sake of knowledge we are building frontend with react that will face client side without authentication there are few ways to improve seo in react.

  • @muhammadasadullah9581
    @muhammadasadullah9581 4 หลายเดือนก่อน

    Please create a video on joins in JPA very mix content available on internet, didn't found any simple way. for example: @OneToMany with non primary key like in this video we are using string ids. if I have another field name "contact_type" in contacts column and ContactType table to get data in contacts list with contact_type_name, waiting for the video

  • @HighlandCatz
    @HighlandCatz 7 หลายเดือนก่อน

    my man is literally saving my uni cred

    • @GetArrays
      @GetArrays  7 หลายเดือนก่อน

      lol

  • @ashwin_anand_dev
    @ashwin_anand_dev ปีที่แล้ว +1

    Thank you very much for creating this tutorial.
    Could you or anyone in the comments section tell me how to generate those default comments above the class declaration. It is visible in the tutorial that whenever a new class is created, Intellij automatically creating java doc for it.

    • @GetArrays
      @GetArrays  11 หลายเดือนก่อน +1

      Settings > Editor > Code Style > File and Code Templates
      You can add a new template. Mine looks like this:
      /**
      * @author Junior RT
      * @version 1.0
      * @license Get Arrays, LLC (Get Arrays, LLC)
      * @email getarrayz@gmail.com
      * @since $DATE
      */

    • @ashwin_anand_dev
      @ashwin_anand_dev 11 หลายเดือนก่อน

      Thank you very much

  • @ricamaetamashiro7856
    @ricamaetamashiro7856 ปีที่แล้ว +4

    Please create more ReactJs, Spring boot, and MySQL Web App Tutorials ❤

  • @devolajide
    @devolajide ปีที่แล้ว +5

    Hello Bro, I do love to take your course on Full Stack java on your website but as a student from Africa, I can't afford the 100$. Is there a possibility of getting a discount to enroll for the course? If possible, please do let me know. Thanks.

    • @adrian333dev
      @adrian333dev ปีที่แล้ว +1

      For someone who lives in a country with really high usd rate, 100$ is expensive

  • @sanchez-emir
    @sanchez-emir ปีที่แล้ว

    Why no use tanstack reack query?

    • @GetArrays
      @GetArrays  ปีที่แล้ว

      Because this course is for beginners and I'd rather use Redux.

  • @sriramsivakumar5567
    @sriramsivakumar5567 5 หลายเดือนก่อน

    Please do more react stuff… please 🙏

  • @Cxrro04
    @Cxrro04 4 หลายเดือนก่อน

    bro, u could have explained the class ContactResources, u speedrunning

  • @sayyedsaad7852
    @sayyedsaad7852 3 หลายเดือนก่อน

    Hey my dawg, I come from a MERN PERN and NEXT.js background bruh, please make a video where you create a crud app (springboot and react) and deploy it for free using render or something. I really dont know how to do it with springboot

  • @kshitijdwivedi1282
    @kshitijdwivedi1282 8 หลายเดือนก่อน +1

    plzz make a video on spring Security with react

    • @GetArrays
      @GetArrays  8 หลายเดือนก่อน +1

      I already did. It’s the latest video on the channel

    • @kshitijdwivedi1282
      @kshitijdwivedi1282 8 หลายเดือนก่อน

      @@GetArrays for beginners

  • @jackfrost8969
    @jackfrost8969 10 หลายเดือนก่อน

    Why no project has user authentication? Man, I'm tired of finding one.

    • @GetArrays
      @GetArrays  10 หลายเดือนก่อน +4

      Big project with authentication, authorization, etc is coming very soon

    • @Gabyy_Intenta
      @Gabyy_Intenta 9 หลายเดือนก่อน

      @@GetArrays GREAT!!!

  • @akashmandal5253
    @akashmandal5253 11 หลายเดือนก่อน +1

    Sir Can you add login validation in this tutorial? It will be very helpful. Please sir make it.
    @Get Arrays

    • @GetArrays
      @GetArrays  10 หลายเดือนก่อน

      Coming soon

  • @hhcdghjjgsdrt235
    @hhcdghjjgsdrt235 11 หลายเดือนก่อน +1

    i came here to learn spring. now i think i need to learn lamda first.
    so disappointing

    • @GetArrays
      @GetArrays  11 หลายเดือนก่อน

      What’s so disappointing??

    • @hhcdghjjgsdrt235
      @hhcdghjjgsdrt235 11 หลายเดือนก่อน

      @@GetArrays sorry Your spring code is okay, Im just not familiar with Lamdas

  • @TochukwuVictor-qe4xd
    @TochukwuVictor-qe4xd 6 หลายเดือนก่อน

    ❤❤❤❤❤❤❤❤❤❤❤❤

  • @abdulfatorma348
    @abdulfatorma348 ปีที่แล้ว

    Good Morning sir
    I have this error, can you please to clear this error: Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
    2023-12-20T09:59:31.914Z ERROR 15588 --- [ main] o.s.boot.SpringApplication : Application run failed

    • @Gabyy_Intenta
      @Gabyy_Intenta 9 หลายเดือนก่อน

      were you able to solve it??

  • @jeffm9340
    @jeffm9340 2 หลายเดือนก่อน

    35 minutes in and this tutorial just drives into a ditch as the back end piece won't run if you are just following along. The code that was skipped over can be fetched from the referenced github, but there's no mention of configuring/starting the database either... Tossing up a YML file for the PostgreSQL in github with a comment at the top for how to run it for those that don't know would address that.
    Probably salvage-able if this author wants.... I'd strongly recommend adding a README to your github for the backend, note what files were missing and need to be copied, put up a YAML file that can be ran via docker-compose and reference those (change application.yml to refer to locahost too). The remaining 2.5 hours are kind of wasted if this front part just crashes and burns like it does currently.

    • @GetArrays
      @GetArrays  2 หลายเดือนก่อน

      You know what happens with JavaScript libraries. This course is a bit old and these versions change all the time. The README file idea is nice though. But hey nice subtle and clever use of words just to insult me and the work that I put together and give it for free. That’s just the pattern of the Internet, isn’t it? Anyways, thanks for the feedback.

    • @jeffm9340
      @jeffm9340 2 หลายเดือนก่อน

      This is basically a bug report, not an insult. I've pointed out the problem and suggested remedies. I'll make you a deal though, if you pin a comment with the workaround, I'll re-test and amend my original comment with the experience.

  • @ndjsj84
    @ndjsj84 4 หลายเดือนก่อน

    I was hoping to see you live coding. But turns out see you copy and paste. Kind of disappointed!

    • @GetArrays
      @GetArrays  4 หลายเดือนก่อน +1

      This isn’t a course about HTML and CSS or UI design and it’s the only code that’s copied and pasted. You’re being unreasonable. But okay.

  • @РодионЧаускин
    @РодионЧаускин 3 หลายเดือนก่อน

    Williams Michelle Robinson Cynthia Rodriguez Angela

  • @alejandromartinezramirez3312
    @alejandromartinezramirez3312 2 หลายเดือนก่อน

    Are you fan of Lionel Messi? che

  • @vino7tech
    @vino7tech 17 วันที่ผ่านมา

    very nice. Thank you

  • @AnvarbekTurdaliyev
    @AnvarbekTurdaliyev 9 หลายเดือนก่อน

    I have waited for this video for such a long time!