随笔分类 - 微服务
SpringBoot+SpringCloud
摘要:不错的文章1:https://blog.csdn.net/qq_29519041/article/details/85238270 不错的文章2:https://blog.csdn.net/qq_41701956/article/details/83829539
阅读全文
摘要:springboot中的常用注解有:@SpringBootApplication、@Repository、@Service、@RestController、@ResponseBody、@Component、@ComponentScan等等。 @SpringBootApplication 这个注解是S
阅读全文