Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
secoo-log
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mall
arch
secoo-log
Commits
df31b6fa
Commit
df31b6fa
authored
Jul 18, 2019
by
QIANGLU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update 1.0.3-snapshot
parent
95d599ca
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
README.md
README.md
+6
-0
pom.xml
pom.xml
+1
-1
pom.xml
secoo-log-starter/pom.xml
+1
-1
pom.xml
secoo-log/pom.xml
+1
-1
No files found.
README.md
View file @
df31b6fa
...
...
@@ -75,3 +75,8 @@
```
排除`
slf4j-log4j12
`(建议idea安装`
Maven Helper
`
插件)
原因官网
[
SLF4J warning or error messages and their meanings
](
https://www.slf4j.org/codes.html#log4jDelegationLoop
)
,中文
[
log4j-over-slf4j与slf4j-log4j12共存stack overflow异常分析
](
https://www.cnblogs.com/pekkle/p/6813458.html
)
Version Update
1.
0.3
update sky apm version
\ No newline at end of file
pom.xml
View file @
df31b6fa
...
...
@@ -7,7 +7,7 @@
<groupId>
com.secoo.mall
</groupId>
<artifactId>
secoo-log-parent
</artifactId>
<packaging>
pom
</packaging>
<version>
1.0.
2
-SNAPSHOT
</version>
<version>
1.0.
3
-SNAPSHOT
</version>
<modules>
<module>
secoo-log-starter
</module>
<module>
secoo-log
</module>
...
...
secoo-log-starter/pom.xml
View file @
df31b6fa
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
secoo-log-parent
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.0.
2
-SNAPSHOT
</version>
<version>
1.0.
3
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
secoo-log/pom.xml
View file @
df31b6fa
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
secoo-log-parent
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.0.
2
-SNAPSHOT
</version>
<version>
1.0.
3
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
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