Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-service-hmhj
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
wangweidong
patzn-cloud-service-hmhj
Commits
6274c6e7
Commit
6274c6e7
authored
Aug 16, 2022
by
lijingjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新配置文件;
parent
6fed301c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
build.gradle
build.gradle
+2
-2
application-dev.yml
src/main/resources/application-dev.yml
+2
-1
application-local.yml
src/main/resources/application-local.yml
+2
-1
No files found.
build.gradle
View file @
6274c6e7
...
@@ -11,8 +11,8 @@ ext {
...
@@ -11,8 +11,8 @@ ext {
maven
{
url
'https://repo.spring.io/milestone'
}
maven
{
url
'https://repo.spring.io/milestone'
}
maven
{
url
'http://repo.spring.io/snapshot'
}
maven
{
url
'http://repo.spring.io/snapshot'
}
maven
{
url
'https://oss.sonatype.org/content/repositories/snapshots/'
}
maven
{
url
'https://oss.sonatype.org/content/repositories/snapshots/'
}
maven
{
url
'http://11
9.3.176.130
:8081/repository/patzn-releases/'
}
maven
{
url
'http://11
2.6.246.185
:8081/repository/patzn-releases/'
}
maven
{
url
'http://11
9.3.176.130
:8081/repository/patzn-snapshots/'
}
maven
{
url
'http://11
2.6.246.185
:8081/repository/patzn-snapshots/'
}
jcenter
()
jcenter
()
}
}
}
}
...
...
src/main/resources/application-dev.yml
View file @
6274c6e7
...
@@ -19,7 +19,8 @@ spring:
...
@@ -19,7 +19,8 @@ spring:
enabled
:
false
enabled
:
false
# 注册中心配置
# 注册中心配置
cloud
:
cloud
:
consul
:
192.168.1.140
consul
:
host
:
192.168.1.140
rabbitmq
:
rabbitmq
:
host
:
192.168.1.140
host
:
192.168.1.140
port
:
5672
port
:
5672
...
...
src/main/resources/application-local.yml
View file @
6274c6e7
...
@@ -19,7 +19,8 @@ spring:
...
@@ -19,7 +19,8 @@ spring:
enabled
:
false
enabled
:
false
# 注册中心配置
# 注册中心配置
cloud
:
cloud
:
consul
:
localhost
consul
:
host
:
localhost
rabbitmq
:
rabbitmq
:
host
:
192.168.1.140
host
:
192.168.1.140
port
:
5672
port
:
5672
...
...
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