IDEA 创建applicationContext.xml

右键 new -》XML Configuration File-》spring config 

若没有这个选项,就是spring相关的包没有导入,pom没有依赖

spring相关包  https://mvnrepository.com/ 查找

 


    org.springframework
    spring-context
    5.1.9.RELEASE



    org.springframework
    spring-core
    5.1.9.RELEASE



    org.springframework
    spring-beans
    5.1.9.RELEASE



    org.springframework
    spring-expression
    5.1.9.RELEASE



    commons-logging
    commons-logging
    1.2

你可能感兴趣的:(idea的坑)