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

7 messages · Page 1 of 1 (latest)

hot bough
#

will show pics

finite snowBOT
#

This post has been reserved for your question.

Hey @hot bough! 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.

hot bough
#

want the category to be displayed here asswell

#
public class Product {
    @Id
    @GeneratedValue
    private long id;
    private String name;
    private Number price;
    private String description;
    private String imageUrl;
    private boolean isFinished = false;