Building a java full stack development project using spring boot, react, shadcn ui, redux, tailwind

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

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

  • @bytebgmigaming5704
    @bytebgmigaming5704 7 หลายเดือนก่อน +11

    Your the god for springboot students thank you

    • @bytebgmigaming5704
      @bytebgmigaming5704 7 หลายเดือนก่อน +1

      Yes really josh I am finding good springboot projects on TH-cam from 1 year but I haven't get any good channel but I found your projects are very good for springboot learns every one is thinking java is deprecated and they are not making content on java and springboot but your content is very good

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

      @@bytebgmigaming5704 bro github pe hai kiya?

  • @MaitriCode
    @MaitriCode 7 หลายเดือนก่อน +5

    thanks lots can i add this project in my resume? with add feathers

  • @The-Developer-BI
    @The-Developer-BI 7 หลายเดือนก่อน +2

    Could you make a project on a Digital product selling Website.
    And I think it will be good for you. You can also sale your projects on this

  • @madhvendrasinhjhala7476
    @madhvendrasinhjhala7476 6 หลายเดือนก่อน +1

    Error:
    2024-06-11T08:19:58.653+05:30 ERROR 50352 --- [projectmanagementsystem] [ restartedMain] o.s.boot.SpringApplication : Application run failed
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Table [issue] contains physical column name [project_id] referred to by multiple logical column names: [project_id], [projectId]
    I looked into the Repository but was not able to figure-out. If anyone can help, please?

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

      Same issue did you able to solve it?

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

      No​@@abhishekkushwah4749

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

      @@madhvendrasinhjhala9456 try commenting out projectId
      import com.fasterxml.jackson.annotation.JsonIgnore;
      import jakarta.persistence.*;
      import lombok.Data;
      import java.time.LocalDate;
      import java.util.ArrayList;
      import java.util.List;
      @Entity
      @Data
      public class Issue {
      @Id
      @GeneratedValue(strategy = GenerationType.AUTO)
      private Long id;
      private String title;
      private String description;
      private String status;
      // private Long projectId;
      private String priority;
      private LocalDate dueDate;
      private List tags = new ArrayList();
      @ManyToOne
      private User assignee;
      @ManyToOne
      private Project project;
      @JsonIgnore
      @OneToMany(mappedBy = "issue",cascade = CascadeType.ALL,orphanRemoval = true)
      private List comments;
      }

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

      in Issue.java make your projectId to projectID, and then you will need to change name of getters methods too that you will get error for those methods, this will solve the problem.

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

    Excellent 👌

  • @anuragbathani1670
    @anuragbathani1670 6 หลายเดือนก่อน +1

    can you add web socket in this project to achive real time chat

  • @congdatt
    @congdatt 7 หลายเดือนก่อน +2

    keep it up bro oi

  • @JagannathBehera-is9si
    @JagannathBehera-is9si หลายเดือนก่อน

    Hello ,
    When I connect the frontend with backend in assign issue to user I got an axios error i.e issueId is undefined. In message it's showing that string can't be converted to long. And in path:- "/api/issues/undefined/assignee/3". So please can you help me to fix that. It would be pleasure to know from you.

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

    Can you tell us how did you learn this and can your give us playlist to learn..❤

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

    sir please upload video to connect frontend with backend

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

      Already there, check out playlist

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

    can you add database design concepts too for complex projects ?

  • @try-je2sj
    @try-je2sj 7 หลายเดือนก่อน

    Is this the complete project or any more videos coming up?

  • @nadetdevfullstack7041
    @nadetdevfullstack7041 7 หลายเดือนก่อน +2

    Excellent

  • @swapnilsonar7855
    @swapnilsonar7855 6 หลายเดือนก่อน +3

    source code not available

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

    Great. Can you show how this can be made live ??

  • @OmkarChavan-ne5to
    @OmkarChavan-ne5to 3 หลายเดือนก่อน

    what language is use for frontend and backend?

  • @amankumbhalwar
    @amankumbhalwar 7 หลายเดือนก่อน +1

    Thank you so much for this project, sir. Additionally, could you please provide some interview preparation tips? questions and answers.

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

    Sir can u please upload the next part of ola cab booking project

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

    Hello Zosh, I hope you can work on Angular projects for us

  • @Ramya-lc7pi
    @Ramya-lc7pi 2 หลายเดือนก่อน

    plz send me link of IntelliIj IDEA and wt is version

  • @harshitpal3024
    @harshitpal3024 18 วันที่ผ่านมา

    can anybody please tell me
    in this video frontend and backend connected to each other

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

    Why dont u use nestjs

  • @NarendraUprety-g2g
    @NarendraUprety-g2g 6 หลายเดือนก่อน

    getting 401 error at signup.
    Has anyone faced same issue?

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

    Is this for beginners?

  • @ayushverma4656
    @ayushverma4656 7 หลายเดือนก่อน +2

    bhai I love your project but thoda to but level up karo

  • @Aman-jq3bw
    @Aman-jq3bw 6 หลายเดือนก่อน

    Hey I need this project source code the link you provided is not working can I buy it

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

      Check in TH-cam bio

  • @Yaduvanshi-nw3yr
    @Yaduvanshi-nw3yr 7 หลายเดือนก่อน

    intellij idea ki update kr lijiye usme ab ai aa gya Jo line complete kr dega

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

    cab booking ka bhi nahi mil rha hai

  • @anwarmuhammed9715
    @anwarmuhammed9715 7 หลายเดือนก่อน +1

    Sir next time with new project implement advanced level kafka reddis elastic search etc are imclude

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

    Bro please muje batao mein kese full stack java developer bn sakta hn please

  • @nikhilaggarwal9325
    @nikhilaggarwal9325 7 หลายเดือนก่อน +1

    amazing

  • @Yaduvanshi-nw3yr
    @Yaduvanshi-nw3yr 7 หลายเดือนก่อน +1

    🔥🔥🔥

  • @anwarmuhammed9715
    @anwarmuhammed9715 7 หลายเดือนก่อน +1

    Sir next project please implemente oAuth 2.0

  • @KhaMann-f8g
    @KhaMann-f8g 6 หลายเดือนก่อน

    source code please sir

  • @mshohag4229
    @mshohag4229 7 หลายเดือนก่อน +1

    can you please do Netflix clone?

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

    Robinson Kevin White William Robinson Betty