Very less project in spring boot on youtube please make more project using Spring boot my sql and react ❤
@devindoinmonkmode2 ай бұрын
For my own ref: 1:30:10 Start to connect backend, before that have multi pages also
@VIKASROYv11 ай бұрын
The video jumps from Service to 33:33 - Data Source Configuration code. Looks like Resource/Controller code is missing
@GetArrays11 ай бұрын
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.
@VIKASROYv11 ай бұрын
@@GetArrays I can understand. Just found that and thought of informing you. There's nothing but simple mappings with.
@mohamadsadem188710 ай бұрын
i checked ur website and unfortunately i didn't found this part @@GetArrays
@roxpmelo2 ай бұрын
Your comment saved me, I was completely lost because this is my first spring boot/java video. So thank you.
@vitomnss9 ай бұрын
That was perfect. Learned a lot. Thanks
@andreviniciusbezerradasilv93356 ай бұрын
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.
@andrean405 ай бұрын
this his only free one lol
@andreviniciusbezerradasilv93355 ай бұрын
@@andrean40 😭😭😭😭😭😭😭😭☹
@venera01010 Жыл бұрын
I have waited for this video for such a long time!
@restonspositifs333621 күн бұрын
You course are very clear and easy to follow. Thank you very much Junior !
@alejandromartinezramirez3312 Жыл бұрын
Amazing tutorial, can we have more examples with spring sevurity 6 and React js
@yipengouyang89097 ай бұрын
this video is friendly for springboot starter like me, everything is clear and well explained
@rustemhuseynov15018 ай бұрын
thanks,you really good developer
@CarolHuang-c1x3 ай бұрын
sorry am I missing the docker part? do you have videos on how to connect to it?
@Suzurantou2 ай бұрын
how to set up postgres to connect to the contact API?
@TencupsGaming4 ай бұрын
im getting hibernate errors loading up the application at 35:55 please help :(
@abhinjr49184 ай бұрын
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 KZbin, you will be the first one
@scheidegg8 ай бұрын
38:00 I just something skipped but when ContactResource is appeared? xD
@GetArrays7 ай бұрын
lol I know. I missed some lecture and I can't update the video here.
@rohitghate90227 ай бұрын
anyone know how to deploy this project?
@atharvmh18613 ай бұрын
what logic did you use for delete button
@CarolHuang-c1x3 ай бұрын
my spring boot cannot run.. due to some persistence error? Is connecting to your test database failing?
@KarimChaabi-s3s9 ай бұрын
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?
@GetArrays9 ай бұрын
Check your annotation in the service. That is usually the problem.
@muhammadasadullah95813 ай бұрын
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
@congdatt Жыл бұрын
amazing bro. Keep it up !!!
@ricamaetamashiro7856 Жыл бұрын
Please create more ReactJs, Spring boot, and MySQL Web App Tutorials ❤
@NatsuDragneel-kt1fm4 ай бұрын
where can I find controller part??
@viepng11 күн бұрын
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.
@gutsy639011 ай бұрын
please make more reactjs with springboot!
@GetArrays11 ай бұрын
Big course coming my friend. Recording the videos right now. You will not be disappointed.
@gutsy639011 ай бұрын
thank you so much man@@GetArrays
@MutantBikers Жыл бұрын
I heard somewhere you were working on a ticket management application brother?
@GetArrays Жыл бұрын
Coming soon
@sanchez-emir Жыл бұрын
Wait x2
@gianni499 Жыл бұрын
@@GetArraysbro is it angular+springboot?
@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 Жыл бұрын
@@GetArraysanyway thanks for sharing your expertise and knowledge with us
@jamesngige8560 Жыл бұрын
Wonderful lectures as always. Thanks for this. Also what theme do you use in your Intellij Idea? Its appealing.
@GetArrays Жыл бұрын
Dracula
@adityagautam1217 Жыл бұрын
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?
@VIKASROYv9 ай бұрын
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.
@ashwin_anand_dev11 ай бұрын
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.
@GetArrays11 ай бұрын
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_dev11 ай бұрын
Thank you very much
@francispierre-louis43137 ай бұрын
One time for Haiti...what up Zoe?🙌🏿
@GetArrays7 ай бұрын
🇭🇹💪🏾
@francispierre-louis43137 ай бұрын
@@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-louis43136 ай бұрын
@@GetArrays How do I set it up for the live environment and not local. You got anything for that?
@sayyedsaad78523 ай бұрын
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
@devolajide Жыл бұрын
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 Жыл бұрын
For someone who lives in a country with really high usd rate, 100$ is expensive
@Cxrro044 ай бұрын
bro, u could have explained the class ContactResources, u speedrunning
@HighlandCatz6 ай бұрын
my man is literally saving my uni cred
@GetArrays6 ай бұрын
lol
@kshitijdwivedi12828 ай бұрын
plzz make a video on spring Security with react
@GetArrays8 ай бұрын
I already did. It’s the latest video on the channel
@kshitijdwivedi12827 ай бұрын
@@GetArrays for beginners
@AndriusLau Жыл бұрын
How do you deal with SEO using React? This stack is perfect for internal systems, dashboards, etc.
@VIKASROYv9 ай бұрын
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.
@sriramsivakumar55674 ай бұрын
Please do more react stuff… please 🙏
@sanchez-emir Жыл бұрын
Why no use tanstack reack query?
@GetArrays Жыл бұрын
Because this course is for beginners and I'd rather use Redux.
@jackfrost896910 ай бұрын
Why no project has user authentication? Man, I'm tired of finding one.
@GetArrays9 ай бұрын
Big project with authentication, authorization, etc is coming very soon
@gabyyhshss9 ай бұрын
@@GetArrays GREAT!!!
@akashmandal525311 ай бұрын
Sir Can you add login validation in this tutorial? It will be very helpful. Please sir make it. @Get Arrays
@GetArrays9 ай бұрын
Coming soon
@radouaneguerchal8193 Жыл бұрын
Keep going Sir
@hhcdghjjgsdrt23510 ай бұрын
i came here to learn spring. now i think i need to learn lamda first. so disappointing
@GetArrays10 ай бұрын
What’s so disappointing??
@hhcdghjjgsdrt23510 ай бұрын
@@GetArrays sorry Your spring code is okay, Im just not familiar with Lamdas
@jeffm9340Ай бұрын
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Ай бұрын
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Ай бұрын
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.
@TochukwuVictor-qe4xd6 ай бұрын
❤❤❤❤❤❤❤❤❤❤❤❤
@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
@gabyyhshss9 ай бұрын
were you able to solve it??
@РодионЧаускин3 ай бұрын
Williams Michelle Robinson Cynthia Rodriguez Angela
@ndjsj843 ай бұрын
I was hoping to see you live coding. But turns out see you copy and paste. Kind of disappointed!
@GetArrays3 ай бұрын
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.
@alejandromartinezramirez3312Ай бұрын
Are you fan of Lionel Messi? che
@AnvarbekTurdaliyev8 ай бұрын
I have waited for this video for such a long time!