sandesh300 / To-Do-App

To-Do App using Java, SpringBoot, JSP, HTML, CSS, and MySQL Database.
0 stars 0 forks source link

Help me set-up database in MYSQL #1

Open akcoder11 opened 2 months ago

akcoder11 commented 2 months ago

You didn't provide details for database in MySQL like databse name and what will the table names

sandesh300 commented 2 months ago

In the application.properties file, you can find the configuration for the MySQL database used by the Spring Boot backend. Here, you set up the database name, URL, username, and password. To define the table name and its columns, look in the model package's ToDo.java class.

akcoder11 commented 2 months ago

Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback.

Thu Aug 22 20:49:25 IST 2024 There was an unexpected error (type=Not Found, status=404). JSP file [/WEB-INFjspViewToDoList.jsp] not found

I got this error, So how to fix this, please guide me

sandesh300 commented 2 months ago

send here a screenshot of error and screenshot of project file structure