Spring before the bean is initialized, before the beans are destroyed

Source: Internet
Author: User

 Before Spring initializes the bean, there are three ways to do it after the bean is destroyed:

1. The operation that was performed prior to initialization through @postconstruct, @PreDestroy implementation before destroying the bean

2. By defining the Init-method and Destory-method methods in XML

3. Implement Initializingbean and Disposablebean through beans

@PostConstruct description

The method that is modified by @postconstruct will run when the server loads the servlet and will only be called once by the server, similar to the Serclet Inti () method. methods that are modified by @postconstruct will run before the Init () method after the constructor.

@PreConstruct description

The @preconstruct-modified method runs when the server unloads the servlet and is only called once by the server, similar to the Destroy () method of the servlet. methods that are modified by @preconstruct are run after the Destroy () method, before the servlet is completely uninstalled.

Spring before the bean is initialized, before the beans are destroyed

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.