会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Littstone
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2022年4月13日
springboot引入jquery | idea显示引入jquery并且可以访问这个地址,但是浏览器显示$未定义
摘要: idea项目引入jquery资源,和前端项目引入jquery资源一样,如果出问题的话那就是路径的问题。
阅读全文
posted @ 2022-04-13 19:11 Littstone
阅读(189)
评论(0)
推荐(0)
springboot跳转页面
摘要: 项目结构 @Controller public class Jump { @RequestMapping("hah") public String jump (){ System.out.println("hhh"); return "index"; } } html页面放到templates目录下
阅读全文
posted @ 2022-04-13 17:41 Littstone
阅读(159)
评论(0)
推荐(0)