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-initializer
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
Metrics
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
framework
schbrain-initializer
Commits
35aad2cf
Commit
35aad2cf
authored
Mar 23, 2023
by
liaozan
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch schbrain-parent to 3.0.1-SNAPSHOT
parent
06008f90
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
12 deletions
+8
-12
initializer-service/pom.xml
initializer-service/pom.xml
+0
-8
initializer-web/pom.xml
initializer-web/pom.xml
+6
-2
initializer-web/src/main/resources/application.yaml
initializer-web/src/main/resources/application.yaml
+1
-1
pom.xml
pom.xml
+1
-1
No files found.
initializer-service/pom.xml
View file @
35aad2cf
...
@@ -38,14 +38,6 @@
...
@@ -38,14 +38,6 @@
<groupId>
com.schbrain.framework
</groupId>
<groupId>
com.schbrain.framework
</groupId>
<artifactId>
dubbo-spring-boot-starter
</artifactId>
<artifactId>
dubbo-spring-boot-starter
</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-starter-openfeign
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-starter-netflix-eureka-client
</artifactId>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
\ No newline at end of file
initializer-web/pom.xml
View file @
35aad2cf
...
@@ -34,6 +34,10 @@
...
@@ -34,6 +34,10 @@
<groupId>
org.openjdk.jol
</groupId>
<groupId>
org.openjdk.jol
</groupId>
<artifactId>
jol-core
</artifactId>
<artifactId>
jol-core
</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>
org.redisson
</groupId>
<artifactId>
redisson-spring-boot-starter
</artifactId>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
...
@@ -47,8 +51,8 @@
...
@@ -47,8 +51,8 @@
<artifactId>
integration-maven-plugin
</artifactId>
<artifactId>
integration-maven-plugin
</artifactId>
</plugin>
</plugin>
<plugin>
<plugin>
<groupId>
pl.project13.maven
</groupId>
<groupId>
io.github.git-commit-id
</groupId>
<artifactId>
git-commit-id-plugin
</artifactId>
<artifactId>
git-commit-id-
maven-
plugin
</artifactId>
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
...
...
initializer-web/src/main/resources/application.yaml
View file @
35aad2cf
...
@@ -3,4 +3,4 @@ spring:
...
@@ -3,4 +3,4 @@ spring:
name
:
schbrain-initializer
name
:
schbrain-initializer
apollo
:
apollo
:
bootstrap
:
bootstrap
:
namespaces
:
application,redis-common,jdbc-common,eureka-common
namespaces
:
application,redis-common,jdbc-common
\ No newline at end of file
\ No newline at end of file
pom.xml
View file @
35aad2cf
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<parent>
<parent>
<groupId>
com.schbrain.framework
</groupId>
<groupId>
com.schbrain.framework
</groupId>
<artifactId>
schbrain-parent
</artifactId>
<artifactId>
schbrain-parent
</artifactId>
<version>
1.0.7
-SNAPSHOT
</version>
<version>
3.0.1
-SNAPSHOT
</version>
</parent>
</parent>
<groupId>
com.schbrain
</groupId>
<groupId>
com.schbrain
</groupId>
...
...
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