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 1414
1515package apijson .demo ;
1616
17+ import apijson .Log ;
1718import org .springframework .boot .SpringApplication ;
1819import org .springframework .boot .autoconfigure .SpringBootApplication ;
1920import org .springframework .boot .context .properties .EnableConfigurationProperties ;
@@ -41,7 +42,11 @@ public class DemoApplication implements WebServerFactoryCustomizer<ConfigurableS
4142 public static void main (String [] args ) throws Exception {
4243 SpringApplication .run (DemoApplication .class , args );
4344
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 " );
4550 }
4651
4752 // SpringBoot 2.x 自定义端口方式
You can’t perform that action at this time.
0 commit comments