Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐少华
midjourney-proxy
Commits
843a0922
Commit
843a0922
authored
Jul 14, 2021
by
李传峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
监控日志配置改为本地Logback文件配置
parent
4151e076
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
deploy-all-env.bat
deploy-all-env.bat
+12
-0
pom.xml
pcloud-common-core/pom.xml
+0
-5
No files found.
deploy-all-env.bat
0 → 100644
View file @
843a0922
call mvn -Ptest clean source:jar deploy -Denforcer.skip=true -Dmaven.test.skip=true -U
call mvn -Puat clean source:jar deploy -Denforcer.skip=true -Dmaven.test.skip=true -U -Dreversion=3.1.0-RELEASE
call mvn -Pperf clean source:jar deploy -Denforcer.skip=true -Dmaven.test.skip=true -U -Dreversion=3.1.1-SNAPSHOT
call mvn -Pprod clean source:jar deploy -Denforcer.skip=true -Dmaven.test.skip=true -U -Dreversion=3.1.1-RELEASE
call mvn -Ptsrpd clean source:jar deploy -Denforcer.skip=true -Dmaven.test.skip=true -U -Dreversion=3.1.2-RELEASE
@pause
\ No newline at end of file
pcloud-common-core/pom.xml
View file @
843a0922
...
...
@@ -13,7 +13,6 @@
<version>
${reversion}
</version>
<name>
pcloud-common-core
</name>
<url>
http://maven.apache.org
</url>
<properties>
...
...
@@ -34,10 +33,6 @@
<groupId>
com.pcloud.universe
</groupId>
<artifactId>
universe-dbmonitor-starter
</artifactId>
</dependency>
<dependency>
<groupId>
com.pcloud.universe
</groupId>
<artifactId>
universe-monitorlog-logback-starter
</artifactId>
</dependency>
<dependency>
<groupId>
com.alibaba
</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