Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
governWorkOrder
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xieshaohua
governWorkOrder
Commits
91fdf5aa
Commit
91fdf5aa
authored
Aug 19, 2025
by
xieshaohua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置和setting文件变更
parent
78690714
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
52 additions
and
2 deletions
+52
-2
application.yml
runtime/src/main/resources/application.yml
+1
-1
bootstrap.yml
runtime/src/main/resources/bootstrap.yml
+1
-1
settings-remote.xml
settings-remote.xml
+25
-0
settings.xml
settings.xml
+25
-0
No files found.
runtime/src/main/resources/application.yml
View file @
91fdf5aa
...
...
@@ -3,7 +3,7 @@ server:
spring
:
application
:
name
:
gWorkOrder
name
:
g
overn
WorkOrder
cloud
:
openfeign
:
httpclient
:
...
...
runtime/src/main/resources/bootstrap.yml
View file @
91fdf5aa
spring
:
application
:
name
:
gWorkOrder
name
:
g
overn
WorkOrder
profiles
:
active
:
mcd
cloud
:
...
...
settings-remote.xml
0 → 100644
View file @
91fdf5aa
<settings>
<mirrors>
<mirror>
<id>
nexus
</id>
<mirrorOf>
nexus
</mirrorOf>
<url>
http://139.198.127.28:18081/repository/maven-public/
</url>
</mirror>
</mirrors>
<servers>
<server>
<id>
nexus-snapshots
</id>
<username>
admin
</username>
<password>
dataSharing
</password>
</server>
<server>
<id>
nexus-releases
</id>
<username>
admin
</username>
<password>
dataSharing
</password>
</server>
</servers>
</settings>
\ No newline at end of file
settings.xml
0 → 100644
View file @
91fdf5aa
<settings>
<mirrors>
<mirror>
<id>
nexus
</id>
<mirrorOf>
*
</mirrorOf>
<url>
http://mgr-00:8081/repository/maven-public/
</url>
</mirror>
</mirrors>
<servers>
<server>
<id>
nexus-snapshots
</id>
<username>
admin
</username>
<password>
dataSharing
</password>
</server>
<server>
<id>
nexus-releases
</id>
<username>
admin
</username>
<password>
dataSharing
</password>
</server>
</servers>
</settings>
\ No newline at end of file
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