这个springboot项目已经开发一段时间了,最近接到一个需求写一个接口返回H5页面,于是自然而然引入thymeleaf模板依赖,调完了,很顺利,可是之前的所有接口都报错了,
org.thymeleaf.exceptions.TemplateInputException: Error resolving template "/bajUserHouse/userOftenHouse", template might not exist or might not be accessible by any of the configured Template Resolvers
,好像只要请求之前的接口都会先去找映射页面去了,想问下如何配置才能不影响之前的接口,又能访问页面