Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
legobackend
/
lego-manage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5fef75be
authored
2026-04-18 11:04:38 +0800
by
chentao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
b7cb3285
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletions
lego-oss/pom.xml
lego-oss/pom.xml
View file @
5fef75b
...
...
@@ -18,7 +18,20 @@
<description>
OSS对象存储模块
</description>
<repositories>
<!-- 添加一个新的远程仓库 -->
<repository>
<id>
aliyun
</id>
<!-- 仓库的唯一标识 -->
<name>
aliyun Repository
</name>
<!-- 仓库名称 -->
<url>
http://maven.aliyun.com/nexus/content/groups/public
</url>
<!-- 仓库的URL地址 -->
<releases>
<enabled>
true
</enabled>
<!-- 是否允许下载发布版依赖 -->
</releases>
<snapshots>
<enabled>
false
</enabled>
<!-- 是否允许下载快照版依赖 -->
</snapshots>
</repository>
</repositories>
<dependencies>
<!-- 通用工具-->
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment