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
08e04479
Commit
08e04479
authored
Mar 10, 2022
by
liaozan
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Start building logger-starter 1.0.2-SNAPSHOT
Signed-off-by:
liaozan
<
378024053@qq.com
>
parent
70baacf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
18 deletions
+11
-18
pom.xml
pom.xml
+11
-18
No files found.
pom.xml
View file @
08e04479
...
...
@@ -32,6 +32,8 @@
</developers>
<properties>
<java.version>
11
</java.version>
<springboot.version>
2.6.4
</springboot.version>
<spring.cloud-version>
2021.0.1
</spring.cloud-version>
...
...
@@ -40,7 +42,7 @@
<schbrain-dubbo.version>
1.0.1
</schbrain-dubbo.version>
<schbrain-mybatis.version>
1.0.2
</schbrain-mybatis.version>
<schbrain-apollo.version>
1.0.1
</schbrain-apollo.version>
<schbrain-logger.version>
1.0.
1
</schbrain-logger.version>
<schbrain-logger.version>
1.0.
2-SNAPSHOT
</schbrain-logger.version>
<schbrain-oss.version>
1.0.1
</schbrain-oss.version>
<schbrain-xxl.version>
1.0.1
</schbrain-xxl.version>
...
...
@@ -466,30 +468,21 @@
<activeByDefault>
true
</activeByDefault>
</activation>
</profile>
<!-- 生产环境 -->
<profile>
<id>
prod
</id>
<properties>
<spring.profile>
prod
</spring.profile>
<docker.registry>
registry-vpc.cn-hangzhou.aliyuncs.com/schbrain
</docker.registry>
</properties>
</profile>
<!-- Java8 -->
<!-- 测试环境 -->
<profile>
<id>
jdk8
</id>
<id>
test
</id>
<properties>
<java.version>
1.8
</java.version>
<spring.profile>
test
</spring.profile>
<docker.registry>
registry-vpc.cn-hangzhou.aliyuncs.com/schbrain-dev
</docker.registry>
</properties>
</profile>
<!--
Java11
-->
<!--
生产环境
-->
<profile>
<id>
jdk11
</id>
<id>
prod
</id>
<properties>
<java.version>
11
</java.version>
<spring.profile>
prod
</spring.profile>
<docker.registry>
registry-vpc.cn-hangzhou.aliyuncs.com/schbrain
</docker.registry>
</properties>
<activation>
<activeByDefault>
true
</activeByDefault>
</activation>
</profile>
</profiles>
...
...
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