SSM整合配置文件
pom.xml < dependencies > < ! -- https : / / mvnrepository . com / artifact / junit / junit -- > < dependency > < groupId > junit < / groupId > < artifactId > junit < / artifactId > < version > 4.12 < / version > < scope > test < / scope > < / dependency > < ! -- https : / / mvnrepository . com / artifact / org . springframework / spring - context -- > < dependency > < groupId > org . springframework < / groupId > < artifactId > spring - context < / artifactId > < version > 5.2 .2 . RELEASE < / version > < / dependency > < ! -- https : / / mvnrepository . com / artifact / org . springframework