Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to configure springmvc

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article is about how to configure springmvc. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

Configuration process of springmvc

1. Import jar package

2. Configure the servlet file

The function of init-param is to specify its local address and name to search its springmvc configuration file when starting servlet.

3. Configure springmvc configuration file

Configure handlermapping, and BeanNameUrlHandlerMapping without configuration

Three ways of handlermapping

1. By default, BeanNameUrlHandlerMapping is used to find the corresponding controller (class) according to the attribute name value of benan.

2. ControllerClassNameHandlerMapping, correspond according to the controller name. Pay attention to the naming rules. The last class name written on the address bar should be all lowercase. If it is controller at last, it can be omitted, or the first letter is case-insensitive.

3. SimpleurlHandlermappering, locate the id of the id according to the prop of the props of property, as follows

Configure the view parser

4. Controller configuration

1. Inherit AbstractController

2. Rewrite handleRequestInternal

3. Perform modelandview jump and data encapsulation in the method

Thank you for reading! This is the end of the article on "how to configure springmvc". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report