Mysql – java.sql.SQLSyntaxErrorException: Table 'demo.coupon_seq' doesn't exist
I am attempting to develop a simple Spring Boot application for managing coupons, to create and read coupons.The application runs without issues when started. However, upon sending a POST request via Postman, I encounter the following error in application :…