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
b3d3e09b
Commit
b3d3e09b
authored
Jan 04, 2022
by
liaozan
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
00c08a45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
15 deletions
+5
-15
pom.xml
pom.xml
+5
-15
No files found.
pom.xml
View file @
b3d3e09b
...
...
@@ -406,30 +406,20 @@
</build>
<profiles>
<!-- 开发环境 -->
<profile>
<id>
dev
</id>
<properties>
<profiletag>
dev
</profiletag>
<spring.profile>
dev
</spring.profile>
</properties>
<activation>
<activeByDefault>
true
</activeByDefault>
</activation>
</profile>
<!-- 本地local环境 -->
<profile>
<id>
local
</id>
<properties>
<profiletag>
local
</profiletag>
<spring.profile>
local
</spring.profile>
</properties>
</profile>
<!-- 测试环境 -->
<profile>
<id>
test
</id>
<properties>
<profiletag>
test
</profiletag>
<spring.profile>
test
</spring.profile>
</properties>
</profile>
...
...
@@ -437,7 +427,6 @@
<profile>
<id>
pre
</id>
<properties>
<profiletag>
pre
</profiletag>
<spring.profile>
pre
</spring.profile>
</properties>
</profile>
...
...
@@ -445,11 +434,10 @@
<profile>
<id>
prod
</id>
<properties>
<profiletag>
prod
</profiletag>
<spring.profile>
prod
</spring.profile>
</properties>
</profile>
<!-- Java8 -->
<profile>
<id>
jdk8
</id>
<properties>
...
...
@@ -459,7 +447,7 @@
<activeByDefault>
true
</activeByDefault>
</activation>
</profile>
<!-- Java11 -->
<profile>
<id>
jdk11
</id>
<properties>
...
...
@@ -472,10 +460,12 @@
<repository>
<id>
libs-releases
</id>
<url>
https://maven.schbrain.com/repository/maven-releases/
</url>
<uniqueVersion>
false
</uniqueVersion>
</repository>
<snapshotRepository>
<id>
libs-snapshots
</id>
<url>
https://maven.schbrain.com/repository/maven-snapshots/
</url>
<uniqueVersion>
false
</uniqueVersion>
</snapshotRepository>
</distributionManagement>
...
...
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