SpringBoot 杂记
摘要:SringBoot 应用注解: @RestController:等价于@Controller+@ResponseBody的结合,使用这个注解的类里面的方法都以json格式输出。 @Value("${xx.xx}"): 将配置文件中的值绑定到指定属性上。 @ConfigurationPropertie
阅读全文
posted @ 2019-08-05 09:19
posted @ 2019-08-05 09:19