当前位置:网站首页>Idea use
Idea use
2022-06-29 06:52:00 【inspire121】




Be careful , I put these two mysql Placed on two centos Inside the virtual machine , This can save a lot of trouble .
In use Maven There is a headache when working on the project , Is importing... Into the project jar The package needs to be in pom.xml In file jar Package configuration , If jar Pack a lot of words in pom.xml Adding configuration in is really cumbersome , After several explorations, I finally found a good way
Open the remote on the network Maven Warehouse , website :http://mvnrepository.com/, This website looks like this 
In the red line is the search box , Used to search for targets jar package , such as , I want to Maven Import... In project common-io package , I'll search common-io
Choose the latest version , Click in pom.xml Configuration of files , Copy and paste 
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.21</version>
</dependency>
<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.38</version>
</dependency>
边栏推荐
- IDEA常用插件
- VerilogA - dynamic comparator
- 2022.02.15 - SX10-31. House raiding III
- VerilogA——计数器
- Open source 23 things shardingsphere and database mesh have to say
- 二叉树的迭代法前序遍历的两种方法
- How to change the password after forgetting the MySQL password (the latest version of 2022 detailed tutorial nanny level)
- try anbox (by quqi99)
- [Flink] flinksql and table programming cases
- Yyds dry goods inventory meituan's two-sided experience, and finally there was a surprise?
猜你喜欢

Pointer from beginner to advanced (2)

Games101 Lecture 10 geometry 1 Notes

Fresnel diffraction with rectangular aperture based on MATLAB

Why are keys unordered in golang map

Analytic hierarchy process

Agile invincible event

分享 10 个 JS Promise 相关的面试题

json tobean

Move disassembly of exclusive delivery of script (the first time)

开源二三事|ShardingSphere 与 Database Mesh 之间不得不说的那些事
随机推荐
[deep learning] - maze task learning I (to realize the random movement of agents)
Share 10 interview questions related to JS promise
Open source 23 things shardingsphere and database mesh have to say
What is 'EC2-Other' filter in 'Cost Explorer' dashboard mean? [closed]
Labor skills courses integrated into steam Education
力扣每日一题-第30天-594.最长和谐子序列
Pointer from beginner to advanced (2)
How to combine two byte arrays [repeat] - how to combine two byte arrays [duplicate]
MySQL add / delete / modify query SQL statement exercise yyds dry goods inventory
List集合实现分页
Redistemplate handles hash integer type problem resolution
The annual technology inventory of cloud primitives was released, and it was the right time to ride the wind and waves
Client and server working modes of JVM
分享 10 个 JS Promise 相关的面试题
Annual inventory review of Alibaba cloud's observable practices in 2021
What are the uses of wireless pressure collectors?
Is there any difference between a=a+b and a+=b?
Flutter is configured with a domestic image and connected to the real machine
Chapter V online logic analyzer signaltap
Difference between URI and URL