Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
commons
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DevOps
commons
Commits
0c778e8f
Commit
0c778e8f
authored
Mar 24, 2022
by
孙 楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加 sentry
parent
3e048a0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
pom.xml
qg-application-dependencies/pom.xml
+6
-3
pom.xml
qg-web-starter/pom.xml
+4
-3
No files found.
qg-application-dependencies/pom.xml
View file @
0c778e8f
...
...
@@ -41,6 +41,7 @@
<logback.version>
1.2.3
</logback.version>
<lombok.version>
1.18.22
</lombok.version>
<sentry.version>
5.7.0
</sentry.version>
</properties>
<dependencyManagement>
...
...
@@ -208,15 +209,17 @@
<artifactId>
netty-all
</artifactId>
<version>
${netty.version}
</version>
</dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<version>
${lombok.version}
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
io.sentry
</groupId>
<artifactId>
sentry-spring-boot-starter
</artifactId>
<version>
${sentry.version}
</version>
</dependency>
</dependencies>
</dependencyManagement>
<distributionManagement>
...
...
qg-web-starter/pom.xml
View file @
0c778e8f
...
...
@@ -51,14 +51,15 @@
<groupId>
com.baomidou
</groupId>
<artifactId>
mybatis-plus-boot-starter
</artifactId>
</dependency>
<dependency>
<groupId>
io.sentry
</groupId>
<artifactId>
sentry-spring-boot-starter
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
</dependency>
<!-- sentry jedis 改为 lettuce-->
</dependencies>
</project>
\ 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