Intellij IDEA spring mvc项目搭建(十二)------SpringMVC Web增删改查-Hibernate配置应用

IDEA添加Hibernate框架支持

MAVEN引入Hibernate Jar包

<!-- https://mvnrepository.com/artifact/org.hibernate/hibernate-core -->
        
        org.hibernate
        hibernate-core
        ${hibernate.version}
        
         
          commons-dbcp
          commons-dbcp
          1.4
        
        
                    

你可能感兴趣的:(Intellij,hibernate,intellij,idea)