Parsed configuration file: 'class path resource [Configuration.xml]'

前端之家收集整理的这篇文章主要介绍了Parsed configuration file: 'class path resource [Configuration.xml]'前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
DEBUG - Found bean property 'typeAliasesSuperType' of type [java.lang.Class]
DEBUG - Found bean property 'typeHandlers' of type [[Lorg.apache.ibatis.type.TypeHandler;]
DEBUG - Found bean property 'typeHandlersPackage' of type [java.lang.String]
DEBUG - Returning cached instance of singleton bean 'dataSource'
DEBUG - Converting String to [interface org.springframework.core.io.Resource] using property editor [org.springframework.core.io.ResourceEditor@1690ab]
DEBUG - Converting String to [class [Lorg.springframework.core.io.Resource;] using property editor [org.springframework.core.io.support.ResourceArrayPropertyEditor@173ec72]
DEBUG - Looking for matching resources in directory tree [D:\www\bank\out\production\bank\com\gtafe\mapper]
DEBUG - Searching directory [D:\www\bank\out\production\bank\com\gtafe\mapper] for files matching pattern [D:/www/bank/out/production/bank/com/gtafe/mapper/*.xml]
DEBUG - Resolved location pattern [classpath*:com/gtafe/mapper/*.xml] to resources [file [D:\www\bank\out\production\bank\com\gtafe\mapper\AccrueParams.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\AccrueSource.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\AcctControl.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\AcctOpen.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\BankCar.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\CountryCode.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\CusRelations.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\exchangeRate.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\ExchangeReceipts.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\FeeRate.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\HolidayCode.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\Pifapp.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\Pifbus.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\Pifccy.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\Pifirt.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\Pifitm.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\Pifpdc.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\Pifprd.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\Piftrx.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\PriceCertificate.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\PublicCode.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\StatisticsCode.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\TransactionRecord.xml],file [D:\www\bank\out\production\bank\com\gtafe\mapper\User.xml]]
DEBUG - Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory'
DEBUG - Parsed configuration file: 'class path resource [Configuration.xml]'

发生原因: 数据库日志库已经满,一直在读取不到数据源,也没报错!
解决办法: 原文链接:https://www.f2er.com/xml/298594.html

猜你在找的XML相关文章