简体   繁体   中英

Spring annotation and lifecycle.

I have 2 questions specific to Spring.

  1. Does @Component, @Service have to be on the implementation or interface ? And which one is the preferred method ?

  2. If there is an external configuration class I have for eg ApplicationConfiguration. How do I hook this class into the Spring lifecycle ? What is the point I should look for ?

  1. It should be on the implementation.
  2. You should have text .properties file for your configuration.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM