Using custom Tag files in JSP with Spring Boot
问题 I have a Spring Boot project and I'm trying to make the following call in a JSP file: <%@ taglib prefix="tagz" tagdir="/WEB-INF/tags" %> <tagz:utils tabs="true"/> The tags folder is in - \src\main\resources\WEB-INF\tags The JSP files folder is in - \src\main\resources\META-INF\resources\WEB-INF\jsp I also defined the application.properties file to include: spring.mvc.view.prefix=/WEB-INF/jsp/ spring.mvc.view.suffix=.jsp If I try to put the tags folder in any other classpath than Intellij is