Skip to content

Commit 032a965

Browse files
committed
部分优化
1 parent 95c8366 commit 032a965

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

SpringBootDemo/src/main/java/com/xiaour/spring/boot/Application.java

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,17 @@
1212
import org.springframework.boot.web.support.SpringBootServletInitializer;
1313

1414
/**
15-
* Created by Administrator on 2017/4/19.
15+
*
16+
* Java Lib For OIS, Powered By BeiJing FanTongTianXia.
17+
* Copyright (c) 2014-2017 FanTongTianXia Co.,Ltd
18+
* http://www.chifaner.com/
19+
*
20+
* @ClassName Application
21+
* @author Zhang.Tao
22+
* @Date 2017年4月27日 下午5:30:34
23+
* @version V2.0.0
1624
*/
25+
1726
@SpringBootApplication(exclude = MybatisAutoConfiguration.class)
1827
@ServletComponentScan
1928
@EnableAutoConfiguration

SpringBootDemo/src/main/java/com/xiaour/spring/boot/utils/JsonUtil.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
public class JsonUtil {
1313

14-
15-
1614
public static String getJsonString(Object javaObj) throws JsonProcessingException {
1715
String ret = "{}";
1816

0 commit comments

Comments
 (0)