SpringBoot 报错Uncaught SyntaxError: Unexpected token '<',Uncaught ReferenceError: jQuery is not defined/ $ is not defined
开始一直以为是SpringBoot导入静态资源的问题,后来用了thymeleaf模板加载还是不管用,后来发现是Controller层出现了问题
改为
即可加载成功
开始一直以为是SpringBoot导入静态资源的问题,后来用了thymeleaf模板加载还是不管用,后来发现是Controller层出现了问题
改为
即可加载成功