liuxuhelloworld's notebook

Spring has many modules, but you need only a subset of these modules depending on your application’s needs. Each module has its compiled binary code in a JAR file along with corresponding Javadoc and source JARs.

Spring modules are simply JAR files that package the required code for the module. After you understand the purpose of each module, you can select the modules required in your project and include them in your code.