maven [INFO] No proxies configured [INFO] No proxy was configured, downloading directly 2022-02-23 09:55 11048阅读 5赞 # maven [INFO] No proxies configured [INFO] No proxy was configured, downloading directly 在搭建rocketmq-dashboard图形界面时遇到一个问题,打包时出现一个错误 ``` [INFO] Downloading https://github.com/yarnpkg/yarn/releases/download/v1.22.10/yarn-v1.22.10.tar.gz to D:\soft\maven\com\github\eirslett\yarn\1.22.10\yarn-1.22.10.tar.gz [INFO] No proxies configured [INFO] No proxy was configured, downloading directly ``` 在百度了一圈后,仍旧没有解决。最后解决了。做一下笔记,希望对大家有帮助   提示这个的时候需要设置代理,没有代理怎么办?github.com也是神经质,一会能访问一会不能访问。于是我用vpn下载了yarn-v1.22.10.tar.gz,接下来的问题是,虽然东西下载下来了,我们要把这个包放哪里?重点看这段提示 ``` [INFO] Downloading https://github.com/yarnpkg/yarn/releases/download/v1.22.10/yarn-v1.22.10.tar.gz to D:\soft\maven\com\github\eirslett\yarn\1.22.10\yarn-1.22.10.tar.gz ``` 此时我们发现了下载地址是 ``` https://github.com/yarnpkg/yarn/releases/download/v1.22.10/yarn-v1.22.10.tar.gz ``` 接着是to 也就是放到 ``` D:\soft\maven\com\github\eirslett\yarn\1.22.10\yarn-1.22.10.tar.gz ``` 此时重点来了,如果直接放进去肯定是不行的我们把放置和下载的包单独复制出来。 ``` yarn-v1.22.10.tar.gz yarn-1.22.10.tar.gz ``` 发现下载时v.1.22.10,放到本地盘的位置1.22.10,真的是细节呀。 于是照着做将下载好的包改成yarn-1.22.10.tar.gz放置我们maven依赖的地址 ``` D:\soft\maven\com\github\eirslett\yarn\1.22.10\yarn-1.22.10.tar.gz ``` 此时再次打包,自动安装这个包了。 总结: 手动下载`D:\soft\maven\com\github\eirslett\yarn\1.22.10\yarn-1.22.10.tar.gz` 将下载的内容放置`D:\soft\maven\com\github\eirslett\yarn\1.22.10\yarn-1.22.10.tar.gz` 注意这个放置的位置是自己的maven仓库地址 文章版权声明:注明蒲公英云原创文章,转载或复制请以超链接形式并注明出处。
相关 could not initialize proxy - no Session 这是一个精典的问题: 因为我们在hibernate里面load一个对象出来时,用到的是代理对象,也就是说当我们在执行load方法时并没有发sql语句,而是返回一个proxy 亦凉/ 2021年09月26日 05:52/ 0 赞/ 80 阅读
相关 maven [INFO] No proxies configured [INFO] No proxy was configured, downloading directly maven [INFO] No proxies configured [INFO] No proxy was configured, downloading direct... 朱雀/ 2022年02月23日 09:55/ 5 赞/ 11049 阅读
相关 解决RocketMQ报No route info of this topic:异常 目前rocketmq 被使用的概率大大提升,相信很多朋友也都想着去试试,在测试的过程中根据官网给出的案例,应该有部分朋友遇到过这个异常: No route info of th 约定不等于承诺〃/ 2022年02月23日 20:54/ 0 赞/ 419 阅读
相关 ERROR StatusLogger No log4j2 configuration file found. Using default configuration spring5与log4j不兼容的问题 maven中 需要导入log4j 2以上的版本 ![watermark_type_ZmFuZ3poZW5n 深碍√TFBOYSˉ_/ 2022年04月11日 11:17/ 0 赞/ 285 阅读
相关 【错误解决】Intellj(IDEA) warning no artifacts configured 今天像往常一样,在IDEA(Intellj)上新建了一个maven项目(webapp模板),,平时还好这的,,今天居然有毛病,,出现问题如下: warning no 超、凢脫俗/ 2022年04月24日 19:02/ 0 赞/ 34 阅读
相关 but was actually of type [com.sun.proxy.$Proxy13] ssm在注解整合时提示Bean named 'studentservice' is expected to be of type 'com.shuai.service.imp. 逃离我推掉我的手/ 2022年05月12日 23:14/ 0 赞/ 58 阅读
相关 MQClientException: No route info of this topic, *** MQClientException: No route info of this topic, TOPIC\_INVOICE\_SYNC\_DEV 这是因为accessKey 缺乏、安全感/ 2022年05月14日 11:58/ 0 赞/ 37 阅读
相关 MyBatis: No MyBatis mapper was found in '[xx.mapper]' package. Please check your configuration. 问题情形 在使用SpringBoot集成MyBatis的过程中,项目正常启动,但控制台打出如下日志: No MyBatis mappe 拼搏现实的明天。/ 2022年05月25日 14:38/ 0 赞/ 28 阅读
相关 异常Hibernate:could not initialize proxy - no Session 这个从字面上就可以看出:不能初始化,没有session。也就说主要原因是因为session关闭了。 在[hibernate][]中,<many-to-one…/>中的l 谁借莪1个温暖的怀抱¢/ 2022年07月11日 16:18/ 0 赞/ 30 阅读
相关 make: *** No rule to make target `configure'. Stop. \[root@localhost Downloads\]\ make configure make: \\\ No rule to make target \`config Bertha 。/ 2022年07月16日 11:27/ 0 赞/ 37 阅读
还没有评论,来说两句吧...