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

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.
主站蜘蛛池模板: 徐水县| 长治市| 沾益县| 阿鲁科尔沁旗| 康保县| 江都市| 精河县| 博兴县| 句容市| 施秉县| 乌兰察布市| 马山县| 和龙市| 石棉县| 平遥县| 蚌埠市| 永嘉县| 浮梁县| 昌乐县| 广东省| 揭西县| 黎平县| 临猗县| 白银市| 亚东县| 邯郸市| 永城市| 泸溪县| 纳雍县| 阜康市| 孙吴县| 泽普县| 广德县| 黔东| 汉寿县| 平谷区| 荥阳市| 阿克陶县| 璧山县| 尼勒克县| 福清市|