Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ba499bfd
authored
Jun 15, 2023
by
丁伟峰
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feat-dingwf-mvp616' into develop
# Conflicts: # project-order/pom.xml
2 parents
62517c82
0d9a4638
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
project-order/pom.xml
project-order/src/main/resources/application.yaml
project-order/pom.xml
View file @
ba499bf
...
...
@@ -25,12 +25,6 @@
</dependency>
<dependency>
<groupId>
io.sentry
</groupId>
<artifactId>
sentry
</artifactId>
<version>
6.17.0
</version>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-validation
</artifactId>
</dependency>
...
...
@@ -92,7 +86,14 @@
<groupId>
com.mysql
</groupId>
<artifactId>
mysql-connector-j
</artifactId>
</dependency>
<dependency>
<groupId>
io.sentry
</groupId>
<artifactId>
sentry-spring-boot-starter
</artifactId>
<version>
6.22.0
</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
...
...
project-order/src/main/resources/application.yaml
View file @
ba499bf
...
...
@@ -58,3 +58,5 @@ sentry:
# of transactions for performance monitoring.
# We recommend adjusting this value in production.
tracesSampleRate
:
1.0
exception-resolver-order
:
-2147483647
Write
Preview
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