Shopping Mall management project in Spring boot, JPA and hibernate

Online shopping mall management project in java using spring boot, hibernate, JPA, HTML, CSS, and Bootstrap with source code and project report. It’s a web application running over the localhost, following Model view controller(MVC) architecture and using maven as a build tool. Online Shopping mall project Abstract Overview Shopping mall management is a web application …

Shopping Mall management project in Spring boot, JPA and hibernate Read More »

Bank, Credit Card, Loan management project in spring boot and hibernate JPA with MYSQL

Online banking web projects in Spring Boot, Hibernate, and JPA, with source code and project report. that allow banking operations with credit cards and different types of loan management features. It’s a web application using java spring boot, Hibernate, JPA, MYSQL, JSP, HTML, CSS, and Bootstrap, using Maven as a build tool, deploying on localhost …

Bank, Credit Card, Loan management project in spring boot and hibernate JPA with MYSQL Read More »

Solve Error java.lang.NumberFormatException: For input string: “id” in jstl

How to Solve error Caused by: java.lang.NumberFormatException: For input string: “id”  in JSP, JSTL. The error message “java.lang.NumberFormatException: For input string: ‘id’” indicates, The Id is returning a string value but to perform operations, we need the id into as a long or int. Convert String value into Long or integer into JSTL <%@ taglib …

Solve Error java.lang.NumberFormatException: For input string: “id” in jstl Read More »

Invalid property of bean class is not readable or has an invalid getter method in spring boot

While working with the Spring boot project, you might face the error “Invalid property of bean class is not readable or has an invalid getter method in spring boot”. The complete error message that you can see in the console is: Invalid property ‘firstName’ of bean class [com.schoolmgt.form.UserForm]: Bean property ‘firstName’ is not readable or …

Invalid property of bean class is not readable or has an invalid getter method in spring boot Read More »