I am trying to run a Java Spring Boot survey project (Maven Architecture) in my local machine by following steps --
- mvn clean package
- connect to created jar file
java -jar target/filename.jar
- Open browser and browse to localhost:8080
Project is running ok, I can input survey data, but I am getting following error while trying to show result data from database --
Although I have found that the table "stressresult" already exist in database --
What's wrong here? Can anybody kindly help?
Local Machine -->
OS: Debian 11.x 64-bit
Database: MariaDB 10.6.5
Web server: nginx
Java: Oracle JDK 17