加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
MSSM.log 305.85 KB
一键复制 编辑 原始数据 按行查看 历史
清歌一片 提交于 2021-04-27 16:13 . 完成了考卷界面的前端样式
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218
[DEBUG][2021-04-25 19:05:27,159][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:05:27,166][org.springframework.test.context.BootstrapUtils]Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
[DEBUG][2021-04-25 19:05:27,182][org.springframework.test.context.BootstrapUtils]Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
[DEBUG][2021-04-25 19:05:27,194][org.springframework.test.context.BootstrapUtils]Instantiating TestContextBootstrapper for test class [com.exam.tests.QuestionBankTest] from class [org.springframework.test.context.support.DefaultTestContextBootstrapper]
[DEBUG][2021-04-25 19:05:27,271][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@4cb2c100 declaringClass = 'com.exam.tests.QuestionBankTest', classes = '{}', locations = '{classpath*:spring-mybatis.xml}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.test.context.ContextLoader'].
[DEBUG][2021-04-25 19:05:27,302][org.springframework.test.context.support.ActiveProfilesUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:05:27,303][org.springframework.test.context.support.DefaultTestContextBootstrapper]@TestExecutionListeners is not present for class [com.exam.tests.QuestionBankTest]: using defaults.
[INFO][2021-04-25 19:05:27,305][org.springframework.test.context.support.DefaultTestContextBootstrapper]Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
[INFO][2021-04-25 19:05:27,352][org.springframework.test.context.support.DefaultTestContextBootstrapper]Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5b275dab, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@61832929, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@29774679, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3ffc5af1, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5e5792a0, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@26653222]
[DEBUG][2021-04-25 19:05:27,355][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:05:27,356][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:05:27,370][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:05:27,371][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:05:27,372][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:05:27,373][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:05:27,385][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:05:27,385][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:05:27,387][org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener]Before test class: context [DefaultTestContext@31ef45e3 testClass = QuestionBankTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@598067a5 testClass = QuestionBankTest, locations = '{classpath*:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
[DEBUG][2021-04-25 19:05:27,389][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:05:27,389][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:05:27,392][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[DefaultTestContext@31ef45e3 testClass = QuestionBankTest, testInstance = com.exam.tests.QuestionBankTest@2f686d1f, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@598067a5 testClass = QuestionBankTest, locations = '{classpath*:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]].
[DEBUG][2021-04-25 19:05:27,392][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@598067a5 testClass = QuestionBankTest, locations = '{classpath*:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]].
[DEBUG][2021-04-25 19:05:27,393][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@598067a5 testClass = QuestionBankTest, locations = '{classpath*:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]].
[DEBUG][2021-04-25 19:05:27,528][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence
[DEBUG][2021-04-25 19:05:27,528][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence
[DEBUG][2021-04-25 19:05:27,528][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
[DEBUG][2021-04-25 19:05:27,540][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved classpath location [spring-mybatis.xml] to resources [URL [file:/C:/Users/Administrator/Desktop/Exam/target/classes/spring-mybatis.xml]]
[INFO][2021-04-25 19:05:27,541][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from URL [file:/C:/Users/Administrator/Desktop/Exam/target/classes/spring-mybatis.xml]
[DEBUG][2021-04-25 19:05:27,570][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
[DEBUG][2021-04-25 19:05:27,615][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas]
[DEBUG][2021-04-25 19:05:27,648][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-4.3.xsd=org/springframework/transaction/config/spring-tx-4.3.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.3.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.3.xsd, http://www.springframework.org/schema/tx/spring-tx-4.2.xsd=org/springframework/transaction/config/spring-tx-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-4.3.xsd=org/springframework/beans/factory/xml/spring-util-4.3.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.3.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.3.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.3.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.3.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.3.xsd=org/springframework/context/config/spring-context-4.3.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.3.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-4.3.xsd=org/springframework/aop/config/spring-aop-4.3.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.3.xsd=org/springframework/jdbc/config/spring-jdbc-4.3.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.3.xsd=org/springframework/web/servlet/config/spring-mvc-4.3.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.3.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-4.3.xsd=org/springframework/scripting/config/spring-lang-4.3.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-4.3.xsd=org/springframework/beans/factory/xml/spring-tool-4.3.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-4.3.xsd=org/springframework/ejb/config/spring-jee-4.3.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/cache/spring-cache-4.3.xsd=org/springframework/cache/config/spring-cache-4.3.xsd, http://www.springframework.org/schema/aop/spring-aop-4.2.xsd=org/springframework/aop/config/spring-aop-4.2.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.3.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.3.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.3.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-4.3.xsd=org/springframework/beans/factory/xml/spring-beans-4.3.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.alibaba.com/schema/stat.xsd=META-INF/stat.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/task/spring-task-4.3.xsd=org/springframework/scheduling/config/spring-task-4.3.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.3.xsd}
[DEBUG][2021-04-25 19:05:27,653][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-4.3.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.3.xsd
[DEBUG][2021-04-25 19:05:27,706][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-4.3.xsd] in classpath: org/springframework/context/config/spring-context-4.3.xsd
[DEBUG][2021-04-25 19:05:27,716][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.3.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.3.xsd
[DEBUG][2021-04-25 19:05:27,726][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-4.3.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.3.xsd
[DEBUG][2021-04-25 19:05:27,731][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-4.3.xsd] in classpath: org/springframework/aop/config/spring-aop-4.3.xsd
[DEBUG][2021-04-25 19:05:27,756][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions
[DEBUG][2021-04-25 19:05:27,774][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.alibaba.com/schema/stat=com.alibaba.druid.support.spring.stat.config.DruidStatNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler}
[DEBUG][2021-04-25 19:05:27,813][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved classpath location [com/exam/] to resources [URL [file:/C:/Users/Administrator/Desktop/Exam/target/test-classes/com/exam/], URL [file:/C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/]]
[DEBUG][2021-04-25 19:05:27,813][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\Administrator\Desktop\Exam\target\test-classes\com\exam]
[DEBUG][2021-04-25 19:05:27,814][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\test-classes\com\exam] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/test-classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:05:27,817][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\test-classes\com\exam\tests] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/test-classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:05:27,819][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam]
[DEBUG][2021-04-25 19:05:27,820][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:05:27,821][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:05:27,822][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:05:27,827][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\exam] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:05:27,830][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:05:27,835][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:05:27,840][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\vo] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:05:27,842][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\exception] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:05:27,843][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\interceptor] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:05:27,845][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:05:27,849][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:05:27,851][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:05:27,860][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\time] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:05:27,866][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\util] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:05:27,870][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/exam/**/*.class] to resources [file [C:\Users\Administrator\Desktop\Exam\target\test-classes\com\exam\tests\QuestionBankTest.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\AdminController.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\CodeController.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\QuestionBankController.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\ScoreController.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\TestPaperController.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\UsersController.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\exam\ExamController.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\exam\PageController.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\IndexController.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\AdminMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\ExamMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\OptionsMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\QuestionBankMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\ScoreMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\TestPaperMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\TestPaperTestsMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\UserPaperMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\UsersMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\Options.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\QuestionBank.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\Score.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\TestPaper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\TestPaperTests.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\TestPaperTestsList.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\Times.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\UserPaper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\Users.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\vo\QuestionBankVo.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\vo\scoreVo.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\vo\TestPaperTestsVo.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\vo\UserTestPaperVo.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\exception\Server500.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\interceptor\AdminInterceptor.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\interceptor\ExamInterceptor.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\AdminService.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\ExamService.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\AdminServiceImpl.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\ExamServiceImpl.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\QuestionBankServiceImpl.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\ScoreServiceImpl.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\TestPaperServiceImpl.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\TestPaperTestServiceImpl.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\UserPaperServiceImpl.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\UsersServiceImpl.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\QuestionBankService.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\ScoreService.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\TestPaperService.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\TestPaperTestService.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\UserPaperService.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\UsersService.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\time\ExamTask.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\util\DateToDate.class]]
[DEBUG][2021-04-25 19:05:27,928][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\AdminController.class]
[DEBUG][2021-04-25 19:05:27,931][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\CodeController.class]
[DEBUG][2021-04-25 19:05:27,933][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\QuestionBankController.class]
[DEBUG][2021-04-25 19:05:27,935][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\ScoreController.class]
[DEBUG][2021-04-25 19:05:27,938][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\TestPaperController.class]
[DEBUG][2021-04-25 19:05:27,940][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\UsersController.class]
[DEBUG][2021-04-25 19:05:27,948][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\exam\ExamController.class]
[DEBUG][2021-04-25 19:05:27,949][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\exam\PageController.class]
[DEBUG][2021-04-25 19:05:27,954][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\IndexController.class]
[DEBUG][2021-04-25 19:05:27,969][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\vo\UserTestPaperVo.class]
[DEBUG][2021-04-25 19:05:27,978][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\AdminServiceImpl.class]
[DEBUG][2021-04-25 19:05:27,980][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\ExamServiceImpl.class]
[DEBUG][2021-04-25 19:05:27,982][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\QuestionBankServiceImpl.class]
[DEBUG][2021-04-25 19:05:27,983][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\ScoreServiceImpl.class]
[DEBUG][2021-04-25 19:05:27,985][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\TestPaperServiceImpl.class]
[DEBUG][2021-04-25 19:05:27,986][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\TestPaperTestServiceImpl.class]
[DEBUG][2021-04-25 19:05:27,989][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\UsersServiceImpl.class]
[DEBUG][2021-04-25 19:05:28,045][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0]
[DEBUG][2021-04-25 19:05:28,099][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 31 bean definitions from location pattern [classpath*:spring-mybatis.xml]
[INFO][2021-04-25 19:05:28,099][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@3327bd23: startup date [Sun Apr 25 19:05:28 CST 2021]; root of context hierarchy
[DEBUG][2021-04-25 19:05:28,099][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@3327bd23: org.springframework.beans.factory.support.DefaultListableBeanFactory@d4342c2: defining beans [adminController,codeController,questionBankController,scoreController,testPaperController,usersController,examController,pageController,indexController,userTestPaperVo,adminServiceImpl,examServiceImpl,questionBankServiceImpl,scoreServiceImpl,testPaperServiceImpl,testPaperTestServiceImpl,usersServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,txAdvice,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0]; root of factory hierarchy
[DEBUG][2021-04-25 19:05:28,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[DEBUG][2021-04-25 19:05:28,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[DEBUG][2021-04-25 19:05:28,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:28,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[DEBUG][2021-04-25 19:05:28,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
[DEBUG][2021-04-25 19:05:28,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
[DEBUG][2021-04-25 19:05:28,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:28,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
[DEBUG][2021-04-25 19:05:28,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
[DEBUG][2021-04-25 19:05:28,416][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence
[DEBUG][2021-04-25 19:05:28,417][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence
[DEBUG][2021-04-25 19:05:28,417][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
[DEBUG][2021-04-25 19:05:28,421][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved classpath location [com/exam/dao/] to resources [URL [file:/C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/dao/]]
[DEBUG][2021-04-25 19:05:28,421][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao]
[DEBUG][2021-04-25 19:05:28,422][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/dao/**/*.class]
[DEBUG][2021-04-25 19:05:28,426][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/exam/dao/**/*.class] to resources [file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\AdminMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\ExamMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\OptionsMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\QuestionBankMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\ScoreMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\TestPaperMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\TestPaperTestsMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\UserPaperMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\UsersMapper.class]]
[DEBUG][2021-04-25 19:05:28,427][org.mybatis.spring.mapper.ClassPathMapperScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\AdminMapper.class]
[DEBUG][2021-04-25 19:05:28,428][org.mybatis.spring.mapper.ClassPathMapperScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\ExamMapper.class]
[DEBUG][2021-04-25 19:05:28,428][org.mybatis.spring.mapper.ClassPathMapperScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\OptionsMapper.class]
[DEBUG][2021-04-25 19:05:28,429][org.mybatis.spring.mapper.ClassPathMapperScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\QuestionBankMapper.class]
[DEBUG][2021-04-25 19:05:28,430][org.mybatis.spring.mapper.ClassPathMapperScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\ScoreMapper.class]
[DEBUG][2021-04-25 19:05:28,430][org.mybatis.spring.mapper.ClassPathMapperScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\TestPaperMapper.class]
[DEBUG][2021-04-25 19:05:28,431][org.mybatis.spring.mapper.ClassPathMapperScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\TestPaperTestsMapper.class]
[DEBUG][2021-04-25 19:05:28,432][org.mybatis.spring.mapper.ClassPathMapperScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\UserPaperMapper.class]
[DEBUG][2021-04-25 19:05:28,432][org.mybatis.spring.mapper.ClassPathMapperScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\UsersMapper.class]
[DEBUG][2021-04-25 19:05:28,433][org.mybatis.spring.mapper.ClassPathMapperScanner]Creating MapperFactoryBean with name 'adminMapper' and 'com.exam.dao.AdminMapper' mapperInterface
[DEBUG][2021-04-25 19:05:28,434][org.mybatis.spring.mapper.ClassPathMapperScanner]Creating MapperFactoryBean with name 'examMapper' and 'com.exam.dao.ExamMapper' mapperInterface
[DEBUG][2021-04-25 19:05:28,434][org.mybatis.spring.mapper.ClassPathMapperScanner]Creating MapperFactoryBean with name 'optionsMapper' and 'com.exam.dao.OptionsMapper' mapperInterface
[DEBUG][2021-04-25 19:05:28,434][org.mybatis.spring.mapper.ClassPathMapperScanner]Creating MapperFactoryBean with name 'questionBankMapper' and 'com.exam.dao.QuestionBankMapper' mapperInterface
[DEBUG][2021-04-25 19:05:28,434][org.mybatis.spring.mapper.ClassPathMapperScanner]Creating MapperFactoryBean with name 'scoreMapper' and 'com.exam.dao.ScoreMapper' mapperInterface
[DEBUG][2021-04-25 19:05:28,435][org.mybatis.spring.mapper.ClassPathMapperScanner]Creating MapperFactoryBean with name 'testPaperMapper' and 'com.exam.dao.TestPaperMapper' mapperInterface
[DEBUG][2021-04-25 19:05:28,435][org.mybatis.spring.mapper.ClassPathMapperScanner]Creating MapperFactoryBean with name 'testPaperTestsMapper' and 'com.exam.dao.TestPaperTestsMapper' mapperInterface
[DEBUG][2021-04-25 19:05:28,435][org.mybatis.spring.mapper.ClassPathMapperScanner]Creating MapperFactoryBean with name 'userPaperMapper' and 'com.exam.dao.UserPaperMapper' mapperInterface
[DEBUG][2021-04-25 19:05:28,435][org.mybatis.spring.mapper.ClassPathMapperScanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.exam.dao.UsersMapper' mapperInterface
[DEBUG][2021-04-25 19:05:28,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[DEBUG][2021-04-25 19:05:28,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[DEBUG][2021-04-25 19:05:28,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:28,464][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[DEBUG][2021-04-25 19:05:28,465][org.springframework.core.env.MutablePropertySources]Adding [environmentProperties] PropertySource with lowest search precedence
[INFO][2021-04-25 19:05:28,465][org.springframework.context.support.PropertySourcesPlaceholderConfigurer]Loading properties file from class path resource [jdbc.properties]
[DEBUG][2021-04-25 19:05:28,466][org.springframework.core.env.MutablePropertySources]Adding [localProperties] PropertySource with lowest search precedence
[DEBUG][2021-04-25 19:05:28,469][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'jdbc.url' in any property source
[DEBUG][2021-04-25 19:05:28,469][org.springframework.core.env.PropertySourcesPropertyResolver]Found key 'jdbc.url' in [localProperties] with type [String] and value 'jdbc:mysql://127.0.0.1:3306/exam?useUnicode=true&characterEncoding=utf8'
[DEBUG][2021-04-25 19:05:28,471][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'jdbc.username' in any property source
[DEBUG][2021-04-25 19:05:28,472][org.springframework.core.env.PropertySourcesPropertyResolver]Found key 'jdbc.username' in [localProperties] with type [String] and value 'root'
[DEBUG][2021-04-25 19:05:28,472][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'jdbc.password' in any property source
[DEBUG][2021-04-25 19:05:28,472][org.springframework.core.env.PropertySourcesPropertyResolver]Found key 'jdbc.password' in [localProperties] with type [String] and value 'root'
[DEBUG][2021-04-25 19:05:28,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[DEBUG][2021-04-25 19:05:28,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[DEBUG][2021-04-25 19:05:28,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:28,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[DEBUG][2021-04-25 19:05:28,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[DEBUG][2021-04-25 19:05:28,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[DEBUG][2021-04-25 19:05:28,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:28,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[DEBUG][2021-04-25 19:05:28,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[DEBUG][2021-04-25 19:05:28,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[DEBUG][2021-04-25 19:05:28,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:28,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[DEBUG][2021-04-25 19:05:28,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[DEBUG][2021-04-25 19:05:28,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[DEBUG][2021-04-25 19:05:28,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:28,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[DEBUG][2021-04-25 19:05:28,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[DEBUG][2021-04-25 19:05:28,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[DEBUG][2021-04-25 19:05:28,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:28,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[DEBUG][2021-04-25 19:05:28,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
[DEBUG][2021-04-25 19:05:28,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator'
[DEBUG][2021-04-25 19:05:28,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:28,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator'
[DEBUG][2021-04-25 19:05:28,528][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3c3d9b6b]
[DEBUG][2021-04-25 19:05:28,530][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4961f6af]
[DEBUG][2021-04-25 19:05:28,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@d4342c2: defining beans [adminController,codeController,questionBankController,scoreController,testPaperController,usersController,examController,pageController,indexController,userTestPaperVo,adminServiceImpl,examServiceImpl,questionBankServiceImpl,scoreServiceImpl,testPaperServiceImpl,testPaperTestServiceImpl,usersServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,txAdvice,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,adminMapper,examMapper,optionsMapper,questionBankMapper,scoreMapper,testPaperMapper,testPaperTestsMapper,userPaperMapper,usersMapper]; root of factory hierarchy
[DEBUG][2021-04-25 19:05:28,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'adminController'
[DEBUG][2021-04-25 19:05:28,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'adminController'
[DEBUG][2021-04-25 19:05:28,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:28,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:28,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:28,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)#8c3b9d'
[DEBUG][2021-04-25 19:05:28,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)#8c3b9d'
[DEBUG][2021-04-25 19:05:28,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:28,598][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.controller.admin.AdminController]: AutowiredFieldElement for private com.exam.dao.AdminMapper com.exam.controller.admin.AdminController.adminMapper
[DEBUG][2021-04-25 19:05:28,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'adminController' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:28,601][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'adminController': AutowiredFieldElement for private com.exam.dao.AdminMapper com.exam.controller.admin.AdminController.adminMapper
[DEBUG][2021-04-25 19:05:28,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:28,657][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
[DEBUG][2021-04-25 19:05:28,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:28,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:28,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:28,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:28,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:28,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:28,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:28,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:28,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:28,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'adminMapper'
[DEBUG][2021-04-25 19:05:28,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'adminMapper'
[DEBUG][2021-04-25 19:05:28,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:28,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'adminMapper' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:28,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:05:28,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:05:28,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:28,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:28,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource'
[DEBUG][2021-04-25 19:05:28,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource'
[DEBUG][2021-04-25 19:05:28,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:28,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:28,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource'
[INFO][2021-04-25 19:05:29,285][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited
[DEBUG][2021-04-25 19:05:29,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:29,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:29,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource'
[DEBUG][2021-04-25 19:05:29,613][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper]
[DEBUG][2021-04-25 19:05:29,613][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/mapper/*.xml]
[DEBUG][2021-04-25 19:05:29,615][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/exam/mapper/*.xml] to resources [file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\AdminMapper.xml], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\ExamMapper.xml], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\OptionsMapper.xml], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\QuestionBankMapper.xml], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\ScoreMapper.xml], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\TestPaperMapper.xml], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\TestPaperTestsMapper.xml], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\UserPaperMapper.xml], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\UsersMapper.xml]]
[DEBUG][2021-04-25 19:05:29,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory'
[DEBUG][2021-04-25 19:05:29,755][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [mybatis-config.xml]'
[DEBUG][2021-04-25 19:05:29,840][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\AdminMapper.xml]'
[DEBUG][2021-04-25 19:05:29,862][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\ExamMapper.xml]'
[DEBUG][2021-04-25 19:05:29,880][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\OptionsMapper.xml]'
[DEBUG][2021-04-25 19:05:29,895][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\QuestionBankMapper.xml]'
[DEBUG][2021-04-25 19:05:29,907][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\ScoreMapper.xml]'
[DEBUG][2021-04-25 19:05:29,918][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\TestPaperMapper.xml]'
[DEBUG][2021-04-25 19:05:29,931][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\TestPaperTestsMapper.xml]'
[DEBUG][2021-04-25 19:05:29,940][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\UserPaperMapper.xml]'
[DEBUG][2021-04-25 19:05:29,952][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\UsersMapper.xml]'
[DEBUG][2021-04-25 19:05:29,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:29,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:29,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:05:29,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:29,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:29,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'adminMapper'
[DEBUG][2021-04-25 19:05:29,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:29,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:29,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'adminMapper'
[DEBUG][2021-04-25 19:05:29,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:29,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:29,978][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'adminController' to bean named 'adminMapper'
[DEBUG][2021-04-25 19:05:29,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:29,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:29,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'adminController'
[DEBUG][2021-04-25 19:05:29,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'codeController'
[DEBUG][2021-04-25 19:05:29,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'codeController'
[DEBUG][2021-04-25 19:05:29,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:29,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'codeController' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:29,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:29,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:29,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'codeController'
[DEBUG][2021-04-25 19:05:29,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'questionBankController'
[DEBUG][2021-04-25 19:05:29,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'questionBankController'
[DEBUG][2021-04-25 19:05:29,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:29,988][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.controller.admin.QuestionBankController]: AutowiredFieldElement for private com.exam.service.QuestionBankService com.exam.controller.admin.QuestionBankController.questionBankService
[DEBUG][2021-04-25 19:05:29,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'questionBankController' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:29,990][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'questionBankController': AutowiredFieldElement for private com.exam.service.QuestionBankService com.exam.controller.admin.QuestionBankController.questionBankService
[DEBUG][2021-04-25 19:05:29,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'questionBankServiceImpl'
[DEBUG][2021-04-25 19:05:29,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'questionBankServiceImpl'
[DEBUG][2021-04-25 19:05:29,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:29,992][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.service.impl.QuestionBankServiceImpl]: AutowiredFieldElement for private com.exam.dao.QuestionBankMapper com.exam.service.impl.QuestionBankServiceImpl.questionBankMapper
[DEBUG][2021-04-25 19:05:29,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'questionBankServiceImpl' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:29,995][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'questionBankServiceImpl': AutowiredFieldElement for private com.exam.dao.QuestionBankMapper com.exam.service.impl.QuestionBankServiceImpl.questionBankMapper
[DEBUG][2021-04-25 19:05:29,995][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'questionBankMapper'
[DEBUG][2021-04-25 19:05:29,995][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'questionBankMapper'
[DEBUG][2021-04-25 19:05:29,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:29,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'questionBankMapper' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:29,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:05:29,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'questionBankMapper'
[DEBUG][2021-04-25 19:05:29,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:29,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:29,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'questionBankMapper'
[DEBUG][2021-04-25 19:05:29,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:29,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,000][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'questionBankServiceImpl' to bean named 'questionBankMapper'
[DEBUG][2021-04-25 19:05:30,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'txAdvice'
[DEBUG][2021-04-25 19:05:30,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'txAdvice'
[DEBUG][2021-04-25 19:05:30,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'txAdvice' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager'
[DEBUG][2021-04-25 19:05:30,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager'
[DEBUG][2021-04-25 19:05:30,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource'
[DEBUG][2021-04-25 19:05:30,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager'
[DEBUG][2021-04-25 19:05:30,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager'
[DEBUG][2021-04-25 19:05:30,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)#3da05287'
[DEBUG][2021-04-25 19:05:30,045][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,051][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT]
[DEBUG][2021-04-25 19:05:30,051][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT]
[DEBUG][2021-04-25 19:05:30,052][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT]
[DEBUG][2021-04-25 19:05:30,052][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT]
[DEBUG][2021-04-25 19:05:30,052][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT,readOnly]
[DEBUG][2021-04-25 19:05:30,052][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT,readOnly]
[DEBUG][2021-04-25 19:05:30,052][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [select*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT,readOnly]
[DEBUG][2021-04-25 19:05:30,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)#3da05287'
[DEBUG][2021-04-25 19:05:30,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'txAdvice'
[DEBUG][2021-04-25 19:05:30,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'txAdvice'
[DEBUG][2021-04-25 19:05:30,071][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'questionBankServiceImpl' with 0 common interceptors and 2 specific interceptors
[DEBUG][2021-04-25 19:05:30,072][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.exam.service.impl.QuestionBankServiceImpl@cd1d761]
[DEBUG][2021-04-25 19:05:30,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'questionBankServiceImpl'
[DEBUG][2021-04-25 19:05:30,076][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'questionBankController' to bean named 'questionBankServiceImpl'
[DEBUG][2021-04-25 19:05:30,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'questionBankController'
[DEBUG][2021-04-25 19:05:30,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'scoreController'
[DEBUG][2021-04-25 19:05:30,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'scoreController'
[DEBUG][2021-04-25 19:05:30,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,078][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.controller.admin.ScoreController]: AutowiredFieldElement for private com.exam.service.ScoreService com.exam.controller.admin.ScoreController.scoreService
[DEBUG][2021-04-25 19:05:30,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'scoreController' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,080][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'scoreController': AutowiredFieldElement for private com.exam.service.ScoreService com.exam.controller.admin.ScoreController.scoreService
[DEBUG][2021-04-25 19:05:30,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'scoreServiceImpl'
[DEBUG][2021-04-25 19:05:30,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'scoreServiceImpl'
[DEBUG][2021-04-25 19:05:30,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,082][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.service.impl.ScoreServiceImpl]: AutowiredFieldElement for private com.exam.dao.ScoreMapper com.exam.service.impl.ScoreServiceImpl.scoreMapper
[DEBUG][2021-04-25 19:05:30,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'scoreServiceImpl' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,085][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'scoreServiceImpl': AutowiredFieldElement for private com.exam.dao.ScoreMapper com.exam.service.impl.ScoreServiceImpl.scoreMapper
[DEBUG][2021-04-25 19:05:30,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'scoreMapper'
[DEBUG][2021-04-25 19:05:30,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'scoreMapper'
[DEBUG][2021-04-25 19:05:30,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'scoreMapper' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:05:30,087][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'scoreMapper'
[DEBUG][2021-04-25 19:05:30,087][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,087][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,087][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'scoreMapper'
[DEBUG][2021-04-25 19:05:30,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,089][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'scoreServiceImpl' to bean named 'scoreMapper'
[DEBUG][2021-04-25 19:05:30,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,090][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'scoreServiceImpl' with 0 common interceptors and 2 specific interceptors
[DEBUG][2021-04-25 19:05:30,090][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.exam.service.impl.ScoreServiceImpl@57abad67]
[DEBUG][2021-04-25 19:05:30,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'scoreServiceImpl'
[DEBUG][2021-04-25 19:05:30,093][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'scoreController' to bean named 'scoreServiceImpl'
[DEBUG][2021-04-25 19:05:30,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'scoreController'
[DEBUG][2021-04-25 19:05:30,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'testPaperController'
[DEBUG][2021-04-25 19:05:30,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'testPaperController'
[DEBUG][2021-04-25 19:05:30,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,097][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.controller.admin.TestPaperController]: AutowiredFieldElement for private com.exam.service.TestPaperService com.exam.controller.admin.TestPaperController.testPaperService
[DEBUG][2021-04-25 19:05:30,097][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.controller.admin.TestPaperController]: AutowiredFieldElement for private com.exam.dao.QuestionBankMapper com.exam.controller.admin.TestPaperController.questionBankMapper
[DEBUG][2021-04-25 19:05:30,098][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.controller.admin.TestPaperController]: AutowiredFieldElement for private com.exam.service.TestPaperTestService com.exam.controller.admin.TestPaperController.testPaperTestService
[DEBUG][2021-04-25 19:05:30,098][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.controller.admin.TestPaperController]: AutowiredFieldElement for private com.exam.dao.TestPaperMapper com.exam.controller.admin.TestPaperController.testPaperController
[DEBUG][2021-04-25 19:05:30,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'testPaperController' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,100][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'testPaperController': AutowiredFieldElement for private com.exam.service.TestPaperService com.exam.controller.admin.TestPaperController.testPaperService
[DEBUG][2021-04-25 19:05:30,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'testPaperServiceImpl'
[DEBUG][2021-04-25 19:05:30,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'testPaperServiceImpl'
[DEBUG][2021-04-25 19:05:30,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,102][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.service.impl.TestPaperServiceImpl]: AutowiredFieldElement for private com.exam.dao.TestPaperMapper com.exam.service.impl.TestPaperServiceImpl.testPaperMapper
[DEBUG][2021-04-25 19:05:30,102][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.service.impl.TestPaperServiceImpl]: AutowiredFieldElement for private com.exam.dao.QuestionBankMapper com.exam.service.impl.TestPaperServiceImpl.questionBankMapper
[DEBUG][2021-04-25 19:05:30,102][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.service.impl.TestPaperServiceImpl]: AutowiredFieldElement for private com.exam.dao.UserPaperMapper com.exam.service.impl.TestPaperServiceImpl.userPaperMapper
[DEBUG][2021-04-25 19:05:30,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'testPaperServiceImpl' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,105][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'testPaperServiceImpl': AutowiredFieldElement for private com.exam.dao.TestPaperMapper com.exam.service.impl.TestPaperServiceImpl.testPaperMapper
[DEBUG][2021-04-25 19:05:30,105][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'testPaperMapper'
[DEBUG][2021-04-25 19:05:30,105][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'testPaperMapper'
[DEBUG][2021-04-25 19:05:30,105][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,105][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'testPaperMapper' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,106][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:05:30,106][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'testPaperMapper'
[DEBUG][2021-04-25 19:05:30,106][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,106][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'testPaperMapper'
[DEBUG][2021-04-25 19:05:30,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,108][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,110][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'testPaperServiceImpl' to bean named 'testPaperMapper'
[DEBUG][2021-04-25 19:05:30,110][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'testPaperServiceImpl': AutowiredFieldElement for private com.exam.dao.QuestionBankMapper com.exam.service.impl.TestPaperServiceImpl.questionBankMapper
[DEBUG][2021-04-25 19:05:30,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'questionBankMapper'
[DEBUG][2021-04-25 19:05:30,110][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'testPaperServiceImpl' to bean named 'questionBankMapper'
[DEBUG][2021-04-25 19:05:30,110][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'testPaperServiceImpl': AutowiredFieldElement for private com.exam.dao.UserPaperMapper com.exam.service.impl.TestPaperServiceImpl.userPaperMapper
[DEBUG][2021-04-25 19:05:30,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userPaperMapper'
[DEBUG][2021-04-25 19:05:30,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userPaperMapper'
[DEBUG][2021-04-25 19:05:30,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userPaperMapper' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:05:30,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'userPaperMapper'
[DEBUG][2021-04-25 19:05:30,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userPaperMapper'
[DEBUG][2021-04-25 19:05:30,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,113][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'testPaperServiceImpl' to bean named 'userPaperMapper'
[DEBUG][2021-04-25 19:05:30,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,113][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'testPaperServiceImpl' with 0 common interceptors and 2 specific interceptors
[DEBUG][2021-04-25 19:05:30,113][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.exam.service.impl.TestPaperServiceImpl@23aa363a]
[DEBUG][2021-04-25 19:05:30,115][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'testPaperServiceImpl'
[DEBUG][2021-04-25 19:05:30,115][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'testPaperController' to bean named 'testPaperServiceImpl'
[DEBUG][2021-04-25 19:05:30,115][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'testPaperController': AutowiredFieldElement for private com.exam.dao.QuestionBankMapper com.exam.controller.admin.TestPaperController.questionBankMapper
[DEBUG][2021-04-25 19:05:30,116][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'questionBankMapper'
[DEBUG][2021-04-25 19:05:30,116][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'testPaperController' to bean named 'questionBankMapper'
[DEBUG][2021-04-25 19:05:30,116][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'testPaperController': AutowiredFieldElement for private com.exam.service.TestPaperTestService com.exam.controller.admin.TestPaperController.testPaperTestService
[DEBUG][2021-04-25 19:05:30,116][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'testPaperTestServiceImpl'
[DEBUG][2021-04-25 19:05:30,116][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'testPaperTestServiceImpl'
[DEBUG][2021-04-25 19:05:30,116][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,117][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.service.impl.TestPaperTestServiceImpl]: AutowiredFieldElement for private com.exam.dao.TestPaperTestsMapper com.exam.service.impl.TestPaperTestServiceImpl.testPaperTestsMapper
[DEBUG][2021-04-25 19:05:30,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'testPaperTestServiceImpl' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,121][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'testPaperTestServiceImpl': AutowiredFieldElement for private com.exam.dao.TestPaperTestsMapper com.exam.service.impl.TestPaperTestServiceImpl.testPaperTestsMapper
[DEBUG][2021-04-25 19:05:30,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'testPaperTestsMapper'
[DEBUG][2021-04-25 19:05:30,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'testPaperTestsMapper'
[DEBUG][2021-04-25 19:05:30,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'testPaperTestsMapper' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:05:30,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'testPaperTestsMapper'
[DEBUG][2021-04-25 19:05:30,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'testPaperTestsMapper'
[DEBUG][2021-04-25 19:05:30,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,126][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'testPaperTestServiceImpl' to bean named 'testPaperTestsMapper'
[DEBUG][2021-04-25 19:05:30,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,126][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'testPaperTestServiceImpl' with 0 common interceptors and 2 specific interceptors
[DEBUG][2021-04-25 19:05:30,127][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.exam.service.impl.TestPaperTestServiceImpl@1e8ce150]
[DEBUG][2021-04-25 19:05:30,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'testPaperTestServiceImpl'
[DEBUG][2021-04-25 19:05:30,130][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'testPaperController' to bean named 'testPaperTestServiceImpl'
[DEBUG][2021-04-25 19:05:30,130][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'testPaperController': AutowiredFieldElement for private com.exam.dao.TestPaperMapper com.exam.controller.admin.TestPaperController.testPaperController
[DEBUG][2021-04-25 19:05:30,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'testPaperMapper'
[DEBUG][2021-04-25 19:05:30,130][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'testPaperController' to bean named 'testPaperMapper'
[DEBUG][2021-04-25 19:05:30,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'testPaperController'
[DEBUG][2021-04-25 19:05:30,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersController'
[DEBUG][2021-04-25 19:05:30,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersController'
[DEBUG][2021-04-25 19:05:30,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,133][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.controller.admin.UsersController]: AutowiredFieldElement for private com.exam.service.UsersService com.exam.controller.admin.UsersController.usersService
[DEBUG][2021-04-25 19:05:30,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersController' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,136][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'usersController': AutowiredFieldElement for private com.exam.service.UsersService com.exam.controller.admin.UsersController.usersService
[DEBUG][2021-04-25 19:05:30,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersServiceImpl'
[DEBUG][2021-04-25 19:05:30,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersServiceImpl'
[DEBUG][2021-04-25 19:05:30,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,138][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.service.impl.UsersServiceImpl]: AutowiredFieldElement for private com.exam.dao.UsersMapper com.exam.service.impl.UsersServiceImpl.usersMapper
[DEBUG][2021-04-25 19:05:30,138][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersServiceImpl' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'usersServiceImpl': AutowiredFieldElement for private com.exam.dao.UsersMapper com.exam.service.impl.UsersServiceImpl.usersMapper
[DEBUG][2021-04-25 19:05:30,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper'
[DEBUG][2021-04-25 19:05:30,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper'
[DEBUG][2021-04-25 19:05:30,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:05:30,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper'
[DEBUG][2021-04-25 19:05:30,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper'
[DEBUG][2021-04-25 19:05:30,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,145][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'usersServiceImpl' to bean named 'usersMapper'
[DEBUG][2021-04-25 19:05:30,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,146][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'usersServiceImpl' with 0 common interceptors and 2 specific interceptors
[DEBUG][2021-04-25 19:05:30,146][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.exam.service.impl.UsersServiceImpl@56f0cc85]
[DEBUG][2021-04-25 19:05:30,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersServiceImpl'
[DEBUG][2021-04-25 19:05:30,148][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'usersController' to bean named 'usersServiceImpl'
[DEBUG][2021-04-25 19:05:30,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersController'
[DEBUG][2021-04-25 19:05:30,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'examController'
[DEBUG][2021-04-25 19:05:30,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'examController'
[DEBUG][2021-04-25 19:05:30,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,151][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.controller.exam.ExamController]: AutowiredFieldElement for private com.exam.service.ExamService com.exam.controller.exam.ExamController.examService
[DEBUG][2021-04-25 19:05:30,151][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.controller.exam.ExamController]: AutowiredFieldElement for private com.exam.service.TestPaperService com.exam.controller.exam.ExamController.testPaperService
[DEBUG][2021-04-25 19:05:30,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'examController' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,153][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'examController': AutowiredFieldElement for private com.exam.service.ExamService com.exam.controller.exam.ExamController.examService
[DEBUG][2021-04-25 19:05:30,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'examServiceImpl'
[DEBUG][2021-04-25 19:05:30,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'examServiceImpl'
[DEBUG][2021-04-25 19:05:30,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,154][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.service.impl.ExamServiceImpl]: AutowiredFieldElement for private com.exam.dao.ExamMapper com.exam.service.impl.ExamServiceImpl.examMapper
[DEBUG][2021-04-25 19:05:30,154][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.service.impl.ExamServiceImpl]: AutowiredFieldElement for private com.exam.dao.ScoreMapper com.exam.service.impl.ExamServiceImpl.scoreMapper
[DEBUG][2021-04-25 19:05:30,154][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.service.impl.ExamServiceImpl]: AutowiredFieldElement for private com.exam.dao.UserPaperMapper com.exam.service.impl.ExamServiceImpl.userPaperMapper
[DEBUG][2021-04-25 19:05:30,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'examServiceImpl' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,158][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'examServiceImpl': AutowiredFieldElement for private com.exam.dao.ExamMapper com.exam.service.impl.ExamServiceImpl.examMapper
[DEBUG][2021-04-25 19:05:30,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'examMapper'
[DEBUG][2021-04-25 19:05:30,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'examMapper'
[DEBUG][2021-04-25 19:05:30,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'examMapper' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:05:30,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'examMapper'
[DEBUG][2021-04-25 19:05:30,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'examMapper'
[DEBUG][2021-04-25 19:05:30,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,162][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'examServiceImpl' to bean named 'examMapper'
[DEBUG][2021-04-25 19:05:30,162][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'examServiceImpl': AutowiredFieldElement for private com.exam.dao.ScoreMapper com.exam.service.impl.ExamServiceImpl.scoreMapper
[DEBUG][2021-04-25 19:05:30,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'scoreMapper'
[DEBUG][2021-04-25 19:05:30,162][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'examServiceImpl' to bean named 'scoreMapper'
[DEBUG][2021-04-25 19:05:30,162][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'examServiceImpl': AutowiredFieldElement for private com.exam.dao.UserPaperMapper com.exam.service.impl.ExamServiceImpl.userPaperMapper
[DEBUG][2021-04-25 19:05:30,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userPaperMapper'
[DEBUG][2021-04-25 19:05:30,162][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'examServiceImpl' to bean named 'userPaperMapper'
[DEBUG][2021-04-25 19:05:30,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,163][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'examServiceImpl' with 0 common interceptors and 2 specific interceptors
[DEBUG][2021-04-25 19:05:30,163][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.exam.service.impl.ExamServiceImpl@10b9db7b]
[DEBUG][2021-04-25 19:05:30,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'examServiceImpl'
[DEBUG][2021-04-25 19:05:30,165][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'examController' to bean named 'examServiceImpl'
[DEBUG][2021-04-25 19:05:30,165][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'examController': AutowiredFieldElement for private com.exam.service.TestPaperService com.exam.controller.exam.ExamController.testPaperService
[DEBUG][2021-04-25 19:05:30,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'testPaperServiceImpl'
[DEBUG][2021-04-25 19:05:30,166][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'examController' to bean named 'testPaperServiceImpl'
[DEBUG][2021-04-25 19:05:30,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'examController'
[DEBUG][2021-04-25 19:05:30,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pageController'
[DEBUG][2021-04-25 19:05:30,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pageController'
[DEBUG][2021-04-25 19:05:30,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pageController' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pageController'
[DEBUG][2021-04-25 19:05:30,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'indexController'
[DEBUG][2021-04-25 19:05:30,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'indexController'
[DEBUG][2021-04-25 19:05:30,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,169][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.controller.IndexController]: AutowiredFieldElement for private com.exam.dao.UsersMapper com.exam.controller.IndexController.UsersMapper
[DEBUG][2021-04-25 19:05:30,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'indexController' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,172][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'indexController': AutowiredFieldElement for private com.exam.dao.UsersMapper com.exam.controller.IndexController.UsersMapper
[DEBUG][2021-04-25 19:05:30,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper'
[DEBUG][2021-04-25 19:05:30,172][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'indexController' to bean named 'usersMapper'
[DEBUG][2021-04-25 19:05:30,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'indexController'
[DEBUG][2021-04-25 19:05:30,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userTestPaperVo'
[DEBUG][2021-04-25 19:05:30,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userTestPaperVo'
[DEBUG][2021-04-25 19:05:30,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userTestPaperVo' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userTestPaperVo'
[DEBUG][2021-04-25 19:05:30,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'adminServiceImpl'
[DEBUG][2021-04-25 19:05:30,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'adminServiceImpl'
[DEBUG][2021-04-25 19:05:30,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,180][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.service.impl.AdminServiceImpl]: AutowiredFieldElement for private com.exam.dao.AdminMapper com.exam.service.impl.AdminServiceImpl.adminMapper
[DEBUG][2021-04-25 19:05:30,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'adminServiceImpl' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,183][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'adminServiceImpl': AutowiredFieldElement for private com.exam.dao.AdminMapper com.exam.service.impl.AdminServiceImpl.adminMapper
[DEBUG][2021-04-25 19:05:30,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'adminMapper'
[DEBUG][2021-04-25 19:05:30,183][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'adminServiceImpl' to bean named 'adminMapper'
[DEBUG][2021-04-25 19:05:30,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,184][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'adminServiceImpl' with 0 common interceptors and 2 specific interceptors
[DEBUG][2021-04-25 19:05:30,184][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.exam.service.impl.AdminServiceImpl@4372b9b6]
[DEBUG][2021-04-25 19:05:30,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'adminServiceImpl'
[DEBUG][2021-04-25 19:05:30,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'examServiceImpl'
[DEBUG][2021-04-25 19:05:30,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'questionBankServiceImpl'
[DEBUG][2021-04-25 19:05:30,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'scoreServiceImpl'
[DEBUG][2021-04-25 19:05:30,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'testPaperServiceImpl'
[DEBUG][2021-04-25 19:05:30,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'testPaperTestServiceImpl'
[DEBUG][2021-04-25 19:05:30,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersServiceImpl'
[DEBUG][2021-04-25 19:05:30,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[DEBUG][2021-04-25 19:05:30,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[DEBUG][2021-04-25 19:05:30,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[DEBUG][2021-04-25 19:05:30,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[DEBUG][2021-04-25 19:05:30,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
[DEBUG][2021-04-25 19:05:30,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor'
[DEBUG][2021-04-25 19:05:30,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor'
[DEBUG][2021-04-25 19:05:30,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
[DEBUG][2021-04-25 19:05:30,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory'
[DEBUG][2021-04-25 19:05:30,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory'
[DEBUG][2021-04-25 19:05:30,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[DEBUG][2021-04-25 19:05:30,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource'
[DEBUG][2021-04-25 19:05:30,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:05:30,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
[DEBUG][2021-04-25 19:05:30,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager'
[DEBUG][2021-04-25 19:05:30,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'txAdvice'
[DEBUG][2021-04-25 19:05:30,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
[DEBUG][2021-04-25 19:05:30,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[DEBUG][2021-04-25 19:05:30,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[DEBUG][2021-04-25 19:05:30,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'adminMapper'
[DEBUG][2021-04-25 19:05:30,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'examMapper'
[DEBUG][2021-04-25 19:05:30,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'optionsMapper'
[DEBUG][2021-04-25 19:05:30,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'optionsMapper'
[DEBUG][2021-04-25 19:05:30,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'optionsMapper' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:05:30,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:05:30,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'optionsMapper'
[DEBUG][2021-04-25 19:05:30,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'optionsMapper'
[DEBUG][2021-04-25 19:05:30,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'questionBankMapper'
[DEBUG][2021-04-25 19:05:30,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'scoreMapper'
[DEBUG][2021-04-25 19:05:30,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'testPaperMapper'
[DEBUG][2021-04-25 19:05:30,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'testPaperTestsMapper'
[DEBUG][2021-04-25 19:05:30,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userPaperMapper'
[DEBUG][2021-04-25 19:05:30,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper'
[DEBUG][2021-04-25 19:05:30,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
[DEBUG][2021-04-25 19:05:30,233][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@59f63e24]
[DEBUG][2021-04-25 19:05:30,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor'
[DEBUG][2021-04-25 19:05:30,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:05:30,239][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source
[DEBUG][2021-04-25 19:05:30,241][org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]Storing ApplicationContext in cache under key [[MergedContextConfiguration@598067a5 testClass = QuestionBankTest, locations = '{classpath*:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
[DEBUG][2021-04-25 19:05:30,241][org.springframework.test.context.cache]Spring test ApplicationContext cache statistics: [DefaultContextCache@294e5088 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 0, missCount = 1]
[DEBUG][2021-04-25 19:05:30,244][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'com.exam.tests.QuestionBankTest': AutowiredFieldElement for private com.exam.dao.QuestionBankMapper com.exam.tests.QuestionBankTest.questionBankMapper
[DEBUG][2021-04-25 19:05:30,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'questionBankMapper'
[DEBUG][2021-04-25 19:05:30,245][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.exam.tests.QuestionBankTest' to bean named 'questionBankMapper'
[DEBUG][2021-04-25 19:05:30,245][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'com.exam.tests.QuestionBankTest': AutowiredFieldElement for private com.exam.service.QuestionBankService com.exam.tests.QuestionBankTest.qbs
[DEBUG][2021-04-25 19:05:30,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'questionBankServiceImpl'
[DEBUG][2021-04-25 19:05:30,245][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.exam.tests.QuestionBankTest' to bean named 'questionBankServiceImpl'
[DEBUG][2021-04-25 19:05:30,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:05:30,250][org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener]Before test method: context [DefaultTestContext@31ef45e3 testClass = QuestionBankTest, testInstance = com.exam.tests.QuestionBankTest@2f686d1f, testMethod = testDate@QuestionBankTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@598067a5 testClass = QuestionBankTest, locations = '{classpath*:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
[DEBUG][2021-04-25 19:05:30,255][org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener]After test method: context [DefaultTestContext@31ef45e3 testClass = QuestionBankTest, testInstance = com.exam.tests.QuestionBankTest@2f686d1f, testMethod = testDate@QuestionBankTest, testException = java.lang.IllegalArgumentException, mergedContextConfiguration = [MergedContextConfiguration@598067a5 testClass = QuestionBankTest, locations = '{classpath*:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
[DEBUG][2021-04-25 19:05:30,261][org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener]After test class: context [DefaultTestContext@31ef45e3 testClass = QuestionBankTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@598067a5 testClass = QuestionBankTest, locations = '{classpath*:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
[INFO][2021-04-25 19:05:30,263][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@3327bd23: startup date [Sun Apr 25 19:05:28 CST 2021]; root of context hierarchy
[DEBUG][2021-04-25 19:05:30,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:05:30,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor'
[DEBUG][2021-04-25 19:05:30,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@d4342c2: defining beans [adminController,codeController,questionBankController,scoreController,testPaperController,usersController,examController,pageController,indexController,userTestPaperVo,adminServiceImpl,examServiceImpl,questionBankServiceImpl,scoreServiceImpl,testPaperServiceImpl,testPaperTestServiceImpl,usersServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,txAdvice,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,adminMapper,examMapper,optionsMapper,questionBankMapper,scoreMapper,testPaperMapper,testPaperTestsMapper,userPaperMapper,usersMapper]; root of factory hierarchy
[DEBUG][2021-04-25 19:05:30,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'sqlSessionFactory': [adminMapper, questionBankMapper, scoreMapper, testPaperMapper, userPaperMapper, testPaperTestsMapper, usersMapper, examMapper, optionsMapper]
[DEBUG][2021-04-25 19:05:30,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'adminMapper': [adminController, adminServiceImpl]
[DEBUG][2021-04-25 19:05:30,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'questionBankMapper': [questionBankServiceImpl, testPaperServiceImpl, testPaperController, com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:05:30,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'questionBankServiceImpl': [questionBankController, com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:05:30,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'testPaperServiceImpl': [testPaperController, examController]
[DEBUG][2021-04-25 19:05:30,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'scoreMapper': [scoreServiceImpl, examServiceImpl]
[DEBUG][2021-04-25 19:05:30,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'scoreServiceImpl': [scoreController]
[DEBUG][2021-04-25 19:05:30,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'testPaperTestsMapper': [testPaperTestServiceImpl]
[DEBUG][2021-04-25 19:05:30,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'usersMapper': [usersServiceImpl, indexController]
[DEBUG][2021-04-25 19:05:30,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'usersServiceImpl': [usersController]
[DEBUG][2021-04-25 19:05:30,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'dataSource': [transactionManager]
[DEBUG][2021-04-25 19:05:30,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'transactionManager': [txAdvice]
[DEBUG][2021-04-25 19:05:30,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)#3da05287': [txAdvice]
[DEBUG][2021-04-25 19:05:30,268][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource'
[INFO][2021-04-25 19:05:30,272][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed
[DEBUG][2021-04-25 19:07:13,235][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:07:13,240][org.springframework.test.context.BootstrapUtils]Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
[DEBUG][2021-04-25 19:07:13,251][org.springframework.test.context.BootstrapUtils]Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
[DEBUG][2021-04-25 19:07:13,264][org.springframework.test.context.BootstrapUtils]Instantiating TestContextBootstrapper for test class [com.exam.tests.QuestionBankTest] from class [org.springframework.test.context.support.DefaultTestContextBootstrapper]
[DEBUG][2021-04-25 19:07:13,314][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@3f2a3a5 declaringClass = 'com.exam.tests.QuestionBankTest', classes = '{}', locations = '{classpath*:spring-mybatis.xml}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.test.context.ContextLoader'].
[DEBUG][2021-04-25 19:07:13,350][org.springframework.test.context.support.ActiveProfilesUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:07:13,352][org.springframework.test.context.support.DefaultTestContextBootstrapper]@TestExecutionListeners is not present for class [com.exam.tests.QuestionBankTest]: using defaults.
[INFO][2021-04-25 19:07:13,355][org.springframework.test.context.support.DefaultTestContextBootstrapper]Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
[INFO][2021-04-25 19:07:13,385][org.springframework.test.context.support.DefaultTestContextBootstrapper]Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@523884b2, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5b275dab, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@61832929, org.springframework.test.context.support.DirtiesContextTestExecutionListener@29774679, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3ffc5af1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5e5792a0]
[DEBUG][2021-04-25 19:07:13,390][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:07:13,391][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:07:13,403][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:07:13,403][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:07:13,405][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:07:13,406][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:07:13,407][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:07:13,407][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:07:13,410][org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener]Before test class: context [DefaultTestContext@57fffcd7 testClass = QuestionBankTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@31ef45e3 testClass = QuestionBankTest, locations = '{classpath*:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
[DEBUG][2021-04-25 19:07:13,411][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:07:13,412][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:07:13,414][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[DefaultTestContext@57fffcd7 testClass = QuestionBankTest, testInstance = com.exam.tests.QuestionBankTest@4cf777e8, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@31ef45e3 testClass = QuestionBankTest, locations = '{classpath*:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]].
[DEBUG][2021-04-25 19:07:13,415][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@31ef45e3 testClass = QuestionBankTest, locations = '{classpath*:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]].
[DEBUG][2021-04-25 19:07:13,415][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@31ef45e3 testClass = QuestionBankTest, locations = '{classpath*:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]].
[DEBUG][2021-04-25 19:07:13,559][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence
[DEBUG][2021-04-25 19:07:13,560][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence
[DEBUG][2021-04-25 19:07:13,560][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
[DEBUG][2021-04-25 19:07:13,573][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved classpath location [spring-mybatis.xml] to resources [URL [file:/C:/Users/Administrator/Desktop/Exam/target/classes/spring-mybatis.xml]]
[INFO][2021-04-25 19:07:13,574][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from URL [file:/C:/Users/Administrator/Desktop/Exam/target/classes/spring-mybatis.xml]
[DEBUG][2021-04-25 19:07:13,596][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
[DEBUG][2021-04-25 19:07:13,636][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas]
[DEBUG][2021-04-25 19:07:13,639][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-4.3.xsd=org/springframework/transaction/config/spring-tx-4.3.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.xsd, http://mybatis.org/schema/mybatis-spring-1.2.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.3.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.3.xsd, http://www.springframework.org/schema/tx/spring-tx-4.2.xsd=org/springframework/transaction/config/spring-tx-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-4.3.xsd=org/springframework/beans/factory/xml/spring-util-4.3.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.3.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.3.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.3.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.3.xsd, http://mybatis.org/schema/mybatis-spring.xsd=org/mybatis/spring/config/mybatis-spring-1.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.3.xsd=org/springframework/context/config/spring-context-4.3.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.3.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-4.3.xsd=org/springframework/aop/config/spring-aop-4.3.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.3.xsd=org/springframework/jdbc/config/spring-jdbc-4.3.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.3.xsd=org/springframework/web/servlet/config/spring-mvc-4.3.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.3.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-4.3.xsd=org/springframework/scripting/config/spring-lang-4.3.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-4.3.xsd=org/springframework/beans/factory/xml/spring-tool-4.3.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-4.3.xsd=org/springframework/ejb/config/spring-jee-4.3.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/cache/spring-cache-4.3.xsd=org/springframework/cache/config/spring-cache-4.3.xsd, http://www.springframework.org/schema/aop/spring-aop-4.2.xsd=org/springframework/aop/config/spring-aop-4.2.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.3.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.3.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.3.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-4.3.xsd=org/springframework/beans/factory/xml/spring-beans-4.3.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.alibaba.com/schema/stat.xsd=META-INF/stat.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/task/spring-task-4.3.xsd=org/springframework/scheduling/config/spring-task-4.3.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.3.xsd}
[DEBUG][2021-04-25 19:07:13,642][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-4.3.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.3.xsd
[DEBUG][2021-04-25 19:07:13,690][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-4.3.xsd] in classpath: org/springframework/context/config/spring-context-4.3.xsd
[DEBUG][2021-04-25 19:07:13,699][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.3.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.3.xsd
[DEBUG][2021-04-25 19:07:13,714][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-4.3.xsd] in classpath: org/springframework/transaction/config/spring-tx-4.3.xsd
[DEBUG][2021-04-25 19:07:13,720][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-4.3.xsd] in classpath: org/springframework/aop/config/spring-aop-4.3.xsd
[DEBUG][2021-04-25 19:07:13,732][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions
[DEBUG][2021-04-25 19:07:13,749][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.alibaba.com/schema/stat=com.alibaba.druid.support.spring.stat.config.DruidStatNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler}
[DEBUG][2021-04-25 19:07:13,789][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved classpath location [com/exam/] to resources [URL [file:/C:/Users/Administrator/Desktop/Exam/target/test-classes/com/exam/], URL [file:/C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/]]
[DEBUG][2021-04-25 19:07:13,790][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\Administrator\Desktop\Exam\target\test-classes\com\exam]
[DEBUG][2021-04-25 19:07:13,791][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\test-classes\com\exam] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/test-classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:07:13,794][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\test-classes\com\exam\tests] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/test-classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:07:13,797][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam]
[DEBUG][2021-04-25 19:07:13,798][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:07:13,799][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:07:13,799][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:07:13,806][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\exam] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:07:13,809][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:07:13,813][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:07:13,818][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\vo] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:07:13,821][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\exception] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:07:13,823][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\interceptor] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:07:13,825][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:07:13,828][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:07:13,829][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:07:13,836][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\time] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:07:13,839][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\util] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/**/*.class]
[DEBUG][2021-04-25 19:07:13,844][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/exam/**/*.class] to resources [file [C:\Users\Administrator\Desktop\Exam\target\test-classes\com\exam\tests\QuestionBankTest.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\AdminController.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\CodeController.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\QuestionBankController.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\ScoreController.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\TestPaperController.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\UsersController.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\exam\ExamController.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\exam\PageController.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\IndexController.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\AdminMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\ExamMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\OptionsMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\QuestionBankMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\ScoreMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\TestPaperMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\TestPaperTestsMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\UserPaperMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\UsersMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\Options.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\QuestionBank.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\Score.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\TestPaper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\TestPaperTests.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\TestPaperTestsList.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\Times.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\UserPaper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\Users.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\vo\QuestionBankVo.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\vo\scoreVo.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\vo\TestPaperTestsVo.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\vo\UserTestPaperVo.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\exception\Server500.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\interceptor\AdminInterceptor.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\interceptor\ExamInterceptor.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\AdminService.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\ExamService.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\AdminServiceImpl.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\ExamServiceImpl.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\QuestionBankServiceImpl.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\ScoreServiceImpl.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\TestPaperServiceImpl.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\TestPaperTestServiceImpl.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\UserPaperServiceImpl.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\UsersServiceImpl.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\QuestionBankService.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\ScoreService.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\TestPaperService.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\TestPaperTestService.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\UserPaperService.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\UsersService.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\time\ExamTask.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\util\DateToDate.class]]
[DEBUG][2021-04-25 19:07:13,889][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\AdminController.class]
[DEBUG][2021-04-25 19:07:13,891][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\CodeController.class]
[DEBUG][2021-04-25 19:07:13,893][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\QuestionBankController.class]
[DEBUG][2021-04-25 19:07:13,894][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\ScoreController.class]
[DEBUG][2021-04-25 19:07:13,897][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\TestPaperController.class]
[DEBUG][2021-04-25 19:07:13,898][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\admin\UsersController.class]
[DEBUG][2021-04-25 19:07:13,907][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\exam\ExamController.class]
[DEBUG][2021-04-25 19:07:13,908][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\exam\PageController.class]
[DEBUG][2021-04-25 19:07:13,912][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\controller\IndexController.class]
[DEBUG][2021-04-25 19:07:13,925][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\entity\vo\UserTestPaperVo.class]
[DEBUG][2021-04-25 19:07:13,930][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\AdminServiceImpl.class]
[DEBUG][2021-04-25 19:07:13,931][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\ExamServiceImpl.class]
[DEBUG][2021-04-25 19:07:13,933][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\QuestionBankServiceImpl.class]
[DEBUG][2021-04-25 19:07:13,934][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\ScoreServiceImpl.class]
[DEBUG][2021-04-25 19:07:13,935][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\TestPaperServiceImpl.class]
[DEBUG][2021-04-25 19:07:13,936][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\TestPaperTestServiceImpl.class]
[DEBUG][2021-04-25 19:07:13,938][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\service\impl\UsersServiceImpl.class]
[DEBUG][2021-04-25 19:07:13,976][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0]
[DEBUG][2021-04-25 19:07:14,002][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 31 bean definitions from location pattern [classpath*:spring-mybatis.xml]
[INFO][2021-04-25 19:07:14,002][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@a67c67e: startup date [Sun Apr 25 19:07:14 CST 2021]; root of context hierarchy
[DEBUG][2021-04-25 19:07:14,003][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@a67c67e: org.springframework.beans.factory.support.DefaultListableBeanFactory@4e91d63f: defining beans [adminController,codeController,questionBankController,scoreController,testPaperController,usersController,examController,pageController,indexController,userTestPaperVo,adminServiceImpl,examServiceImpl,questionBankServiceImpl,scoreServiceImpl,testPaperServiceImpl,testPaperTestServiceImpl,usersServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,txAdvice,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0]; root of factory hierarchy
[DEBUG][2021-04-25 19:07:14,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[DEBUG][2021-04-25 19:07:14,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[DEBUG][2021-04-25 19:07:14,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:14,087][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[DEBUG][2021-04-25 19:07:14,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
[DEBUG][2021-04-25 19:07:14,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
[DEBUG][2021-04-25 19:07:14,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:14,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
[DEBUG][2021-04-25 19:07:14,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
[DEBUG][2021-04-25 19:07:14,228][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence
[DEBUG][2021-04-25 19:07:14,228][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence
[DEBUG][2021-04-25 19:07:14,228][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
[DEBUG][2021-04-25 19:07:14,232][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved classpath location [com/exam/dao/] to resources [URL [file:/C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/dao/]]
[DEBUG][2021-04-25 19:07:14,232][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao]
[DEBUG][2021-04-25 19:07:14,232][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/dao/**/*.class]
[DEBUG][2021-04-25 19:07:14,236][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/exam/dao/**/*.class] to resources [file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\AdminMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\ExamMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\OptionsMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\QuestionBankMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\ScoreMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\TestPaperMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\TestPaperTestsMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\UserPaperMapper.class], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\UsersMapper.class]]
[DEBUG][2021-04-25 19:07:14,238][org.mybatis.spring.mapper.ClassPathMapperScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\AdminMapper.class]
[DEBUG][2021-04-25 19:07:14,239][org.mybatis.spring.mapper.ClassPathMapperScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\ExamMapper.class]
[DEBUG][2021-04-25 19:07:14,239][org.mybatis.spring.mapper.ClassPathMapperScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\OptionsMapper.class]
[DEBUG][2021-04-25 19:07:14,240][org.mybatis.spring.mapper.ClassPathMapperScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\QuestionBankMapper.class]
[DEBUG][2021-04-25 19:07:14,241][org.mybatis.spring.mapper.ClassPathMapperScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\ScoreMapper.class]
[DEBUG][2021-04-25 19:07:14,241][org.mybatis.spring.mapper.ClassPathMapperScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\TestPaperMapper.class]
[DEBUG][2021-04-25 19:07:14,242][org.mybatis.spring.mapper.ClassPathMapperScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\TestPaperTestsMapper.class]
[DEBUG][2021-04-25 19:07:14,243][org.mybatis.spring.mapper.ClassPathMapperScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\UserPaperMapper.class]
[DEBUG][2021-04-25 19:07:14,244][org.mybatis.spring.mapper.ClassPathMapperScanner]Identified candidate component class: file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\dao\UsersMapper.class]
[DEBUG][2021-04-25 19:07:14,244][org.mybatis.spring.mapper.ClassPathMapperScanner]Creating MapperFactoryBean with name 'adminMapper' and 'com.exam.dao.AdminMapper' mapperInterface
[DEBUG][2021-04-25 19:07:14,245][org.mybatis.spring.mapper.ClassPathMapperScanner]Creating MapperFactoryBean with name 'examMapper' and 'com.exam.dao.ExamMapper' mapperInterface
[DEBUG][2021-04-25 19:07:14,246][org.mybatis.spring.mapper.ClassPathMapperScanner]Creating MapperFactoryBean with name 'optionsMapper' and 'com.exam.dao.OptionsMapper' mapperInterface
[DEBUG][2021-04-25 19:07:14,246][org.mybatis.spring.mapper.ClassPathMapperScanner]Creating MapperFactoryBean with name 'questionBankMapper' and 'com.exam.dao.QuestionBankMapper' mapperInterface
[DEBUG][2021-04-25 19:07:14,247][org.mybatis.spring.mapper.ClassPathMapperScanner]Creating MapperFactoryBean with name 'scoreMapper' and 'com.exam.dao.ScoreMapper' mapperInterface
[DEBUG][2021-04-25 19:07:14,247][org.mybatis.spring.mapper.ClassPathMapperScanner]Creating MapperFactoryBean with name 'testPaperMapper' and 'com.exam.dao.TestPaperMapper' mapperInterface
[DEBUG][2021-04-25 19:07:14,247][org.mybatis.spring.mapper.ClassPathMapperScanner]Creating MapperFactoryBean with name 'testPaperTestsMapper' and 'com.exam.dao.TestPaperTestsMapper' mapperInterface
[DEBUG][2021-04-25 19:07:14,247][org.mybatis.spring.mapper.ClassPathMapperScanner]Creating MapperFactoryBean with name 'userPaperMapper' and 'com.exam.dao.UserPaperMapper' mapperInterface
[DEBUG][2021-04-25 19:07:14,247][org.mybatis.spring.mapper.ClassPathMapperScanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.exam.dao.UsersMapper' mapperInterface
[DEBUG][2021-04-25 19:07:14,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[DEBUG][2021-04-25 19:07:14,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[DEBUG][2021-04-25 19:07:14,252][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:14,280][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[DEBUG][2021-04-25 19:07:14,280][org.springframework.core.env.MutablePropertySources]Adding [environmentProperties] PropertySource with lowest search precedence
[INFO][2021-04-25 19:07:14,280][org.springframework.context.support.PropertySourcesPlaceholderConfigurer]Loading properties file from class path resource [jdbc.properties]
[DEBUG][2021-04-25 19:07:14,281][org.springframework.core.env.MutablePropertySources]Adding [localProperties] PropertySource with lowest search precedence
[DEBUG][2021-04-25 19:07:14,283][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'jdbc.url' in any property source
[DEBUG][2021-04-25 19:07:14,284][org.springframework.core.env.PropertySourcesPropertyResolver]Found key 'jdbc.url' in [localProperties] with type [String] and value 'jdbc:mysql://127.0.0.1:3306/exam?useUnicode=true&characterEncoding=utf8'
[DEBUG][2021-04-25 19:07:14,286][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'jdbc.username' in any property source
[DEBUG][2021-04-25 19:07:14,286][org.springframework.core.env.PropertySourcesPropertyResolver]Found key 'jdbc.username' in [localProperties] with type [String] and value 'root'
[DEBUG][2021-04-25 19:07:14,286][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'jdbc.password' in any property source
[DEBUG][2021-04-25 19:07:14,286][org.springframework.core.env.PropertySourcesPropertyResolver]Found key 'jdbc.password' in [localProperties] with type [String] and value 'root'
[DEBUG][2021-04-25 19:07:14,290][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[DEBUG][2021-04-25 19:07:14,290][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[DEBUG][2021-04-25 19:07:14,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:14,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[DEBUG][2021-04-25 19:07:14,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[DEBUG][2021-04-25 19:07:14,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[DEBUG][2021-04-25 19:07:14,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:14,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[DEBUG][2021-04-25 19:07:14,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[DEBUG][2021-04-25 19:07:14,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[DEBUG][2021-04-25 19:07:14,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:14,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[DEBUG][2021-04-25 19:07:14,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[DEBUG][2021-04-25 19:07:14,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[DEBUG][2021-04-25 19:07:14,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:14,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[DEBUG][2021-04-25 19:07:14,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[DEBUG][2021-04-25 19:07:14,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[DEBUG][2021-04-25 19:07:14,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:14,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[DEBUG][2021-04-25 19:07:14,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
[DEBUG][2021-04-25 19:07:14,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator'
[DEBUG][2021-04-25 19:07:14,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:14,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator'
[DEBUG][2021-04-25 19:07:14,350][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@158a8276]
[DEBUG][2021-04-25 19:07:14,356][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@394df057]
[DEBUG][2021-04-25 19:07:14,358][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4e91d63f: defining beans [adminController,codeController,questionBankController,scoreController,testPaperController,usersController,examController,pageController,indexController,userTestPaperVo,adminServiceImpl,examServiceImpl,questionBankServiceImpl,scoreServiceImpl,testPaperServiceImpl,testPaperTestServiceImpl,usersServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,txAdvice,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,adminMapper,examMapper,optionsMapper,questionBankMapper,scoreMapper,testPaperMapper,testPaperTestsMapper,userPaperMapper,usersMapper]; root of factory hierarchy
[DEBUG][2021-04-25 19:07:14,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'adminController'
[DEBUG][2021-04-25 19:07:14,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'adminController'
[DEBUG][2021-04-25 19:07:14,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:14,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:14,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:14,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)#5b94b04d'
[DEBUG][2021-04-25 19:07:14,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)#5b94b04d'
[DEBUG][2021-04-25 19:07:14,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:14,436][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.controller.admin.AdminController]: AutowiredFieldElement for private com.exam.dao.AdminMapper com.exam.controller.admin.AdminController.adminMapper
[DEBUG][2021-04-25 19:07:14,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'adminController' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:14,441][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'adminController': AutowiredFieldElement for private com.exam.dao.AdminMapper com.exam.controller.admin.AdminController.adminMapper
[DEBUG][2021-04-25 19:07:14,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:14,497][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
[DEBUG][2021-04-25 19:07:14,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:14,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:14,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:14,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:14,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:14,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:14,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:14,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:14,527][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:14,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'adminMapper'
[DEBUG][2021-04-25 19:07:14,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'adminMapper'
[DEBUG][2021-04-25 19:07:14,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:14,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'adminMapper' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:14,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:07:14,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:07:14,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:14,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:14,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource'
[DEBUG][2021-04-25 19:07:14,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource'
[DEBUG][2021-04-25 19:07:14,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:14,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:14,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource'
[INFO][2021-04-25 19:07:15,138][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited
[DEBUG][2021-04-25 19:07:15,138][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,138][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource'
[DEBUG][2021-04-25 19:07:15,466][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper]
[DEBUG][2021-04-25 19:07:15,467][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper] for files matching pattern [C:/Users/Administrator/Desktop/Exam/target/classes/com/exam/mapper/*.xml]
[DEBUG][2021-04-25 19:07:15,469][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/exam/mapper/*.xml] to resources [file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\AdminMapper.xml], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\ExamMapper.xml], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\OptionsMapper.xml], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\QuestionBankMapper.xml], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\ScoreMapper.xml], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\TestPaperMapper.xml], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\TestPaperTestsMapper.xml], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\UserPaperMapper.xml], file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\UsersMapper.xml]]
[DEBUG][2021-04-25 19:07:15,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory'
[DEBUG][2021-04-25 19:07:15,578][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [mybatis-config.xml]'
[DEBUG][2021-04-25 19:07:15,653][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\AdminMapper.xml]'
[DEBUG][2021-04-25 19:07:15,675][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\ExamMapper.xml]'
[DEBUG][2021-04-25 19:07:15,698][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\OptionsMapper.xml]'
[DEBUG][2021-04-25 19:07:15,713][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\QuestionBankMapper.xml]'
[DEBUG][2021-04-25 19:07:15,729][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\ScoreMapper.xml]'
[DEBUG][2021-04-25 19:07:15,742][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\TestPaperMapper.xml]'
[DEBUG][2021-04-25 19:07:15,759][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\TestPaperTestsMapper.xml]'
[DEBUG][2021-04-25 19:07:15,771][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\UserPaperMapper.xml]'
[DEBUG][2021-04-25 19:07:15,781][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\Administrator\Desktop\Exam\target\classes\com\exam\mapper\UsersMapper.xml]'
[DEBUG][2021-04-25 19:07:15,783][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,783][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:07:15,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'adminMapper'
[DEBUG][2021-04-25 19:07:15,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'adminMapper'
[DEBUG][2021-04-25 19:07:15,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,812][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'adminController' to bean named 'adminMapper'
[DEBUG][2021-04-25 19:07:15,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'adminController'
[DEBUG][2021-04-25 19:07:15,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'codeController'
[DEBUG][2021-04-25 19:07:15,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'codeController'
[DEBUG][2021-04-25 19:07:15,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'codeController' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:15,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'codeController'
[DEBUG][2021-04-25 19:07:15,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'questionBankController'
[DEBUG][2021-04-25 19:07:15,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'questionBankController'
[DEBUG][2021-04-25 19:07:15,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,821][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.controller.admin.QuestionBankController]: AutowiredFieldElement for private com.exam.service.QuestionBankService com.exam.controller.admin.QuestionBankController.questionBankService
[DEBUG][2021-04-25 19:07:15,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'questionBankController' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:15,823][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'questionBankController': AutowiredFieldElement for private com.exam.service.QuestionBankService com.exam.controller.admin.QuestionBankController.questionBankService
[DEBUG][2021-04-25 19:07:15,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'questionBankServiceImpl'
[DEBUG][2021-04-25 19:07:15,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'questionBankServiceImpl'
[DEBUG][2021-04-25 19:07:15,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,825][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.service.impl.QuestionBankServiceImpl]: AutowiredFieldElement for private com.exam.dao.QuestionBankMapper com.exam.service.impl.QuestionBankServiceImpl.questionBankMapper
[DEBUG][2021-04-25 19:07:15,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'questionBankServiceImpl' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:15,827][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'questionBankServiceImpl': AutowiredFieldElement for private com.exam.dao.QuestionBankMapper com.exam.service.impl.QuestionBankServiceImpl.questionBankMapper
[DEBUG][2021-04-25 19:07:15,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'questionBankMapper'
[DEBUG][2021-04-25 19:07:15,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'questionBankMapper'
[DEBUG][2021-04-25 19:07:15,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'questionBankMapper' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:15,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:07:15,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'questionBankMapper'
[DEBUG][2021-04-25 19:07:15,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'questionBankMapper'
[DEBUG][2021-04-25 19:07:15,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,832][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'questionBankServiceImpl' to bean named 'questionBankMapper'
[DEBUG][2021-04-25 19:07:15,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'txAdvice'
[DEBUG][2021-04-25 19:07:15,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'txAdvice'
[DEBUG][2021-04-25 19:07:15,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'txAdvice' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:15,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager'
[DEBUG][2021-04-25 19:07:15,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager'
[DEBUG][2021-04-25 19:07:15,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:15,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource'
[DEBUG][2021-04-25 19:07:15,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager'
[DEBUG][2021-04-25 19:07:15,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager'
[DEBUG][2021-04-25 19:07:15,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)#3da05287'
[DEBUG][2021-04-25 19:07:15,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,878][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT]
[DEBUG][2021-04-25 19:07:15,878][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT]
[DEBUG][2021-04-25 19:07:15,878][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT]
[DEBUG][2021-04-25 19:07:15,878][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT]
[DEBUG][2021-04-25 19:07:15,878][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT,readOnly]
[DEBUG][2021-04-25 19:07:15,878][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT,readOnly]
[DEBUG][2021-04-25 19:07:15,878][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [select*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT,readOnly]
[DEBUG][2021-04-25 19:07:15,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)#3da05287'
[DEBUG][2021-04-25 19:07:15,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'txAdvice'
[DEBUG][2021-04-25 19:07:15,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'txAdvice'
[DEBUG][2021-04-25 19:07:15,897][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'questionBankServiceImpl' with 0 common interceptors and 2 specific interceptors
[DEBUG][2021-04-25 19:07:15,900][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.exam.service.impl.QuestionBankServiceImpl@cd1d761]
[DEBUG][2021-04-25 19:07:15,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'questionBankServiceImpl'
[DEBUG][2021-04-25 19:07:15,906][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'questionBankController' to bean named 'questionBankServiceImpl'
[DEBUG][2021-04-25 19:07:15,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'questionBankController'
[DEBUG][2021-04-25 19:07:15,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'scoreController'
[DEBUG][2021-04-25 19:07:15,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'scoreController'
[DEBUG][2021-04-25 19:07:15,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,908][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.controller.admin.ScoreController]: AutowiredFieldElement for private com.exam.service.ScoreService com.exam.controller.admin.ScoreController.scoreService
[DEBUG][2021-04-25 19:07:15,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'scoreController' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:15,911][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'scoreController': AutowiredFieldElement for private com.exam.service.ScoreService com.exam.controller.admin.ScoreController.scoreService
[DEBUG][2021-04-25 19:07:15,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'scoreServiceImpl'
[DEBUG][2021-04-25 19:07:15,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'scoreServiceImpl'
[DEBUG][2021-04-25 19:07:15,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,913][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.service.impl.ScoreServiceImpl]: AutowiredFieldElement for private com.exam.dao.ScoreMapper com.exam.service.impl.ScoreServiceImpl.scoreMapper
[DEBUG][2021-04-25 19:07:15,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'scoreServiceImpl' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:15,916][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'scoreServiceImpl': AutowiredFieldElement for private com.exam.dao.ScoreMapper com.exam.service.impl.ScoreServiceImpl.scoreMapper
[DEBUG][2021-04-25 19:07:15,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'scoreMapper'
[DEBUG][2021-04-25 19:07:15,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'scoreMapper'
[DEBUG][2021-04-25 19:07:15,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'scoreMapper' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:15,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:07:15,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'scoreMapper'
[DEBUG][2021-04-25 19:07:15,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'scoreMapper'
[DEBUG][2021-04-25 19:07:15,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,922][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'scoreServiceImpl' to bean named 'scoreMapper'
[DEBUG][2021-04-25 19:07:15,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,924][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'scoreServiceImpl' with 0 common interceptors and 2 specific interceptors
[DEBUG][2021-04-25 19:07:15,924][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.exam.service.impl.ScoreServiceImpl@57abad67]
[DEBUG][2021-04-25 19:07:15,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'scoreServiceImpl'
[DEBUG][2021-04-25 19:07:15,926][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'scoreController' to bean named 'scoreServiceImpl'
[DEBUG][2021-04-25 19:07:15,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'scoreController'
[DEBUG][2021-04-25 19:07:15,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'testPaperController'
[DEBUG][2021-04-25 19:07:15,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'testPaperController'
[DEBUG][2021-04-25 19:07:15,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,930][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.controller.admin.TestPaperController]: AutowiredFieldElement for private com.exam.service.TestPaperService com.exam.controller.admin.TestPaperController.testPaperService
[DEBUG][2021-04-25 19:07:15,930][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.controller.admin.TestPaperController]: AutowiredFieldElement for private com.exam.dao.QuestionBankMapper com.exam.controller.admin.TestPaperController.questionBankMapper
[DEBUG][2021-04-25 19:07:15,930][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.controller.admin.TestPaperController]: AutowiredFieldElement for private com.exam.service.TestPaperTestService com.exam.controller.admin.TestPaperController.testPaperTestService
[DEBUG][2021-04-25 19:07:15,930][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.controller.admin.TestPaperController]: AutowiredFieldElement for private com.exam.dao.TestPaperMapper com.exam.controller.admin.TestPaperController.testPaperController
[DEBUG][2021-04-25 19:07:15,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'testPaperController' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:15,932][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'testPaperController': AutowiredFieldElement for private com.exam.service.TestPaperService com.exam.controller.admin.TestPaperController.testPaperService
[DEBUG][2021-04-25 19:07:15,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'testPaperServiceImpl'
[DEBUG][2021-04-25 19:07:15,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'testPaperServiceImpl'
[DEBUG][2021-04-25 19:07:15,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,934][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.service.impl.TestPaperServiceImpl]: AutowiredFieldElement for private com.exam.dao.TestPaperMapper com.exam.service.impl.TestPaperServiceImpl.testPaperMapper
[DEBUG][2021-04-25 19:07:15,934][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.service.impl.TestPaperServiceImpl]: AutowiredFieldElement for private com.exam.dao.QuestionBankMapper com.exam.service.impl.TestPaperServiceImpl.questionBankMapper
[DEBUG][2021-04-25 19:07:15,934][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.service.impl.TestPaperServiceImpl]: AutowiredFieldElement for private com.exam.dao.UserPaperMapper com.exam.service.impl.TestPaperServiceImpl.userPaperMapper
[DEBUG][2021-04-25 19:07:15,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'testPaperServiceImpl' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:15,938][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'testPaperServiceImpl': AutowiredFieldElement for private com.exam.dao.TestPaperMapper com.exam.service.impl.TestPaperServiceImpl.testPaperMapper
[DEBUG][2021-04-25 19:07:15,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'testPaperMapper'
[DEBUG][2021-04-25 19:07:15,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'testPaperMapper'
[DEBUG][2021-04-25 19:07:15,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'testPaperMapper' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:15,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:07:15,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'testPaperMapper'
[DEBUG][2021-04-25 19:07:15,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'testPaperMapper'
[DEBUG][2021-04-25 19:07:15,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,943][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'testPaperServiceImpl' to bean named 'testPaperMapper'
[DEBUG][2021-04-25 19:07:15,943][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'testPaperServiceImpl': AutowiredFieldElement for private com.exam.dao.QuestionBankMapper com.exam.service.impl.TestPaperServiceImpl.questionBankMapper
[DEBUG][2021-04-25 19:07:15,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'questionBankMapper'
[DEBUG][2021-04-25 19:07:15,943][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'testPaperServiceImpl' to bean named 'questionBankMapper'
[DEBUG][2021-04-25 19:07:15,943][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'testPaperServiceImpl': AutowiredFieldElement for private com.exam.dao.UserPaperMapper com.exam.service.impl.TestPaperServiceImpl.userPaperMapper
[DEBUG][2021-04-25 19:07:15,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userPaperMapper'
[DEBUG][2021-04-25 19:07:15,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userPaperMapper'
[DEBUG][2021-04-25 19:07:15,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userPaperMapper' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:15,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:07:15,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'userPaperMapper'
[DEBUG][2021-04-25 19:07:15,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userPaperMapper'
[DEBUG][2021-04-25 19:07:15,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,947][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'testPaperServiceImpl' to bean named 'userPaperMapper'
[DEBUG][2021-04-25 19:07:15,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,948][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'testPaperServiceImpl' with 0 common interceptors and 2 specific interceptors
[DEBUG][2021-04-25 19:07:15,948][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.exam.service.impl.TestPaperServiceImpl@23aa363a]
[DEBUG][2021-04-25 19:07:15,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'testPaperServiceImpl'
[DEBUG][2021-04-25 19:07:15,951][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'testPaperController' to bean named 'testPaperServiceImpl'
[DEBUG][2021-04-25 19:07:15,951][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'testPaperController': AutowiredFieldElement for private com.exam.dao.QuestionBankMapper com.exam.controller.admin.TestPaperController.questionBankMapper
[DEBUG][2021-04-25 19:07:15,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'questionBankMapper'
[DEBUG][2021-04-25 19:07:15,951][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'testPaperController' to bean named 'questionBankMapper'
[DEBUG][2021-04-25 19:07:15,952][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'testPaperController': AutowiredFieldElement for private com.exam.service.TestPaperTestService com.exam.controller.admin.TestPaperController.testPaperTestService
[DEBUG][2021-04-25 19:07:15,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'testPaperTestServiceImpl'
[DEBUG][2021-04-25 19:07:15,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'testPaperTestServiceImpl'
[DEBUG][2021-04-25 19:07:15,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,954][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.service.impl.TestPaperTestServiceImpl]: AutowiredFieldElement for private com.exam.dao.TestPaperTestsMapper com.exam.service.impl.TestPaperTestServiceImpl.testPaperTestsMapper
[DEBUG][2021-04-25 19:07:15,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'testPaperTestServiceImpl' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:15,958][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'testPaperTestServiceImpl': AutowiredFieldElement for private com.exam.dao.TestPaperTestsMapper com.exam.service.impl.TestPaperTestServiceImpl.testPaperTestsMapper
[DEBUG][2021-04-25 19:07:15,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'testPaperTestsMapper'
[DEBUG][2021-04-25 19:07:15,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'testPaperTestsMapper'
[DEBUG][2021-04-25 19:07:15,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'testPaperTestsMapper' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:15,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:07:15,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'testPaperTestsMapper'
[DEBUG][2021-04-25 19:07:15,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'testPaperTestsMapper'
[DEBUG][2021-04-25 19:07:15,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,963][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'testPaperTestServiceImpl' to bean named 'testPaperTestsMapper'
[DEBUG][2021-04-25 19:07:15,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,964][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'testPaperTestServiceImpl' with 0 common interceptors and 2 specific interceptors
[DEBUG][2021-04-25 19:07:15,964][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.exam.service.impl.TestPaperTestServiceImpl@1e8ce150]
[DEBUG][2021-04-25 19:07:15,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'testPaperTestServiceImpl'
[DEBUG][2021-04-25 19:07:15,966][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'testPaperController' to bean named 'testPaperTestServiceImpl'
[DEBUG][2021-04-25 19:07:15,966][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'testPaperController': AutowiredFieldElement for private com.exam.dao.TestPaperMapper com.exam.controller.admin.TestPaperController.testPaperController
[DEBUG][2021-04-25 19:07:15,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'testPaperMapper'
[DEBUG][2021-04-25 19:07:15,967][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'testPaperController' to bean named 'testPaperMapper'
[DEBUG][2021-04-25 19:07:15,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'testPaperController'
[DEBUG][2021-04-25 19:07:15,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersController'
[DEBUG][2021-04-25 19:07:15,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersController'
[DEBUG][2021-04-25 19:07:15,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,970][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.controller.admin.UsersController]: AutowiredFieldElement for private com.exam.service.UsersService com.exam.controller.admin.UsersController.usersService
[DEBUG][2021-04-25 19:07:15,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersController' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:15,973][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'usersController': AutowiredFieldElement for private com.exam.service.UsersService com.exam.controller.admin.UsersController.usersService
[DEBUG][2021-04-25 19:07:15,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersServiceImpl'
[DEBUG][2021-04-25 19:07:15,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersServiceImpl'
[DEBUG][2021-04-25 19:07:15,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,974][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.service.impl.UsersServiceImpl]: AutowiredFieldElement for private com.exam.dao.UsersMapper com.exam.service.impl.UsersServiceImpl.usersMapper
[DEBUG][2021-04-25 19:07:15,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersServiceImpl' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:15,978][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'usersServiceImpl': AutowiredFieldElement for private com.exam.dao.UsersMapper com.exam.service.impl.UsersServiceImpl.usersMapper
[DEBUG][2021-04-25 19:07:15,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper'
[DEBUG][2021-04-25 19:07:15,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper'
[DEBUG][2021-04-25 19:07:15,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:15,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:07:15,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper'
[DEBUG][2021-04-25 19:07:15,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper'
[DEBUG][2021-04-25 19:07:15,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,983][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'usersServiceImpl' to bean named 'usersMapper'
[DEBUG][2021-04-25 19:07:15,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,983][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'usersServiceImpl' with 0 common interceptors and 2 specific interceptors
[DEBUG][2021-04-25 19:07:15,984][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.exam.service.impl.UsersServiceImpl@56f0cc85]
[DEBUG][2021-04-25 19:07:15,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersServiceImpl'
[DEBUG][2021-04-25 19:07:15,987][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'usersController' to bean named 'usersServiceImpl'
[DEBUG][2021-04-25 19:07:15,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersController'
[DEBUG][2021-04-25 19:07:15,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'examController'
[DEBUG][2021-04-25 19:07:15,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'examController'
[DEBUG][2021-04-25 19:07:15,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,993][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.controller.exam.ExamController]: AutowiredFieldElement for private com.exam.service.ExamService com.exam.controller.exam.ExamController.examService
[DEBUG][2021-04-25 19:07:15,993][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.controller.exam.ExamController]: AutowiredFieldElement for private com.exam.service.TestPaperService com.exam.controller.exam.ExamController.testPaperService
[DEBUG][2021-04-25 19:07:15,993][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'examController' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:15,995][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'examController': AutowiredFieldElement for private com.exam.service.ExamService com.exam.controller.exam.ExamController.examService
[DEBUG][2021-04-25 19:07:15,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'examServiceImpl'
[DEBUG][2021-04-25 19:07:15,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'examServiceImpl'
[DEBUG][2021-04-25 19:07:15,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:15,997][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.service.impl.ExamServiceImpl]: AutowiredFieldElement for private com.exam.dao.ExamMapper com.exam.service.impl.ExamServiceImpl.examMapper
[DEBUG][2021-04-25 19:07:15,997][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.service.impl.ExamServiceImpl]: AutowiredFieldElement for private com.exam.dao.ScoreMapper com.exam.service.impl.ExamServiceImpl.scoreMapper
[DEBUG][2021-04-25 19:07:15,997][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.service.impl.ExamServiceImpl]: AutowiredFieldElement for private com.exam.dao.UserPaperMapper com.exam.service.impl.ExamServiceImpl.userPaperMapper
[DEBUG][2021-04-25 19:07:15,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'examServiceImpl' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:16,000][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'examServiceImpl': AutowiredFieldElement for private com.exam.dao.ExamMapper com.exam.service.impl.ExamServiceImpl.examMapper
[DEBUG][2021-04-25 19:07:16,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'examMapper'
[DEBUG][2021-04-25 19:07:16,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'examMapper'
[DEBUG][2021-04-25 19:07:16,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'examMapper' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:16,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:07:16,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'examMapper'
[DEBUG][2021-04-25 19:07:16,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'examMapper'
[DEBUG][2021-04-25 19:07:16,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,004][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'examServiceImpl' to bean named 'examMapper'
[DEBUG][2021-04-25 19:07:16,004][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'examServiceImpl': AutowiredFieldElement for private com.exam.dao.ScoreMapper com.exam.service.impl.ExamServiceImpl.scoreMapper
[DEBUG][2021-04-25 19:07:16,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'scoreMapper'
[DEBUG][2021-04-25 19:07:16,005][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'examServiceImpl' to bean named 'scoreMapper'
[DEBUG][2021-04-25 19:07:16,005][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'examServiceImpl': AutowiredFieldElement for private com.exam.dao.UserPaperMapper com.exam.service.impl.ExamServiceImpl.userPaperMapper
[DEBUG][2021-04-25 19:07:16,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userPaperMapper'
[DEBUG][2021-04-25 19:07:16,005][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'examServiceImpl' to bean named 'userPaperMapper'
[DEBUG][2021-04-25 19:07:16,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,006][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'examServiceImpl' with 0 common interceptors and 2 specific interceptors
[DEBUG][2021-04-25 19:07:16,006][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.exam.service.impl.ExamServiceImpl@10b9db7b]
[DEBUG][2021-04-25 19:07:16,008][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'examServiceImpl'
[DEBUG][2021-04-25 19:07:16,008][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'examController' to bean named 'examServiceImpl'
[DEBUG][2021-04-25 19:07:16,008][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'examController': AutowiredFieldElement for private com.exam.service.TestPaperService com.exam.controller.exam.ExamController.testPaperService
[DEBUG][2021-04-25 19:07:16,008][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'testPaperServiceImpl'
[DEBUG][2021-04-25 19:07:16,008][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'examController' to bean named 'testPaperServiceImpl'
[DEBUG][2021-04-25 19:07:16,008][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,008][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'examController'
[DEBUG][2021-04-25 19:07:16,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pageController'
[DEBUG][2021-04-25 19:07:16,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pageController'
[DEBUG][2021-04-25 19:07:16,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pageController' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:16,011][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,011][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pageController'
[DEBUG][2021-04-25 19:07:16,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'indexController'
[DEBUG][2021-04-25 19:07:16,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'indexController'
[DEBUG][2021-04-25 19:07:16,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,012][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.controller.IndexController]: AutowiredFieldElement for private com.exam.dao.UsersMapper com.exam.controller.IndexController.UsersMapper
[DEBUG][2021-04-25 19:07:16,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'indexController' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:16,014][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'indexController': AutowiredFieldElement for private com.exam.dao.UsersMapper com.exam.controller.IndexController.UsersMapper
[DEBUG][2021-04-25 19:07:16,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper'
[DEBUG][2021-04-25 19:07:16,014][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'indexController' to bean named 'usersMapper'
[DEBUG][2021-04-25 19:07:16,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'indexController'
[DEBUG][2021-04-25 19:07:16,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userTestPaperVo'
[DEBUG][2021-04-25 19:07:16,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userTestPaperVo'
[DEBUG][2021-04-25 19:07:16,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userTestPaperVo' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:16,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userTestPaperVo'
[DEBUG][2021-04-25 19:07:16,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'adminServiceImpl'
[DEBUG][2021-04-25 19:07:16,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'adminServiceImpl'
[DEBUG][2021-04-25 19:07:16,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,023][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.exam.service.impl.AdminServiceImpl]: AutowiredFieldElement for private com.exam.dao.AdminMapper com.exam.service.impl.AdminServiceImpl.adminMapper
[DEBUG][2021-04-25 19:07:16,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'adminServiceImpl' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:16,027][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'adminServiceImpl': AutowiredFieldElement for private com.exam.dao.AdminMapper com.exam.service.impl.AdminServiceImpl.adminMapper
[DEBUG][2021-04-25 19:07:16,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'adminMapper'
[DEBUG][2021-04-25 19:07:16,027][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'adminServiceImpl' to bean named 'adminMapper'
[DEBUG][2021-04-25 19:07:16,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,028][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'adminServiceImpl' with 0 common interceptors and 2 specific interceptors
[DEBUG][2021-04-25 19:07:16,028][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.exam.service.impl.AdminServiceImpl@4372b9b6]
[DEBUG][2021-04-25 19:07:16,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'adminServiceImpl'
[DEBUG][2021-04-25 19:07:16,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'examServiceImpl'
[DEBUG][2021-04-25 19:07:16,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'questionBankServiceImpl'
[DEBUG][2021-04-25 19:07:16,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'scoreServiceImpl'
[DEBUG][2021-04-25 19:07:16,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'testPaperServiceImpl'
[DEBUG][2021-04-25 19:07:16,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'testPaperTestServiceImpl'
[DEBUG][2021-04-25 19:07:16,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersServiceImpl'
[DEBUG][2021-04-25 19:07:16,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[DEBUG][2021-04-25 19:07:16,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[DEBUG][2021-04-25 19:07:16,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[DEBUG][2021-04-25 19:07:16,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[DEBUG][2021-04-25 19:07:16,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
[DEBUG][2021-04-25 19:07:16,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor'
[DEBUG][2021-04-25 19:07:16,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:16,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor'
[DEBUG][2021-04-25 19:07:16,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
[DEBUG][2021-04-25 19:07:16,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory'
[DEBUG][2021-04-25 19:07:16,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:16,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory'
[DEBUG][2021-04-25 19:07:16,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[DEBUG][2021-04-25 19:07:16,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource'
[DEBUG][2021-04-25 19:07:16,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:07:16,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
[DEBUG][2021-04-25 19:07:16,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager'
[DEBUG][2021-04-25 19:07:16,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'txAdvice'
[DEBUG][2021-04-25 19:07:16,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
[DEBUG][2021-04-25 19:07:16,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[DEBUG][2021-04-25 19:07:16,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[DEBUG][2021-04-25 19:07:16,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'adminMapper'
[DEBUG][2021-04-25 19:07:16,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'examMapper'
[DEBUG][2021-04-25 19:07:16,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'optionsMapper'
[DEBUG][2021-04-25 19:07:16,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'optionsMapper'
[DEBUG][2021-04-25 19:07:16,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'optionsMapper' to allow for resolving potential circular references
[DEBUG][2021-04-25 19:07:16,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:07:16,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'optionsMapper'
[DEBUG][2021-04-25 19:07:16,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'optionsMapper'
[DEBUG][2021-04-25 19:07:16,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'questionBankMapper'
[DEBUG][2021-04-25 19:07:16,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'scoreMapper'
[DEBUG][2021-04-25 19:07:16,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'testPaperMapper'
[DEBUG][2021-04-25 19:07:16,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'testPaperTestsMapper'
[DEBUG][2021-04-25 19:07:16,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userPaperMapper'
[DEBUG][2021-04-25 19:07:16,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper'
[DEBUG][2021-04-25 19:07:16,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
[DEBUG][2021-04-25 19:07:16,074][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@59f63e24]
[DEBUG][2021-04-25 19:07:16,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor'
[DEBUG][2021-04-25 19:07:16,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:07:16,079][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source
[DEBUG][2021-04-25 19:07:16,081][org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]Storing ApplicationContext in cache under key [[MergedContextConfiguration@31ef45e3 testClass = QuestionBankTest, locations = '{classpath*:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
[DEBUG][2021-04-25 19:07:16,082][org.springframework.test.context.cache]Spring test ApplicationContext cache statistics: [DefaultContextCache@294e5088 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 0, missCount = 1]
[DEBUG][2021-04-25 19:07:16,085][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'com.exam.tests.QuestionBankTest': AutowiredFieldElement for private com.exam.dao.QuestionBankMapper com.exam.tests.QuestionBankTest.questionBankMapper
[DEBUG][2021-04-25 19:07:16,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'questionBankMapper'
[DEBUG][2021-04-25 19:07:16,085][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.exam.tests.QuestionBankTest' to bean named 'questionBankMapper'
[DEBUG][2021-04-25 19:07:16,085][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected element of bean 'com.exam.tests.QuestionBankTest': AutowiredFieldElement for private com.exam.service.QuestionBankService com.exam.tests.QuestionBankTest.qbs
[DEBUG][2021-04-25 19:07:16,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'questionBankServiceImpl'
[DEBUG][2021-04-25 19:07:16,085][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.exam.tests.QuestionBankTest' to bean named 'questionBankServiceImpl'
[DEBUG][2021-04-25 19:07:16,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
[DEBUG][2021-04-25 19:07:16,089][org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener]Before test method: context [DefaultTestContext@57fffcd7 testClass = QuestionBankTest, testInstance = com.exam.tests.QuestionBankTest@4cf777e8, testMethod = testDate@QuestionBankTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@31ef45e3 testClass = QuestionBankTest, locations = '{classpath*:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
[DEBUG][2021-04-25 19:07:16,096][org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener]After test method: context [DefaultTestContext@57fffcd7 testClass = QuestionBankTest, testInstance = com.exam.tests.QuestionBankTest@4cf777e8, testMethod = testDate@QuestionBankTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@31ef45e3 testClass = QuestionBankTest, locations = '{classpath*:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
[DEBUG][2021-04-25 19:07:16,098][org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener]After test class: context [DefaultTestContext@57fffcd7 testClass = QuestionBankTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@31ef45e3 testClass = QuestionBankTest, locations = '{classpath*:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
[INFO][2021-04-25 19:07:16,100][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@a67c67e: startup date [Sun Apr 25 19:07:14 CST 2021]; root of context hierarchy
[DEBUG][2021-04-25 19:07:16,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory'
[DEBUG][2021-04-25 19:07:16,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor'
[DEBUG][2021-04-25 19:07:16,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4e91d63f: defining beans [adminController,codeController,questionBankController,scoreController,testPaperController,usersController,examController,pageController,indexController,userTestPaperVo,adminServiceImpl,examServiceImpl,questionBankServiceImpl,scoreServiceImpl,testPaperServiceImpl,testPaperTestServiceImpl,usersServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,txAdvice,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,adminMapper,examMapper,optionsMapper,questionBankMapper,scoreMapper,testPaperMapper,testPaperTestsMapper,userPaperMapper,usersMapper]; root of factory hierarchy
[DEBUG][2021-04-25 19:07:16,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'sqlSessionFactory': [adminMapper, questionBankMapper, scoreMapper, testPaperMapper, userPaperMapper, testPaperTestsMapper, usersMapper, examMapper, optionsMapper]
[DEBUG][2021-04-25 19:07:16,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'adminMapper': [adminController, adminServiceImpl]
[DEBUG][2021-04-25 19:07:16,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'questionBankMapper': [questionBankServiceImpl, testPaperServiceImpl, testPaperController, com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:07:16,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'questionBankServiceImpl': [questionBankController, com.exam.tests.QuestionBankTest]
[DEBUG][2021-04-25 19:07:16,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'testPaperServiceImpl': [testPaperController, examController]
[DEBUG][2021-04-25 19:07:16,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'scoreMapper': [scoreServiceImpl, examServiceImpl]
[DEBUG][2021-04-25 19:07:16,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'scoreServiceImpl': [scoreController]
[DEBUG][2021-04-25 19:07:16,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'testPaperTestsMapper': [testPaperTestServiceImpl]
[DEBUG][2021-04-25 19:07:16,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'usersMapper': [usersServiceImpl, indexController]
[DEBUG][2021-04-25 19:07:16,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'usersServiceImpl': [usersController]
[DEBUG][2021-04-25 19:07:16,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'dataSource': [transactionManager]
[DEBUG][2021-04-25 19:07:16,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'transactionManager': [txAdvice]
[DEBUG][2021-04-25 19:07:16,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)#3da05287': [txAdvice]
[DEBUG][2021-04-25 19:07:16,101][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource'
[INFO][2021-04-25 19:07:16,105][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化