Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
order-group
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
jenkins
order-group
Commits
51246a26
Commit
51246a26
authored
Mar 30, 2020
by
姜海波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配送费
parent
5451e4b1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
11 deletions
+7
-11
order-application-service/pom.xml
+5
-10
order-application-service/src/main/resources/application-pre-release.properties
+2
-1
No files found.
order-application-service/pom.xml
View file @
51246a26
...
...
@@ -338,25 +338,20 @@
</dependency>
<!-- promtheus -->
<dependency>
<groupId>
io.prometheus
</groupId>
<artifactId>
simpleclient_spring_boot
</artifactId>
<version>
0.8.0
</version>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-actuator
</artifactId>
</dependency>
<dependency>
<groupId>
io.micrometer
</groupId>
<artifactId>
micrometer-registry-prometheus
</artifactId>
<version>
0.12.0.RELEASE
</version>
<artifactId>
micrometer-spring-legacy
</artifactId>
</dependency>
<dependency>
<groupId>
io.micrometer
</groupId>
<artifactId>
micrometer-spring-legacy
</artifactId>
<version>
0.8.0.RELEASE
</version>
<artifactId>
micrometer-registry-prometheus
</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
...
...
order-application-service/src/main/resources/application-pre-release.properties
View file @
51246a26
...
...
@@ -8,6 +8,6 @@ apollo.meta=http://open-store-apollo-configservice-pro.open-store.svc:8080
env
=
pro
apollo.bootstrap.enabled
=
true
apollo.cluster
=
pre-release
apollo.bootstrap.namespaces
=
micro_progeram_commons,order_service
apollo.bootstrap.namespaces
=
order_service,micro_progeram_commons
eureka.client.enabled
=
true
\ 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