springboot注解

@configuationProperties 可以读取yml中配置的属性 支持松散绑定 lastName last_name
@email @validated




在webmvcAutoConfiguartion 里面的WebMvcAutoConfiguartionAdapter 里面的addResourceHandler方法

里面存放静态资源


@configuationProperties 可以读取yml中配置的属性 支持松散绑定 lastName last_name
@email @validated




在webmvcAutoConfiguartion 里面的WebMvcAutoConfiguartionAdapter 里面的addResourceHandler方法

里面存放静态资源
