分类

maven

lombak mavem坐标
pom.xml <!-- lombok --> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.18.26</version> </dependency>
2024-01-28
|
0
|
0
fasijson2的maven坐标
pom.xml <!--fastjson2--> <dependency> <groupId>com.alibaba.fastjson2</groupId> <artifactId>fastjson2</artifactId> <version>2.0.39</version> </dependen
2024-01-28
|
0
|
0
maven pom.xml配置阿里云仓库
pom配置,放在 project标签内的末尾 : <repositories> <repository> <id>aliyun</id> <name>aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</ur
2024-01-28
|
0
|
0
maven settings.xml配置
maven3.9.4 <?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema
2024-01-28
|
0
|
0
hutool maven坐标
pom.xml <!-- hutool --> <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>5.8.21</version> </dependency>
2024-01-28
|
0
|
0