File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
APIJSON-Java-Server/APIJSONDemo-SpringBoot3/src/main/java/apijson/demo Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 14
14
15
15
package apijson .demo ;
16
16
17
+ import apijson .Log ;
17
18
import org .springframework .boot .SpringApplication ;
18
19
import org .springframework .boot .autoconfigure .SpringBootApplication ;
19
20
import org .springframework .boot .context .properties .EnableConfigurationProperties ;
@@ -41,7 +42,11 @@ public class DemoApplication implements WebServerFactoryCustomizer<ConfigurableS
41
42
public static void main (String [] args ) throws Exception {
42
43
SpringApplication .run (DemoApplication .class , args );
43
44
44
- // Log.DEBUG = true;
45
+ Log .DEBUG = true ; // TODO 上线前改为 false
46
+ System .out .println ("官方网站: http://apijson.cn" );
47
+ System .out .println ("设计规范: https://github.com/Tencent/APIJSON/blob/master/Document.md#3" );
48
+ System .out .println ("测试链接: http://apijson.cn/api?type=JSON&url=http://localhost:8080/get" );
49
+ System .out .println ("\n \n <<<<<<<<<<<<<<<<<<<<<<<<< APIJSON 启动完成,试试调用零代码万能通用 API 吧 ^_^ >>>>>>>>>>>>>>>>>>>>>>>>\n " );
45
50
}
46
51
47
52
// SpringBoot 2.x 自定义端口方式
You can’t perform that action at this time.
0 commit comments