Tables are not getting created into the MySQL DB using Springboot Application
i am creating a new backend APIs for the online shop, I have created entities class for item, cart, user etc. However, when I am running the app the tables are not getting created in the DB. I am not…