Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qg-push
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
head_group
qg-push
Commits
41e4a7cd
Commit
41e4a7cd
authored
Oct 31, 2022
by
王亮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename project name.
parent
80d86d04
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
pom.xml
pom.xml
+1
-1
app.properties
src/main/resources/META-INF/app.properties
+1
-1
logback-dev.xml
src/main/resources/logback-dev.xml
+2
-2
logback-pro.xml
src/main/resources/logback-pro.xml
+2
-2
No files found.
pom.xml
View file @
41e4a7cd
...
...
@@ -11,7 +11,7 @@
<groupId>
com.netty
</groupId>
<artifactId>
server
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<name>
websocket-server
</name>
<name>
qg-push
</name>
<description>
Demo project for Spring Boot
</description>
<properties>
<maven.test.skip>
true
</maven.test.skip>
...
...
src/main/resources/META-INF/app.properties
View file @
41e4a7cd
app.id
=
websocket-server
app.id
=
qg-push
namespace
=
application,tech.common,tech.sleuth,tech.service.urls,tech.supply
\ No newline at end of file
src/main/resources/logback-dev.xml
View file @
41e4a7cd
...
...
@@ -7,9 +7,9 @@
</contextListener>
<appender
name=
"ROLLINGFILE"
class=
"ch.qos.logback.core.rolling.RollingFileAppender"
>
<file>
./
websocket-server
.log
</file>
<file>
./
qg-push
.log
</file>
<rollingPolicy
class=
"ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"
>
<fileNamePattern>
./
websocket-server
.%d{yyyy-MM-dd}-%i.gz
</fileNamePattern>
<fileNamePattern>
./
qg-push
.%d{yyyy-MM-dd}-%i.gz
</fileNamePattern>
<maxHistory>
90
</maxHistory>
<maxFileSize>
512MB
</maxFileSize>
<totalSizeCap>
10GB
</totalSizeCap>
...
...
src/main/resources/logback-pro.xml
View file @
41e4a7cd
...
...
@@ -5,9 +5,9 @@
</contextListener>
<appender
name=
"ROLLINGFILE"
class=
"ch.qos.logback.core.rolling.RollingFileAppender"
>
<file>
/home/quant_group/logs/
websocket-server
.log
</file>
<file>
/home/quant_group/logs/
qg-push
.log
</file>
<rollingPolicy
class=
"ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"
>
<fileNamePattern>
/home/quant_group/logs/
websocket-server
.%d{yyyy-MM-dd}-%i.gz
</fileNamePattern>
<fileNamePattern>
/home/quant_group/logs/
qg-push
.%d{yyyy-MM-dd}-%i.gz
</fileNamePattern>
<maxHistory>
90
</maxHistory>
<maxFileSize>
512MB
</maxFileSize>
<totalSizeCap>
40GB
</totalSizeCap>
...
...
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