sunny123456

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2022年9月2日

摘要: <dependencyManagement>正确使用方法 dependencyManagement正确使用方法 一、介绍 Maven中的dependencyManagement元素提供了一种管理依赖版本号的方式。在dependencyManagement元素中声明所依赖的jar包的版本号等信息,那么 阅读全文
posted @ 2022-09-02 18:40 sunny123456 阅读(184) 评论(0) 推荐(0) 编辑

摘要: vue.config.js的proxy为什么不起作用 问题:本地开发,调用后端的接口,一调用就报CORS error跨域 第一种写法:后端网关没有做跨域处理,但是这种方法如果用到多个服务时,会导致需要配置多个代理 image.png env文件 VUE_APP_WEB_API=http://192. 阅读全文
posted @ 2022-09-02 17:02 sunny123456 阅读(3508) 评论(0) 推荐(0) 编辑

摘要: vue.config.js 的完整配置(超详细) 点击查看代码 示例代码: module.exports = { publicPath: '', devServer: { port: 8090, host: '0.0.0.0', https: false, open: true, proxy:{ ' 阅读全文
posted @ 2022-09-02 16:57 sunny123456 阅读(4650) 评论(0) 推荐(0) 编辑