1、tomcat启动后 某些表找不到错误:
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during sca
nning can i:46ove startup time and JSP compilation time.
Exception in thread "SimpleAsyncTaskExecutor-1" org.springframework.jdbc.BadSqlGrammarException:
### Error querying database.
Cause: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'mantouweixin.PUB_GLOBALCONFIG' doesn't exist
### The error may involve
com.eazer.pub.dao.IPubGlobalconfigMapper.selectModelList-Inline
### The error occurred while setting parameters
### Cause: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException:
Table 'mantouweixin.PUB_GLOBALCONFIG' doesn't exist
; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'mantouweixin.PUB_GLOBALCONFIG' doesn't exist
at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:233)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:71)
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:346)
at com.sun.proxy.$Proxy15.selectList(Unknown Source)
at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:196)
at com