Powan55 / Trivial-Trivia

1 stars 0 forks source link

File Not Found Error When Reading userData.csv #43

Closed Powan55 closed 3 months ago

Powan55 commented 3 months ago

When attempting to read the userData.csv file located under resources/Data/userData.csv in the Spring Boot application, I encountered a "File Not Found" error. The application expects to access this file to retrieve user data, but it appears that the file cannot be located or accessed as expected.

Additional Information: