spring boot控制器的使用

一: 1.注解      2.control注解    @Controller public class HelloController { @Value("${cupSize}") private String cupSize; @Value("${age}") private Integer age; @Value("${content}")
相关文章
相关标签/搜索