ssm integration configuration, understanding of the role of each layer of ssm, interpretation of configuration files of each layer of ssm, web program startup and web.xml understanding
Tomcat server load order Tomcat startup When tomcat starts, it will load the web.xml file. When loading the web.xml file...
IoC and DI of Spring
Spring Spring is a lightweight open source framework for layered Java SE/EE application full stack, with IOC (flip contr...
Mybatis advanced experience
1. Dao layer implementation of mybatis 1.1 traditional development methods 1.1.1 write UserDao interface public interfac...