Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
schbrain-parent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
panwangnan
schbrain-parent
Commits
c816ea81
Commit
c816ea81
authored
Nov 19, 2021
by
liaozan
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parent
2c098620
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
pom.xml
pom.xml
+7
-1
No files found.
pom.xml
View file @
c816ea81
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.
5.7
</version>
<version>
2.
6.0
</version>
</parent>
<groupId>
com.schbrain.framework
</groupId>
...
...
@@ -22,6 +22,7 @@
<schbrain-dubbo.version>
1.0.0-SNAPSHOT
</schbrain-dubbo.version>
<schbrain-mybatis.version>
1.0.0-SNAPSHOT
</schbrain-mybatis.version>
<schbrain-apollo.version>
1.0.0-SNAPSHOT
</schbrain-apollo.version>
<schbrain-logger.version>
1.0.0-SNAPSHOT
</schbrain-logger.version>
<schbrain-common.version>
1.0.0-SNAPSHOT
</schbrain-common.version>
<schbrain-web-common.version>
1.0.0-SNAPSHOT
</schbrain-web-common.version>
...
...
@@ -69,6 +70,11 @@
<artifactId>
apollo-spring-boot-starter
</artifactId>
<version>
${schbrain-apollo.version}
</version>
</dependency>
<dependency>
<groupId>
com.schbrain.framework
</groupId>
<artifactId>
logger-spring-boot-starter
</artifactId>
<version>
${schbrain-logger.version}
</version>
</dependency>
<dependency>
<groupId>
com.schbrain.common
</groupId>
<artifactId>
common
</artifactId>
...
...
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