04 2018 档案

摘要:public class TPlatformInfoTest extends TestBase{ private static MyHttpClient TPlatformInfoDispose; @BeforeClass public static void setUpBeforeClass(){ 阅读全文
posted @ 2018-04-25 17:38 纯洁的赤子之心 阅读(3006) 评论(0) 推荐(0)
摘要:在使用 Springboot 框架进行开发的时候,通常我们会在 main 函数上添加 @SpringBootApplication 注解,今天为大家解析一下 @SpringBootApplication; @SpringBootApplication @SpringBootApplication源码 阅读全文
posted @ 2018-04-17 11:23 纯洁的赤子之心 阅读(339) 评论(0) 推荐(0)
摘要:1、 @SpringBootApplication是Spring Boot项目的核心注解,主要目的是开启自动配置。 2、 @ResponseBody返回的是数据而不是页面,将返回数据放在response中,@RestController是@Controller和@ResponseBody的组合注解  阅读全文
posted @ 2018-04-17 10:52 纯洁的赤子之心 阅读(123) 评论(0) 推荐(0)