File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
SpringBootDemo/src/main/java/com/xiaour/spring/boot Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 12
12
import org .springframework .boot .web .support .SpringBootServletInitializer ;
13
13
14
14
/**
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
16
24
*/
25
+
17
26
@ SpringBootApplication (exclude = MybatisAutoConfiguration .class )
18
27
@ ServletComponentScan
19
28
@ EnableAutoConfiguration
Original file line number Diff line number Diff line change 11
11
12
12
public class JsonUtil {
13
13
14
-
15
-
16
14
public static String getJsonString (Object javaObj ) throws JsonProcessingException {
17
15
String ret = "{}" ;
18
16
You can’t perform that action at this time.
0 commit comments