随笔分类 - SpringBoot
摘要:Spring Boot中的常用注解有:@SpringBootApplication、@Repository、@Service、@RestController、@ResponseBody、@Component、@ComponentScan等等。 @SpringBootApplication 这个注解是
阅读全文
摘要:springboot的启动方式主要有三种 1. 运行带有main方法类 配置请求参数  2. 通过命令行 java
阅读全文