摘要: 1.Linux安装node.js(可参考菜鸟教程) 2.安装工具脚手架 3.创建项目:vue init webpack ”项目名称“ 4.全部按enter键 5.进入项目目录:启动项目(npm run dev) 6.访问:127.0.0.1:8080/ 7.出现Vue界面,创建成功 阅读全文
posted @ 2020-05-12 17:15 爱河 阅读(532) 评论(0) 推荐(0) 编辑
摘要: 一、main方法所在Class修改为一下配置 代码: @Override protected SpringApplicationBuilder configure(SpringApplicationBuilder application) { return application.sources(D 阅读全文
posted @ 2020-05-12 16:55 爱河 阅读(227) 评论(0) 推荐(0) 编辑