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
order-group-application
order-group
Commits
8138c97e
Commit
8138c97e
authored
Jul 05, 2021
by
ping.wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报错修改
parent
22f181e7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
2 deletions
+9
-2
call-back-service/pom.xml
+5
-0
call-back-service/src/main/resources/logback.xml
+0
-1
order-application-service/pom.xml
+4
-0
order-application-service/src/main/resources/logback.xml
+0
-1
No files found.
call-back-service/pom.xml
View file @
8138c97e
...
...
@@ -87,6 +87,11 @@
<artifactId>
apollo-client
</artifactId>
<version>
1.4.0
</version>
</dependency>
<!-- skywalking -->
<dependency>
<groupId>
org.apache.skywalking
</groupId>
<artifactId>
apm-toolkit-logback-1.x
</artifactId>
</dependency>
<!-- promtheus -->
<dependency>
<groupId>
org.springframework.boot
</groupId>
...
...
call-back-service/src/main/resources/logback.xml
View file @
8138c97e
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
...
...
order-application-service/pom.xml
View file @
8138c97e
...
...
@@ -61,6 +61,10 @@
<version>
4.1.5.RELEASE
</version>
</dependency>
<dependency>
<groupId>
com.freemud.application.service.sdk
</groupId>
<artifactId>
sdk-common-base
</artifactId>
</dependency>
<dependency>
<artifactId>
stockcenter-sdk
</artifactId>
<groupId>
com.freemud.application.service.sdk
</groupId>
<version>
1.2.1.RELEASE
</version>
...
...
order-application-service/src/main/resources/logback.xml
View file @
8138c97e
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
...
...
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