Great video! what front-end(JS) framework do you think is easier to learn first? React,Angular,vue? i used jquery(ajax), people said that Angular is easier for java developers to learn... Cheers!
@CodeWithArjun3 жыл бұрын
Thanks. React is easier to start with. Angular is not easier for java developer to learn but since both java and angular are used in enterprise level so angular is used by Java developers.
@samsam883 ай бұрын
@@CodeWithArjun Yes, I like React very much.
@yldrayozturk62762 жыл бұрын
Guys we use React because when we change some component then we dont need to refresh page . So if you put [students] parameter which is the end of the useEffect() function , you will see when you add a student and click the submit button, students list automatically refresh without all page refresh. (sorry for bad english :))
@justmonika65292 жыл бұрын
Thats awesome. It worked. Im a beginner btw. May I ask why this happens?
@mohamedmehenni36512 жыл бұрын
@@justmonika6529 when you put [student] in the end of the useEffect(), here you say to useEffect() to execute the block of code that it contains, whenever the student array changes... Read more about useEffetc Dependencies.
@subbup40111 ай бұрын
Thank you bro
@sheltondany8209 Жыл бұрын
Even though very basic, Its the perfect intro for amateurish coders, dint know much Spring or React but had some knowledge of Java, Java Script, so this was so nice!
@CodeWithArjun Жыл бұрын
Glad you liked it!
@raichungpunmagar79842 жыл бұрын
I've looked from youtube to udemy for a good Spring Boot and React tutorial for begineer and this is the best video there is. Simple yet so informative. Lots of thanks to this channel
@CodeWithArjun2 жыл бұрын
Glad it was helpful! Keep coding.
@scv96839 ай бұрын
This lesson is a very basic standard, but it will give a fantastic feedback to rookies, I love it!
@CodeWithArjun9 ай бұрын
Glad you like it!
@Anesu9822 күн бұрын
Thank you. This is my first time to complete a Spring and react tutorial
@robkao-og9xx6 ай бұрын
Very concise, straight to the point, beginner friendly. Thank you sir.
@xuechengliu8178 Жыл бұрын
super good and easy to follow content. Great starting point for backend developers to understand how to communicate with frontend.
@eliangonzalez5804 ай бұрын
Then 3 years later, this video is amazing. Thank you very much for your support!!
@CodeWithArjun4 ай бұрын
You're very welcome!
@kingdomVI6 ай бұрын
engineer got my sub, he is giving lots of content for free. thanks a lot.
@TheSmokinApples Жыл бұрын
Man! I love you for making this! I have been trying to find a basic tutorial on how to use react with spring boot!
@CodeWithArjun Жыл бұрын
Glad I could help!
@Alenk10202 жыл бұрын
hands down the best right into the point, full stack tutorial, amazing job.
@CodeWithArjun2 жыл бұрын
Glad it helped! Be sure to subscribe.
@Error-rp4dk Жыл бұрын
Thank you for this great tutorial. Better than my professors and Uni course. Wish you health, happiness and personal and financial success 👍
@CodeWithArjun Жыл бұрын
Happy to help.
@ajinkyakhete1151 Жыл бұрын
Hats Off Sir !!!! Best Video Learned All the concepts in one Video Thank you very much. Wish you a great journey ahead ...
@CodeWithArjun Жыл бұрын
Thanks a ton
@eduardojls2 жыл бұрын
By far I have completed the backend part, so I just have to say THANKS for your explanation, is so brief that's is pretty enough to understand. Let's see how the frontend with React goes. For future content would be nice a tutorial about how to implement Native Query and also Criteria Query.
@CodeWithArjun2 жыл бұрын
That’s good to hear.
@anjanasunil76173 ай бұрын
Thankyou for creating a simple example.. Very useful for beginners
@toxi4202 Жыл бұрын
Hey I really appreaciated the fact, that there was an error with the missing @Service parameter in the StudentServiceImplementation. So you explained what was wrong and didnt cut it out or something. Its good to see mistakes being made and how one resolves them. Dont always show perfect code examples. --> My opinion
@faizalkadiwal3065 Жыл бұрын
Thank for this great toturial🙌 i like to add one thing just add students in [] braceses of useEffect so you dont have to refresh to show submited data const [students, setStudents] = useState([]) useEffect(() => { },[students])
@meklitameha3414 Жыл бұрын
you are a lifesaver thank you others couldn't teach this in 3 hours and u did that in 48 min 🙌🙌
@CodeWithArjun Жыл бұрын
Glad it helped!
@tariqaldamen68372 жыл бұрын
a very good and strong video to learn, I'm working for a big tech company and we are using the same as explained in this video.
@CodeWithArjun2 жыл бұрын
Glad it was helpful! Be sure to subscribe.
@milankbudha Жыл бұрын
you should use lombok in model class to reduce boiler plate code for getters and setters,toString(),hashcode,default constructor and parameterized constructor
@kelvinsankale3 жыл бұрын
Phewx! thank you very much for your commitment to share knowledge. God bless you.
@CodeWithArjun3 жыл бұрын
Glad it was helpful!
@abhijeetrohilla39182 жыл бұрын
Great explanation , This channel is going to be more popular soon.
@CodeWithArjun2 жыл бұрын
Thank you for your kind words. Keep supporting.❤️❤️
@kimdequilla75032 жыл бұрын
thanks super fast but at the same time super clear
@CodeWithArjun2 жыл бұрын
Glad it helped! Be sure to subscribe.
@barakamarkbright7940 Жыл бұрын
Thanks for the video Arjun. It have given me a complete overview of web app development with Java.
@CodeWithArjun Жыл бұрын
Happiest to help. Keep coding
@elijahamelia33143 жыл бұрын
This is amazing man . Thank you so much for this video.
@KittyInCali Жыл бұрын
awesome explanation in such simple words... great job man ...please keep up the work!
@CodeWithArjun Жыл бұрын
Thanks and welcome
@wagnerdba3 жыл бұрын
Very nice... Congrats from Brazil...
@CodeWithArjun3 жыл бұрын
Thank you very much!
@jumb0_92 жыл бұрын
hello sir, im on 12:24 when i run its not creating a table in mysql in my database i dont know how to fix it. Please help
@robk192 жыл бұрын
I'm having the same problem. The only thing I know I did differently is using a different JDK.
@n0thing7072 жыл бұрын
same problem =(
@robk192 жыл бұрын
@@n0thing707 check for typos in your application.properties file
@n0thing7072 жыл бұрын
I fixed it! I notices, that I wrote spring.database.url insted of spring.datasoucre.url
@nehakumar68312 жыл бұрын
@@n0thing707 did it work ?
@anny886163 жыл бұрын
Thank you! This was really helpful! :)
@CodeWithArjun3 жыл бұрын
Glad it was helpful!
@tamimiqbalpython48492 жыл бұрын
Thank you, Dada. Sending love from Bangladesh 🌈🟩🔴🟩. Please give us more live projects like this.
@CodeWithArjun2 жыл бұрын
Thanks brother. I have got new series on fullstack on my channel check out that as well. Best wishes from Nepal 🇳🇵
@tamimiqbalpython48492 жыл бұрын
@@CodeWithArjun Dada i will see that Video series. My humble request to you if possible give us live a project about e-commerce web app by Spring boot and reactjs.
@CodeWithArjun2 жыл бұрын
@@tamimiqbalpython4849 Sure i will plan soon on making a project.
@juneldelacuadra59732 жыл бұрын
Just Wow!!! Sir please create a blog using Spring Boot and React with login functions!
@CodeWithArjun2 жыл бұрын
Thanks for the idea! Surely. Don't forget checkout the new series of full stack CRUD app.
@juneldelacuadra59732 жыл бұрын
@@CodeWithArjun Yes I will... Thank you so much again sir.
@pawebielecki7548 Жыл бұрын
Thank you. Your video was really helpful. Everything is really simple and step by step.
@CodeWithArjun Жыл бұрын
Glad to hear that!
@pedrorego14433 жыл бұрын
best video ever! now jsut gotta figure how to deploy online
@CodeWithArjun3 жыл бұрын
Thank you so much. Glad you liked it. Be sure to subscribe.
@CodeWithArjun3 жыл бұрын
My next video will be on that how to deploy Spring boot app and react app on Heroku. If you want to deploy using netlify for just react app i have got one video you can check on my channel.
@thegabriel4753 жыл бұрын
@@CodeWithArjun I am looking forward to the next one, btw your videos are awesome
@CodeWithArjun3 жыл бұрын
@@thegabriel475 I have published for front end with backend i haven't i hope i can soon.
@kunalshirsat41292 жыл бұрын
Hi while testing api on postman by POST method I m getting 400 errors not able to parse json object
@greptor86973 жыл бұрын
Great Video. Keep up the work
@Lynx-fx5 ай бұрын
Even when following the instruction as per the video, my tables are not being created even when the server is running, how do I fix that?
@weebotzu5533 Жыл бұрын
that table creation is not happening 12:32 worked when used spring boot version 2.7.12
@gamingflick Жыл бұрын
yes that true same here
@prajnachattaraj3531 Жыл бұрын
will2.7.14 or 2.7.15 work?
@ShilamRahulPrasad Жыл бұрын
@@prajnachattaraj3531 Use 2.7 or lower, in my case, I have an issue with MySQL dependency in pom file. keep an eye on it too..
@GopalNavaratnam3 ай бұрын
It was helped to solve my project problem thanks a lot ❤
@hotshotgolfer3079 Жыл бұрын
This was great. I learned a lot. Thank You.
@CodeWithArjun Жыл бұрын
Happy to help
@rainertelesko98942 жыл бұрын
Great tutorial for beginners!
@CodeWithArjun2 жыл бұрын
Glad it was helpful! Be sure to subscribe.
@nz2962 жыл бұрын
Perfect tutorial from the UK
@CodeWithArjun2 жыл бұрын
Glad i could help. Be sure to subscribe.
@nz2962 жыл бұрын
@@CodeWithArjun I’m subscribed Can you do a video, on how to submit values and check if it’s correct in the database Then give response
@swaranjali4332 жыл бұрын
I'm sorry it was a bit confusing! I promise that if you take your ti over the next few days and weeks, tNice tutorials stuff will make sense. Most
@TEK293 Жыл бұрын
Great video. Thank you so much
@rajeshrj25513 жыл бұрын
Awesome bro...thank you
@CodeWithArjun3 жыл бұрын
Thanks. If you get any problem please let me know. Don't forget to subscribe.
@souvik55602 жыл бұрын
Fantastic 👍 Very simple and crisp
@CodeWithArjun2 жыл бұрын
Glad you liked it. Be sure to subscribe
@vipin_sharma022 жыл бұрын
very informative video, great quality content bro
@CodeWithArjun2 жыл бұрын
Glad you liked it
@yorduminsani Жыл бұрын
CrossOrigin is not a fix nor a workaround. it might cause you problems in terms of security. i'd not use it. just serve static web files in spring boot project. or use middleware in react project
@rohans7194 Жыл бұрын
Why did you refresh the app in the end to show Ram-India? You should show it when you submit it. Isn’t it better to get all the results as a response when we save a new entry?
@victorcamargo7842 жыл бұрын
I was having the error "java.sql.SQLException: Access denied for user Victor@localhost (using password: NO)" in the 12:24 of the video trying to run the application. I fixed it by creating an user with this name in the admin panel
@-Laxman-ks9ri Жыл бұрын
can you make a video on how to deploy this backend and database in render and react app in vercel
@2bpro2752 жыл бұрын
It helps me a lot. Thanks for sharing.
@CodeWithArjun2 жыл бұрын
Glad to hear it!
@saurabhgandhi7982 Жыл бұрын
Awesome tutorial, keep up the good work
@CodeWithArjun Жыл бұрын
Glad it helped! Be sure to subscribe.
@flavio56932 жыл бұрын
This course it's amazing thank you very much
@CodeWithArjun2 жыл бұрын
Glad to help. Checkout new course.
@serhatkral3871 Жыл бұрын
thats great man i like it
@sebastianconde13416 ай бұрын
amazing tutorial! thanks a lot
@DevLearn-lv7nr Жыл бұрын
thanks Arjun did you ever code something similar in non Java language or frameworks ? if so what did you use and how did you find it compared to Springboot and java ?
@CodeWithArjun Жыл бұрын
I haven’t used any other frameworks but you can use node js if you want to learn
@andersontiban5356 Жыл бұрын
I learned a lot thank you!
@samruddhimanded53013 жыл бұрын
Thank You So Much ..Very Very Helpful
@CodeWithArjun3 жыл бұрын
Glad it was helpful! Be sure to subscribe.
@groupproject9578 Жыл бұрын
This was a great video. However, I did want to ask, is there a way to see the student that you add immediately in the Students section at the bottom? Refreshing the page seems like a hassle each time
@CodeWithArjun Жыл бұрын
i have new video of full stack check out that
@groupproject9578 Жыл бұрын
Can you post the link? You have a lot of videos
@michelpomerantzeff1749 Жыл бұрын
Great content! 10/10!!!
@CodeWithArjun Жыл бұрын
Glad you think so!
@gorripotumanikanta28698 ай бұрын
Hi bro...i know the java and spring boot as back-end. Now what i can select angular or react? which is best suitable with spring boot.
@CodeWithArjun8 ай бұрын
You can go with either of them
@NeelJoshi1815 күн бұрын
Very good video.
@WandersonEndeolver Жыл бұрын
Sabe me informa se no Windows tenho que usar é este comendo: .\mvnw.cmd spring-boot:run
@dnyaneshwarkolhe99592 жыл бұрын
can we create frontend backend combined windows executable file which will run whole application at once.
@travahnetshisaulu3101 Жыл бұрын
Thank you very much this was a perfect video
@CodeWithArjun Жыл бұрын
Glad it helped
@jyotsnapnr2 жыл бұрын
subscribed, you teach so well
@CodeWithArjun2 жыл бұрын
Glad it was helpful. Thanks for your words.
@technocoh2 жыл бұрын
Amazing tutorial, helped so much, thank you a lot! :D
@CodeWithArjun2 жыл бұрын
Glad it helped! Don't forget to subscribe.
@technocoh2 жыл бұрын
@@CodeWithArjun now when i watched the 2nd part of the video i have a question: now you have 2 different apps on different ports: studentsystem and studentfrontend, but how do you make Spring Boot deliver React from same port. Do you also have a tutorial for this?
@technocoh2 жыл бұрын
got it, maven-resources-plugin ;)
@SayujyaShibin2 жыл бұрын
Good work...keep going
@CodeWithArjun2 жыл бұрын
Glad it was helpful, Be sure to subscribe.
@Learco2 жыл бұрын
Hi, I don’t get how the ract app connects to the back end (springboot )
@aimanyounis83872 жыл бұрын
Awesome tutorial!
@CodeWithArjun2 жыл бұрын
Thank you! Cheers!
@UkrSerhiy18993 жыл бұрын
Thank you for yours great video!
@CodeWithArjun3 жыл бұрын
Glad you liked it! Be sure to subscribe.
@okage_2 жыл бұрын
Thank you! Really good course
@CodeWithArjun2 жыл бұрын
Glad you like it! Check out the new course for CRUD operation using Spring Boot and React.
@jerodcolbert38962 жыл бұрын
First Id like to say thank you for posting this it was very helpful. I do have one question though, when i do my post through postman the connection is successful but not all of the data I entered is being inserted into the table. Do you know why this could be happening?
@technicalresi5451 Жыл бұрын
Thank you so much grate video sir wa 😊
@CodeWithArjun Жыл бұрын
So nice of you
@dineshpanigrahi10652 жыл бұрын
Can you pls let me know what are the combination of techstacks are adapted by most enterprises(Java with Angular or Java with React), bcoz am preparing for Java with react
@Channel-iu6de2 жыл бұрын
I would learn Java with react, python, gitlab, github, spring boot, docker, kubernetes,sql.
@Alphacreators3 жыл бұрын
Its is showing port 8080 is busy so change the port ....can u please tell meh from where i have to change the port
@Alphacreators3 жыл бұрын
For backend
@CodeWithArjun3 жыл бұрын
Just go to the application.properties and add this line server.port=8081
@Alphacreators3 жыл бұрын
@@CodeWithArjun thank u so much....I also have some more doubts ......yaha par ni bta payunag becoz of screenshots
@KristijanStosic3 жыл бұрын
Can you update it so you dont need to refresh page every time you add new student?
@CodeWithArjun3 жыл бұрын
Sure I am planning to do that soon.
@sudarshankagitha33153 жыл бұрын
@@CodeWithArjun yes do it fast we are waiting 😊
@AtulSingh-vb6is Жыл бұрын
too smooth, loved it
@itsnarahari2 жыл бұрын
Without manually refreshing we can refresh or re render by useState Hook and add that new object to first
@CodeWithArjun2 жыл бұрын
I have got new video series on my KZbin channel check there I have done that.
@randomsoul_84 Жыл бұрын
can you tell me what changes we have to make in the state?
@sandeshwise2 жыл бұрын
Thanks you, nice video good explanation
@CodeWithArjun2 жыл бұрын
Glad it was helpful!
@salvatorebarretta14103 жыл бұрын
amazing tutorial! the best sure!!!
@CodeWithArjun3 жыл бұрын
Thanks a lot!
@ares93352 жыл бұрын
Great tutorial, appreciate it !
@CodeWithArjun2 жыл бұрын
Glad it was helpful! Check out the new course on CRUD application.
@ares93352 жыл бұрын
@@CodeWithArjun already added it to watch later, cheers.
@Ethio-Tech-Torch2 жыл бұрын
It inserts null values into the database. How can I solve this problem?
@CodeWithArjun2 жыл бұрын
You have to use @NotNull annotation for that. I have just published a new series on my channel checkout for crud operation.
@Ethio-Tech-Torch2 жыл бұрын
@@CodeWithArjun At what point i have to use @NotNull annotation?
@CodeWithArjun2 жыл бұрын
@@Ethio-Tech-Torch just before the entities we have defined in model class. @NotNull(message = "Name can't be null") private String name;
@Ethio-Tech-Torch2 жыл бұрын
@@CodeWithArjun When I try by postman it works. but the front end page still not working. null values are inserted into database.
@trending2de Жыл бұрын
Thank you, it helps very well 👍
@CodeWithArjun Жыл бұрын
Glad to hear that!
@Glamorous_Life6 ай бұрын
Your video is great.
@embodythelogos9 ай бұрын
Can you expand on this tutorial and add Spring Boot Security?
@usmannurudeen1625 Жыл бұрын
How can we make this kind of application live for users to access since the backend and the sever is on the local machine?
@nikamelashvili241011 ай бұрын
cloud hosting
@countessvillain2 жыл бұрын
The problem with this tutorial is that first you say to install MySQLDatabase but don't specify with XAMPP so one installs MySQLDatabase that occupy the port 3306, than he has o install XAMPP, and the port 3306 is occupied.
@gamerplayer94830 Жыл бұрын
how can we solve this? I installed mysqldatabase but i dont know what xampp means
@karl-heinzpeters72832 жыл бұрын
Great work! Thx.
@CodeWithArjun2 жыл бұрын
Glad you liked it! Be sure to subscribe.
@mmaScholar99 Жыл бұрын
Quick question, do you know the cause behind the error "port 8080 is already in use"?
@ajinkyakhete1151 Жыл бұрын
just write server.port=8081(new port) in application properties and re-run your error will be resolved.
@pranav-codes Жыл бұрын
8080 port is in use in background so you need to stop it before running.
@vaibhavtyagi57202 жыл бұрын
Hey when i use text field component its showing code inside should i put container outside it or inside it ?
@keerthu7055 Жыл бұрын
Thanks for your video but i have a query that why cant we develop react in intellj itself why we need MS visual code
@CodeWithArjun Жыл бұрын
Many extensions are not available. But still use can do. Instead you can use webstorm.
@mitchy36863 жыл бұрын
Can you go over Deleting and Modifying students?
@CodeWithArjun3 жыл бұрын
Sure I am making new video. Be sure to subscribe to get notified.
@mitchy36863 жыл бұрын
@@CodeWithArjun after that, can you go over adding APIs? For example how to add a free weather API or something to display data etc. thanks!
@Pacal_II3 жыл бұрын
Did you figure out how to delete students? I'm trying to implement that myself.
@aldotube88 Жыл бұрын
Do you have any particular reason for Maven over Gradle? I am still new to this but would you expect any issues following along if I choose Gradle as it's the current default on spring initializr?
@naufaladi43842 жыл бұрын
why do we need to refresh the web page to display the retrieved data? Is there a way so it displays the data automatically after we press "Submit" ?
@CodeWithArjun2 жыл бұрын
I have new series on full stack check out that i have fixed that problem there.