#how can i connect the Category in springboot in the backend to frontend?
7 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @hot bough! Please use
/closeor theClose Postbutton above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
want the category to be displayed here asswell
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
public class Product {
@Id
@GeneratedValue
private long id;
private String name;
private Number price;
private String description;
private String imageUrl;
private boolean isFinished = false;