1.

How Do You Provide Configuration Metadata To The Spring Container?

Answer»

There are following THREE important methods to provide CONFIGURATION metadata to the Spring Container:

  1. XML based configuration file.
  2. Annotation-based configuration
  3. Java-based configuration

There are following three important methods to provide configuration metadata to the Spring Container:



Discussion

No Comment Found