当前位置:网站首页>idea中pom.xml依赖无法导入
idea中pom.xml依赖无法导入
2022-07-04 21:54:00 【奥利给_加油】
1.在pom.xml文件中加入依赖版本;
例如:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>2.1.3.RELEASE</version>
</dependency>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
<version>2.1.0.RELEASE</version>
</dependency>
边栏推荐
- HDU - 1078 fatmouse and cheese (memory search DP)
- 大厂的广告系统升级,怎能少了大模型的身影
- The drawing method of side-by-side diagram, multi row and multi column
- 凭借了这份 pdf,最终拿到了阿里,字节,百度等八家大厂 offer
- Spatiotemporal prediction 3-graph transformer
- 置信区间的画法
- A large number of virtual anchors in station B were collectively forced to refund: revenue evaporated, but they still owe station B; Jobs was posthumously awarded the U.S. presidential medal of freedo
- WebGIS框架---kalrry
- NAACL-22 | 在基于Prompt的文本生成任务上引入迁移学习的设置
- 短视频系统源码,点击屏幕空白处键盘不自动收起
猜你喜欢
NAACL-22 | 在基于Prompt的文本生成任务上引入迁移学习的设置
BigFilter全局交易防重组件的介绍与应用
i.MX6ULL驱动开发 | 24 - 基于platform平台驱动模型点亮LED
QT - plot other problems
gtest从一无所知到熟练使用(3)什么是test suite和test case
迷失在Mysql的锁世界
复数在数论、几何中的用途 - 曹则贤
并发网络模块化 读书笔记转
Convolutional neural network model -- lenet network structure and code implementation
Bookmark
随机推荐
AscendEX 上线 Walken (WLKN) - 一款卓越领先的“Walk-to-Earn”游戏
GTEST from ignorance to proficiency (3) what are test suite and test case
Service online governance
智洋创新与华为签署合作协议,共同推进昇腾AI产业持续发展
Basic structure of PostgreSQL - table
凭借了这份 pdf,最终拿到了阿里,字节,百度等八家大厂 offer
GTEST from ignorance to proficient use (2) what is test fixture
淘宝商品评价api接口(item_review-获得淘宝商品评论API接口),天猫商品评论API接口
VIM from dislike to dependence (23) -- the last gossip
Common shortcut keys for hbuilder x
283. Moving zero-c and language assisted array method
抖音实战~评论数量同步更新
电话加密,中间4为****代替
Which securities company is better to open an account? Is online account opening safe
How can the advertising system of large factories be upgraded without the presence of large models
广电五舟与华为签署合作协议,共同推进昇腾AI产业持续发展
TLA+ 入门教程(1):形式化方法简介
《命令行上的数据科学第二版》校对活动重新启动
国产数据库乱象
MongoDB中的索引操作总结