how can i connect the Category in springboot in the backend to frontend?

will show pics
6 Replies
JavaBot
JavaBot12mo ago
This post has been reserved for your question.
Hey @timo! Please use /close or the Close Post button 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.
Timo
TimoOP12mo ago
No description
Timo
TimoOP12mo ago
want the category to be displayed here asswell
Timo
TimoOP12mo ago
Pastebin
private void seedProducts(){ Category budgetPc = new Categor...
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.
Timo
TimoOP12mo ago
public class Product {
@Id
@GeneratedValue
private long id;
private String name;
private Number price;
private String description;
private String imageUrl;
private boolean isFinished = false;
public class Product {
@Id
@GeneratedValue
private long id;
private String name;
private Number price;
private String description;
private String imageUrl;
private boolean isFinished = false;
JavaBot
JavaBot12mo ago
💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.

Did you find this page helpful?