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
d217b4bb
Commit
d217b4bb
authored
Jul 10, 2019
by
QIANGLU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up version to 1.0.3
parent
020de093
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
7 deletions
+5
-7
pom.xml
pom.xml
+1
-1
pom.xml
secoo-log-starter/pom.xml
+1
-1
SpringBootStartTest.java
secoo-log-starter/src/test/java/SpringBootStartTest.java
+2
-4
pom.xml
secoo-log/pom.xml
+1
-1
No files found.
pom.xml
View file @
d217b4bb
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<groupId>
com.secoo.mall
</groupId>
<groupId>
com.secoo.mall
</groupId>
<artifactId>
secoo-log-parent
</artifactId>
<artifactId>
secoo-log-parent
</artifactId>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
3
.RELEASE
</version>
<modules>
<modules>
<module>
secoo-log-starter
</module>
<module>
secoo-log-starter
</module>
...
...
secoo-log-starter/pom.xml
View file @
d217b4bb
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
secoo-log-parent
</artifactId>
<artifactId>
secoo-log-parent
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
3
.RELEASE
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
secoo-log-starter/src/test/java/SpringBootStartTest.java
View file @
d217b4bb
import
org.slf4j.Logger
;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
import
org.slf4j.LoggerFactory
;
import
org.springframework.boot.SpringApplication
;
import
org.springframework.boot.autoconfigure.SpringBootApplication
;
/**
/**
* spring boot start log test
* spring boot start log test
...
@@ -9,14 +7,14 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
...
@@ -9,14 +7,14 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
* @author zhanghao
* @author zhanghao
* @date 2019-06-2714:29
* @date 2019-06-2714:29
*/
*/
@SpringBootApplication
//
@SpringBootApplication
public
class
SpringBootStartTest
{
public
class
SpringBootStartTest
{
private
static
Logger
logger
=
LoggerFactory
.
getLogger
(
SpringBootStartTest
.
class
);
private
static
Logger
logger
=
LoggerFactory
.
getLogger
(
SpringBootStartTest
.
class
);
public
static
void
main
(
String
[]
args
)
{
public
static
void
main
(
String
[]
args
)
{
SpringApplication
.
run
(
SpringBootStartTest
.
class
,
args
);
//
SpringApplication.run(SpringBootStartTest.class, args);
logger
.
info
(
"Started Application SpringBootApplicationTest, args={}"
,
args
);
logger
.
info
(
"Started Application SpringBootApplicationTest, args={}"
,
args
);
}
}
...
...
secoo-log/pom.xml
View file @
d217b4bb
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
secoo-log-parent
</artifactId>
<artifactId>
secoo-log-parent
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.0.
2
.RELEASE
</version>
<version>
1.0.
3
.RELEASE
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<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