@Controller和@RestController
@Controller:
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Component
public @interface Controller {
/**
* The value may indicate a suggestion for a logical c...
原创
2020-03-10 21:57:48 ·
264 阅读 ·
0 评论