[ERROR] org.springframework.web.context.ContextLoader Context initialization failed
解决方法: 去掉红色部分。_________________________________________________________________________________________________destroy-method="close"的作用destroy-method="close"的作用是当数据库连接不使用的时候,就把该连接重新放到数据池中,方便下次使用调用.