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

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.
主站蜘蛛池模板: 商水县| 乌拉特前旗| 安多县| 奉节县| 嵩明县| 隆子县| 宕昌县| 新竹市| 大英县| 桃源县| 益阳市| 赞皇县| 芷江| 年辖:市辖区| 石城县| 大宁县| 库尔勒市| 邻水| 海门市| 洛扎县| 镇江市| 连州市| 襄樊市| 若尔盖县| 卢湾区| 丹江口市| 东辽县| 沙坪坝区| 安图县| 西乌| 安阳县| 宣威市| 仲巴县| 林芝县| 华宁县| 阿合奇县| 塔城市| 乌兰县| 晋中市| 繁峙县| 原阳县|