Could JSP file not found be a bug in spring
问题 I have followed the official files and package structure of spring boot in my application. But I am still getting a whitelabel page error. Most of the answers and suggestions dont solve this problem. Could this be a bug in spring boot? Below is how I have put my codes and the structure of how files and folders are arranged. Application.java @SpringBootApplication public class Application { public static void main(String[] args) { SpringApplication.run(Application.class, args); } } Controller