官术网_书友最值得收藏!

Managing static resources

If you look back at the com.nilangpatel.worldgdp.AppConfiguration class, you will see that we have overridden the addResourceHandlers method of WebMvcConfigurer interface. In the method implementation shown in the following code, we have mapped the static resources prefix URL /static/** to the static resources location /static/ in the webapp directory:

@Override
public void addResourceHandlers(ResourceHandlerRegistry registry) {
registry.addResourceHandler("/static/**")
.addResourceLocations("/static/");
}
We have added a few static resources (both CSS and JavaScript) in the /src/main/webapp/static folder of the project. Please download the code of this chapter and refer to them side by side.
主站蜘蛛池模板: 辉县市| 石河子市| 浦县| 电白县| 崇信县| 临沧市| 师宗县| 长沙县| 莱阳市| 教育| 罗平县| 曲沃县| 尉犁县| 漳平市| 历史| 湖州市| 罗甸县| 青海省| 南澳县| 囊谦县| 泰和县| 渭源县| 常德市| 名山县| 灵石县| 蛟河市| 南乐县| 涟源市| 库尔勒市| 如东县| 浦城县| 台州市| 唐河县| 天峨县| 齐河县| 高邮市| 阿拉善左旗| 公主岭市| 临清市| 乌兰县| 罗山县|