最新回答 / 连宏伟HW
这是存在传递依赖,webmvc依赖core,beans,web,expression,context,,所以也是不用都显式地写出,只要写了webmvc就可以
2016-08-04
我也遇到了大神们说的问题,我是用window + ecliopse 做的, jdbc.properties 里面 username 不能用这个名字,我这里出现如下错误,换个名字就好了。
///////////////////////////////
java.sql.SQLException: Access denied for user 'Administrator'@'localhost' (using password: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:998)
///////////////////////////////
java.sql.SQLException: Access denied for user 'Administrator'@'localhost' (using password: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:998)
2016-07-30
Invocation of init method failed; nested exception is org.apache.ibatis.builder.BuilderException: Error creating document instance. Cause: org.xml.sax.SAXParseException; lineNumber: 5; columnNumber: 18; 文档根元素 "configuration" 必须匹配 DOCTYPE 根 "mapper"。
2016-07-27