Utility classes should not have a public or default constructor – Spring Boot
Introduction The error, utility classes should not have a public or default constructor, you notice mainly in utility classes where you have declared your class method(s) as public static…