Commit d217b4bb by QIANGLU

up version to 1.0.3

parent 020de093
......@@ -13,7 +13,7 @@
<groupId>com.secoo.mall</groupId>
<artifactId>secoo-log-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.2.RELEASE</version>
<version>1.0.3.RELEASE</version>
<modules>
<module>secoo-log-starter</module>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>secoo-log-parent</artifactId>
<groupId>com.secoo.mall</groupId>
<version>1.0.2.RELEASE</version>
<version>1.0.3.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* spring boot start log test
......@@ -9,14 +7,14 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
* @author zhanghao
* @date 2019-06-2714:29
*/
@SpringBootApplication
//@SpringBootApplication
public class SpringBootStartTest {
private static Logger logger = LoggerFactory.getLogger(SpringBootStartTest.class);
public static void main(String[] args) {
SpringApplication.run(SpringBootStartTest.class, args);
// SpringApplication.run(SpringBootStartTest.class, args);
logger.info("Started Application SpringBootApplicationTest, args={}", args);
}
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>secoo-log-parent</artifactId>
<groupId>com.secoo.mall</groupId>
<version>1.0.2.RELEASE</version>
<version>1.0.3.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment