Joke Collection Website - Public benefit messages - What does ssm framework mean?

What does ssm framework mean?

This is a comprehensive framework.

SSM framework is an integrated framework of Spring, SpringMVC and MyBatis. In the SSM framework, Spring is a big factory for assembling bean in the whole project. SpringMVC is a part of Spring. In the configuration file, you can specify that the constructor of the entity class is called with specific parameters to instantiate the object. MyBatis is an encapsulation of jdbc.