Spring中的常用注解

@Component

@Controller    或    @RestController

@Service

@Resporsitory

@RequestMapping  (@GetMapping  @PostMapping)

@ResponseBody

@AutoWired   @Resource

你可能感兴趣的:(spring,java,前端)