Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-parent-pom
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-parent-pom
Commits
5d167d2b
Commit
5d167d2b
authored
Aug 01, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置调整
parent
4c51f81b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
22 deletions
+30
-22
pom.xml
+30
-22
No files found.
pom.xml
View file @
5d167d2b
...
...
@@ -25,7 +25,7 @@
<pagehelper.boot.version>
1.4.2
</pagehelper.boot.version>
<fastjson.version>
1.2.83
</fastjson.version>
<oshi.version>
6.2.2
</oshi.version>
<commons.lang3.version>
3.1
2
.0
</commons.lang3.version>
<commons.lang3.version>
3.1
4
.0
</commons.lang3.version>
<commons.io.version>
2.11.0
</commons.io.version>
<commons.fileupload.version>
1.3.3
</commons.fileupload.version>
<poi.version>
4.1.2
</poi.version>
...
...
@@ -36,7 +36,7 @@
<reflectasm.version>
1.11.9
</reflectasm.version>
<hutool.version>
5.8.16
</hutool.version>
<zxing.version>
3.3.3
</zxing.version>
<mybatis-plus.version>
3.
4.0
</mybatis-plus.version>
<mybatis-plus.version>
3.
5.5
</mybatis-plus.version>
<vertx.version>
4.0.0
</vertx.version>
<netty-version>
4.1.69.Final
</netty-version>
<jaxb.version>
2.3.1
</jaxb.version>
...
...
@@ -77,6 +77,7 @@
<java.version>
1.8
</java.version>
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.target>
1.8
</maven.compiler.target>
<freemarker.version>
2.3.31
</freemarker.version>
</properties>
<!-- 依赖声明 -->
...
...
@@ -369,12 +370,6 @@
<version>
${protobuf.vaersion}
</version>
</dependency>
<!-- bootstrap 启动器 -->
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-starter-bootstrap
</artifactId>
</dependency>
<!-- 线程传递值 -->
<dependency>
<groupId>
com.alibaba
</groupId>
...
...
@@ -534,6 +529,33 @@
<artifactId>
minio
</artifactId>
<version>
${minio.version}
</version>
</dependency>
<!--对于bootstrap.properties/bootstrap.yaml配置文件(我们合起来成为Bootstrap配置文件)的支持,需要导入如下的依赖 -->
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-starter-bootstrap
</artifactId>
<version>
${starter-bootstrap.version}
</version>
</dependency>
<dependency>
<groupId>
com.baomidou
</groupId>
<artifactId>
mybatis-plus-generator
</artifactId>
<version>
${mybatis-plus.version}
</version>
</dependency>
<!-- MyBatis Plus 扩展功能 -->
<dependency>
<groupId>
com.baomidou
</groupId>
<artifactId>
mybatis-plus-extension
</artifactId>
<version>
${mybatis-plus.version}
</version>
</dependency>
<dependency>
<groupId>
org.freemarker
</groupId>
<artifactId>
freemarker
</artifactId>
<version>
${freemarker.version}
</version>
</dependency>
</dependencies>
</dependencyManagement>
...
...
@@ -549,18 +571,4 @@
</snapshotRepository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.11.0
</version>
<configuration>
<source>
1.8
</source>
<target>
1.8
</target>
<encoding>
UTF-8
</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment