1 Star 0 Fork 0

Reisen/portal-springmvc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
log.txt.2022-08-01 246.18 KB
一键复制 编辑 原始数据 按行查看 历史
Reisen 提交于 2022-12-06 17:39 . 12345
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119
2022-08-01 14:44:54,700 [main] [org.springframework.context.support.ClassPathXmlApplicationContext] [DEBUG] - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@12f41634
2022-08-01 14:44:55,424 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\configuration\GlobalExceptionHandler.class]
2022-08-01 14:44:55,504 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\AssetStatusController.class]
2022-08-01 14:44:55,540 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\AssetTypeController.class]
2022-08-01 14:44:55,545 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\DeptController.class]
2022-08-01 14:44:55,576 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\IndexController.class]
2022-08-01 14:44:55,593 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\LogController.class]
2022-08-01 14:44:55,616 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\LogMapController.class]
2022-08-01 14:44:55,639 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\LoginController.class]
2022-08-01 14:44:55,698 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\MenuController.class]
2022-08-01 14:44:55,710 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\PermissionController.class]
2022-08-01 14:44:55,756 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\RoleController.class]
2022-08-01 14:44:55,794 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\SexController.class]
2022-08-01 14:44:55,824 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\TestController.class]
2022-08-01 14:44:55,839 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\UserController.class]
2022-08-01 14:44:56,622 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\AssetStatusServiceImpl.class]
2022-08-01 14:44:56,648 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\AssetTypeServiceImpl.class]
2022-08-01 14:44:56,649 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\DeptServiceImpl.class]
2022-08-01 14:44:56,656 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\LogMapServiceImpl.class]
2022-08-01 14:44:56,664 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\LogServiceImpl.class]
2022-08-01 14:44:56,673 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\MenuServiceImpl.class]
2022-08-01 14:44:56,679 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\PermissionServiceImpl.class]
2022-08-01 14:44:56,686 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\RoleServiceImpl.class]
2022-08-01 14:44:56,691 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\SexServiceImpl.class]
2022-08-01 14:44:56,698 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\UserServiceImpl.class]
2022-08-01 14:44:56,764 [main] [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] [DEBUG] - Loaded 46 bean definitions from class path resource [applicationContext.xml]
2022-08-01 14:44:56,820 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2022-08-01 14:44:56,919 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2022-08-01 14:44:56,962 [main] [org.apache.ibatis.logging.LogFactory] [DEBUG] - Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
2022-08-01 14:44:56,968 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\AssetStatusMapper.class]
2022-08-01 14:44:56,968 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\AssetTypeMapper.class]
2022-08-01 14:44:56,969 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\DeptMapper.class]
2022-08-01 14:44:56,969 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\LogMapMapper.class]
2022-08-01 14:44:56,969 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\LogMapper.class]
2022-08-01 14:44:56,969 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\MenuMapper.class]
2022-08-01 14:44:56,970 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\MenuRoleMapper.class]
2022-08-01 14:44:56,970 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\PermissionMapper.class]
2022-08-01 14:44:56,970 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\RoleMapper.class]
2022-08-01 14:44:56,970 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\RolePermissionMapper.class]
2022-08-01 14:44:56,970 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\SexMapper.class]
2022-08-01 14:44:56,971 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\UserMapper.class]
2022-08-01 14:44:56,972 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'assetStatusMapper' and 'com.leozhang.portalssm.mapper.AssetStatusMapper' mapperInterface
2022-08-01 14:44:56,973 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'assetTypeMapper' and 'com.leozhang.portalssm.mapper.AssetTypeMapper' mapperInterface
2022-08-01 14:44:56,973 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'deptMapper' and 'com.leozhang.portalssm.mapper.DeptMapper' mapperInterface
2022-08-01 14:44:56,973 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'logMapMapper' and 'com.leozhang.portalssm.mapper.LogMapMapper' mapperInterface
2022-08-01 14:44:56,973 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'logMapper' and 'com.leozhang.portalssm.mapper.LogMapper' mapperInterface
2022-08-01 14:44:56,974 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'menuMapper' and 'com.leozhang.portalssm.mapper.MenuMapper' mapperInterface
2022-08-01 14:44:56,974 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'menuRoleMapper' and 'com.leozhang.portalssm.mapper.MenuRoleMapper' mapperInterface
2022-08-01 14:44:56,974 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'permissionMapper' and 'com.leozhang.portalssm.mapper.PermissionMapper' mapperInterface
2022-08-01 14:44:56,974 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'roleMapper' and 'com.leozhang.portalssm.mapper.RoleMapper' mapperInterface
2022-08-01 14:44:56,975 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'rolePermissionMapper' and 'com.leozhang.portalssm.mapper.RolePermissionMapper' mapperInterface
2022-08-01 14:44:56,975 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'sexMapper' and 'com.leozhang.portalssm.mapper.SexMapper' mapperInterface
2022-08-01 14:44:56,975 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'userMapper' and 'com.leozhang.portalssm.mapper.UserMapper' mapperInterface
2022-08-01 14:44:56,979 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'propertyConfigurer'
2022-08-01 14:44:57,003 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
2022-08-01 14:44:57,006 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
2022-08-01 14:44:57,006 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory'
2022-08-01 14:44:57,009 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2022-08-01 14:44:57,011 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'lifecycleBeanPostProcessor'
2022-08-01 14:44:57,011 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
2022-08-01 14:44:57,052 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'shiroFilter'
2022-08-01 14:44:57,053 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-01 14:44:57,073 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' of type [org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:44:57,074 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2022-08-01 14:44:57,075 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0'
2022-08-01 14:44:57,240 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'securityManager'
2022-08-01 14:44:57,691 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'myRealm'
2022-08-01 14:44:57,716 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'userServiceImpl'
2022-08-01 14:44:57,719 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'userMapper'
2022-08-01 14:44:57,725 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sqlSessionTemplate'
2022-08-01 14:44:57,728 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sqlSessionFactory'
2022-08-01 14:44:57,728 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'dataSource'
2022-08-01 14:44:58,244 [main] [com.alibaba.druid.pool.DruidDataSource] [INFO] - {dataSource-1} inited
2022-08-01 14:44:58,245 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'dataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:44:58,506 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed configuration file: 'class path resource [mybatis.xml]'
2022-08-01 14:44:58,710 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\AssetStatusMapper.xml]'
2022-08-01 14:44:58,763 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\AssetTypeMapper.xml]'
2022-08-01 14:44:58,815 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\DeptMapper.xml]'
2022-08-01 14:44:58,868 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\LogMapMapper.xml]'
2022-08-01 14:44:58,922 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\LogMapper.xml]'
2022-08-01 14:44:58,963 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\MenuMapper.xml]'
2022-08-01 14:44:59,012 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\MenuRoleMapper.xml]'
2022-08-01 14:44:59,061 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\PermissionMapper.xml]'
2022-08-01 14:44:59,104 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\RoleMapper.xml]'
2022-08-01 14:44:59,135 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\RolePermissionMapper.xml]'
2022-08-01 14:44:59,183 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\SexMapper.xml]'
2022-08-01 14:44:59,233 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\UserMapper.xml]'
2022-08-01 14:44:59,234 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionFactory' of type [org.mybatis.spring.SqlSessionFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:44:59,243 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:44:59,260 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:44:59,267 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:44:59,272 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userMapper' of type [com.sun.proxy.$Proxy25] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:44:59,276 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuMapper'
2022-08-01 14:44:59,277 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'menuMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:44:59,278 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'menuMapper' of type [com.sun.proxy.$Proxy26] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:44:59,281 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userServiceImpl' of type [com.leozhang.portalssm.service.impl.UserServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:44:59,283 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'txAdvice'
2022-08-01 14:44:59,286 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'transactionManager'
2022-08-01 14:44:59,295 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'transactionManager' of type [org.springframework.jdbc.datasource.DataSourceTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:44:59,310 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable]
2022-08-01 14:44:59,311 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable]
2022-08-01 14:44:59,311 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable]
2022-08-01 14:44:59,311 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [select*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly]
2022-08-01 14:44:59,311 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [count*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly]
2022-08-01 14:44:59,311 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT]
2022-08-01 14:44:59,311 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean '(inner bean)#5f80fa43' of type [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:44:59,314 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'txAdvice' of type [org.springframework.transaction.interceptor.TransactionInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:44:59,425 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'permissionServiceImpl'
2022-08-01 14:44:59,427 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'permissionMapper'
2022-08-01 14:44:59,427 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:44:59,429 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionMapper' of type [com.sun.proxy.$Proxy27] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:44:59,431 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionServiceImpl' of type [com.leozhang.portalssm.service.impl.PermissionServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:44:59,453 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'org.apache.shiro.authc.credential.HashedCredentialsMatcher#31fa1761' of type [org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:44:59,473 [main] [org.apache.shiro.spring.LifecycleBeanPostProcessor] [DEBUG] - Initializing bean [myRealm]...
2022-08-01 14:44:59,473 [main] [org.apache.shiro.realm.AuthorizingRealm] [DEBUG] - No authorizationCache instance set. Checking for a cacheManager...
2022-08-01 14:44:59,473 [main] [org.apache.shiro.realm.AuthorizingRealm] [DEBUG] - No cache or cacheManager properties have been set. Authorization cache cannot be obtained.
2022-08-01 14:44:59,473 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'myRealm' of type [com.leozhang.portalssm.shiro.UserRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:44:59,497 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:44:59,530 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'globalExceptionHandler'
2022-08-01 14:44:59,534 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetStatusController'
2022-08-01 14:44:59,536 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetStatusServiceImpl'
2022-08-01 14:44:59,537 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetStatusMapper'
2022-08-01 14:44:59,554 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetTypeController'
2022-08-01 14:44:59,555 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetTypeServiceImpl'
2022-08-01 14:44:59,557 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetTypeMapper'
2022-08-01 14:44:59,572 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'deptController'
2022-08-01 14:44:59,574 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'deptServiceImpl'
2022-08-01 14:44:59,575 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'deptMapper'
2022-08-01 14:44:59,592 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'indexController'
2022-08-01 14:44:59,593 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuServiceImpl'
2022-08-01 14:44:59,605 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logController'
2022-08-01 14:44:59,607 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logServiceImpl'
2022-08-01 14:44:59,608 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapper'
2022-08-01 14:44:59,620 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapController'
2022-08-01 14:44:59,622 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapServiceImpl'
2022-08-01 14:44:59,623 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapMapper'
2022-08-01 14:44:59,636 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'loginController'
2022-08-01 14:44:59,638 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuController'
2022-08-01 14:44:59,641 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'permissionController'
2022-08-01 14:44:59,642 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'roleController'
2022-08-01 14:44:59,644 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'roleServiceImpl'
2022-08-01 14:44:59,646 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'roleMapper'
2022-08-01 14:44:59,650 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuRoleMapper'
2022-08-01 14:44:59,654 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'rolePermissionMapper'
2022-08-01 14:44:59,672 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sexController'
2022-08-01 14:44:59,673 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sexServiceImpl'
2022-08-01 14:44:59,674 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sexMapper'
2022-08-01 14:44:59,688 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'testController'
2022-08-01 14:44:59,691 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'userController'
2022-08-01 14:44:59,695 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0'
2022-08-01 14:44:59,730 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Creating new transaction with name [com.leozhang.portalssm.service.impl.DeptServiceImpl.deleteData]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable
2022-08-01 14:44:59,735 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@6d469831] for JDBC transaction
2022-08-01 14:44:59,751 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@6d469831] to manual commit
2022-08-01 14:44:59,859 [main] [com.alibaba.druid.pool.PreparedStatementPool] [DEBUG] - {conn-10001, pstmt-20000} enter cache
2022-08-01 14:44:59,861 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Initiating transaction commit
2022-08-01 14:44:59,861 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@6d469831]
2022-08-01 14:44:59,865 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@6d469831] after transaction
2022-08-01 14:46:54,051 [main] [org.springframework.context.support.ClassPathXmlApplicationContext] [DEBUG] - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@12f41634
2022-08-01 14:46:54,490 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\configuration\GlobalExceptionHandler.class]
2022-08-01 14:46:54,500 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\AssetStatusController.class]
2022-08-01 14:46:54,502 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\AssetTypeController.class]
2022-08-01 14:46:54,506 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\DeptController.class]
2022-08-01 14:46:54,507 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\IndexController.class]
2022-08-01 14:46:54,508 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\LogController.class]
2022-08-01 14:46:54,510 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\LogMapController.class]
2022-08-01 14:46:54,511 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\LoginController.class]
2022-08-01 14:46:54,514 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\MenuController.class]
2022-08-01 14:46:54,516 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\PermissionController.class]
2022-08-01 14:46:54,518 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\RoleController.class]
2022-08-01 14:46:54,519 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\SexController.class]
2022-08-01 14:46:54,525 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\TestController.class]
2022-08-01 14:46:54,527 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\UserController.class]
2022-08-01 14:46:54,563 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\AssetStatusServiceImpl.class]
2022-08-01 14:46:54,564 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\AssetTypeServiceImpl.class]
2022-08-01 14:46:54,565 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\DeptServiceImpl.class]
2022-08-01 14:46:54,566 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\LogMapServiceImpl.class]
2022-08-01 14:46:54,566 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\LogServiceImpl.class]
2022-08-01 14:46:54,567 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\MenuServiceImpl.class]
2022-08-01 14:46:54,568 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\PermissionServiceImpl.class]
2022-08-01 14:46:54,569 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\RoleServiceImpl.class]
2022-08-01 14:46:54,569 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\SexServiceImpl.class]
2022-08-01 14:46:54,570 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\UserServiceImpl.class]
2022-08-01 14:46:54,623 [main] [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] [DEBUG] - Loaded 46 bean definitions from class path resource [applicationContext.xml]
2022-08-01 14:46:54,682 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2022-08-01 14:46:54,825 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2022-08-01 14:46:54,870 [main] [org.apache.ibatis.logging.LogFactory] [DEBUG] - Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
2022-08-01 14:46:54,879 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\AssetStatusMapper.class]
2022-08-01 14:46:54,880 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\AssetTypeMapper.class]
2022-08-01 14:46:54,880 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\DeptMapper.class]
2022-08-01 14:46:54,881 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\LogMapMapper.class]
2022-08-01 14:46:54,881 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\LogMapper.class]
2022-08-01 14:46:54,881 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\MenuMapper.class]
2022-08-01 14:46:54,882 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\MenuRoleMapper.class]
2022-08-01 14:46:54,883 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\PermissionMapper.class]
2022-08-01 14:46:54,883 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\RoleMapper.class]
2022-08-01 14:46:54,883 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\RolePermissionMapper.class]
2022-08-01 14:46:54,884 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\SexMapper.class]
2022-08-01 14:46:54,884 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\UserMapper.class]
2022-08-01 14:46:54,887 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'assetStatusMapper' and 'com.leozhang.portalssm.mapper.AssetStatusMapper' mapperInterface
2022-08-01 14:46:54,887 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'assetTypeMapper' and 'com.leozhang.portalssm.mapper.AssetTypeMapper' mapperInterface
2022-08-01 14:46:54,888 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'deptMapper' and 'com.leozhang.portalssm.mapper.DeptMapper' mapperInterface
2022-08-01 14:46:54,888 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'logMapMapper' and 'com.leozhang.portalssm.mapper.LogMapMapper' mapperInterface
2022-08-01 14:46:54,888 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'logMapper' and 'com.leozhang.portalssm.mapper.LogMapper' mapperInterface
2022-08-01 14:46:54,888 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'menuMapper' and 'com.leozhang.portalssm.mapper.MenuMapper' mapperInterface
2022-08-01 14:46:54,889 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'menuRoleMapper' and 'com.leozhang.portalssm.mapper.MenuRoleMapper' mapperInterface
2022-08-01 14:46:54,889 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'permissionMapper' and 'com.leozhang.portalssm.mapper.PermissionMapper' mapperInterface
2022-08-01 14:46:54,889 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'roleMapper' and 'com.leozhang.portalssm.mapper.RoleMapper' mapperInterface
2022-08-01 14:46:54,889 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'rolePermissionMapper' and 'com.leozhang.portalssm.mapper.RolePermissionMapper' mapperInterface
2022-08-01 14:46:54,890 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'sexMapper' and 'com.leozhang.portalssm.mapper.SexMapper' mapperInterface
2022-08-01 14:46:54,890 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'userMapper' and 'com.leozhang.portalssm.mapper.UserMapper' mapperInterface
2022-08-01 14:46:54,893 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'propertyConfigurer'
2022-08-01 14:46:54,914 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
2022-08-01 14:46:54,919 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
2022-08-01 14:46:54,920 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory'
2022-08-01 14:46:54,924 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2022-08-01 14:46:54,925 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'lifecycleBeanPostProcessor'
2022-08-01 14:46:54,926 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
2022-08-01 14:46:54,987 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'shiroFilter'
2022-08-01 14:46:54,989 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-01 14:46:55,023 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' of type [org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:46:55,023 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2022-08-01 14:46:55,025 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0'
2022-08-01 14:46:55,242 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'securityManager'
2022-08-01 14:46:55,982 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'myRealm'
2022-08-01 14:46:56,017 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'userServiceImpl'
2022-08-01 14:46:56,021 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'userMapper'
2022-08-01 14:46:56,028 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sqlSessionTemplate'
2022-08-01 14:46:56,031 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sqlSessionFactory'
2022-08-01 14:46:56,031 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'dataSource'
2022-08-01 14:46:56,538 [main] [com.alibaba.druid.pool.DruidDataSource] [INFO] - {dataSource-1} inited
2022-08-01 14:46:56,539 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'dataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:46:56,783 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed configuration file: 'class path resource [mybatis.xml]'
2022-08-01 14:46:56,878 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\AssetStatusMapper.xml]'
2022-08-01 14:46:56,901 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\AssetTypeMapper.xml]'
2022-08-01 14:46:56,923 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\DeptMapper.xml]'
2022-08-01 14:46:56,949 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\LogMapMapper.xml]'
2022-08-01 14:46:56,988 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\LogMapper.xml]'
2022-08-01 14:46:57,012 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\MenuMapper.xml]'
2022-08-01 14:46:57,046 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\MenuRoleMapper.xml]'
2022-08-01 14:46:57,063 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\PermissionMapper.xml]'
2022-08-01 14:46:57,078 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\RoleMapper.xml]'
2022-08-01 14:46:57,094 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\RolePermissionMapper.xml]'
2022-08-01 14:46:57,107 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\SexMapper.xml]'
2022-08-01 14:46:57,123 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\UserMapper.xml]'
2022-08-01 14:46:57,124 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionFactory' of type [org.mybatis.spring.SqlSessionFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:46:57,132 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:46:57,146 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:46:57,152 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:46:57,158 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userMapper' of type [com.sun.proxy.$Proxy25] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:46:57,163 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuMapper'
2022-08-01 14:46:57,163 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'menuMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:46:57,166 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'menuMapper' of type [com.sun.proxy.$Proxy26] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:46:57,168 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userServiceImpl' of type [com.leozhang.portalssm.service.impl.UserServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:46:57,169 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'txAdvice'
2022-08-01 14:46:57,173 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'transactionManager'
2022-08-01 14:46:57,183 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'transactionManager' of type [org.springframework.jdbc.datasource.DataSourceTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:46:57,199 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable]
2022-08-01 14:46:57,199 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable]
2022-08-01 14:46:57,199 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable]
2022-08-01 14:46:57,199 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [select*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly]
2022-08-01 14:46:57,200 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [count*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly]
2022-08-01 14:46:57,200 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT]
2022-08-01 14:46:57,200 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean '(inner bean)#5e8604bf' of type [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:46:57,202 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'txAdvice' of type [org.springframework.transaction.interceptor.TransactionInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:46:57,309 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'permissionServiceImpl'
2022-08-01 14:46:57,310 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'permissionMapper'
2022-08-01 14:46:57,311 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:46:57,313 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionMapper' of type [com.sun.proxy.$Proxy27] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:46:57,315 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionServiceImpl' of type [com.leozhang.portalssm.service.impl.PermissionServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:46:57,334 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'org.apache.shiro.authc.credential.HashedCredentialsMatcher#729d991e' of type [org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:46:57,347 [main] [org.apache.shiro.spring.LifecycleBeanPostProcessor] [DEBUG] - Initializing bean [myRealm]...
2022-08-01 14:46:57,348 [main] [org.apache.shiro.realm.AuthorizingRealm] [DEBUG] - No authorizationCache instance set. Checking for a cacheManager...
2022-08-01 14:46:57,348 [main] [org.apache.shiro.realm.AuthorizingRealm] [DEBUG] - No cache or cacheManager properties have been set. Authorization cache cannot be obtained.
2022-08-01 14:46:57,348 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'myRealm' of type [com.leozhang.portalssm.shiro.UserRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:46:57,368 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:46:57,397 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'globalExceptionHandler'
2022-08-01 14:46:57,400 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetStatusController'
2022-08-01 14:46:57,403 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetStatusServiceImpl'
2022-08-01 14:46:57,404 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetStatusMapper'
2022-08-01 14:46:57,423 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetTypeController'
2022-08-01 14:46:57,425 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetTypeServiceImpl'
2022-08-01 14:46:57,426 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetTypeMapper'
2022-08-01 14:46:57,443 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'deptController'
2022-08-01 14:46:57,445 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'deptServiceImpl'
2022-08-01 14:46:57,447 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'deptMapper'
2022-08-01 14:46:57,461 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'indexController'
2022-08-01 14:46:57,462 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuServiceImpl'
2022-08-01 14:46:57,474 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logController'
2022-08-01 14:46:57,475 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logServiceImpl'
2022-08-01 14:46:57,476 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapper'
2022-08-01 14:46:57,489 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapController'
2022-08-01 14:46:57,490 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapServiceImpl'
2022-08-01 14:46:57,491 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapMapper'
2022-08-01 14:46:57,506 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'loginController'
2022-08-01 14:46:57,508 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuController'
2022-08-01 14:46:57,510 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'permissionController'
2022-08-01 14:46:57,512 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'roleController'
2022-08-01 14:46:57,514 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'roleServiceImpl'
2022-08-01 14:46:57,515 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'roleMapper'
2022-08-01 14:46:57,519 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuRoleMapper'
2022-08-01 14:46:57,523 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'rolePermissionMapper'
2022-08-01 14:46:57,535 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sexController'
2022-08-01 14:46:57,536 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sexServiceImpl'
2022-08-01 14:46:57,537 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sexMapper'
2022-08-01 14:46:57,548 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'testController'
2022-08-01 14:46:57,551 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'userController'
2022-08-01 14:46:57,553 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0'
2022-08-01 14:46:57,582 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Creating new transaction with name [com.leozhang.portalssm.service.impl.DeptServiceImpl.deleteData]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable
2022-08-01 14:46:57,587 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46cb98a3] for JDBC transaction
2022-08-01 14:46:57,592 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46cb98a3] to manual commit
2022-08-01 14:46:57,703 [main] [com.alibaba.druid.pool.PreparedStatementPool] [DEBUG] - {conn-10001, pstmt-20000} enter cache
2022-08-01 14:46:57,705 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Initiating transaction commit
2022-08-01 14:46:57,705 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46cb98a3]
2022-08-01 14:46:57,712 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46cb98a3] after transaction
2022-08-01 14:47:38,328 [main] [org.springframework.context.support.ClassPathXmlApplicationContext] [DEBUG] - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@15ff3e9e
2022-08-01 14:47:38,642 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\configuration\GlobalExceptionHandler.class]
2022-08-01 14:47:38,650 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\AssetStatusController.class]
2022-08-01 14:47:38,651 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\AssetTypeController.class]
2022-08-01 14:47:38,655 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\DeptController.class]
2022-08-01 14:47:38,656 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\IndexController.class]
2022-08-01 14:47:38,657 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\LogController.class]
2022-08-01 14:47:38,659 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\LogMapController.class]
2022-08-01 14:47:38,660 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\LoginController.class]
2022-08-01 14:47:38,663 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\MenuController.class]
2022-08-01 14:47:38,666 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\PermissionController.class]
2022-08-01 14:47:38,668 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\RoleController.class]
2022-08-01 14:47:38,671 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\SexController.class]
2022-08-01 14:47:38,677 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\TestController.class]
2022-08-01 14:47:38,679 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\UserController.class]
2022-08-01 14:47:38,713 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\AssetStatusServiceImpl.class]
2022-08-01 14:47:38,714 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\AssetTypeServiceImpl.class]
2022-08-01 14:47:38,715 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\DeptServiceImpl.class]
2022-08-01 14:47:38,716 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\LogMapServiceImpl.class]
2022-08-01 14:47:38,716 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\LogServiceImpl.class]
2022-08-01 14:47:38,717 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\MenuServiceImpl.class]
2022-08-01 14:47:38,718 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\PermissionServiceImpl.class]
2022-08-01 14:47:38,719 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\RoleServiceImpl.class]
2022-08-01 14:47:38,719 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\SexServiceImpl.class]
2022-08-01 14:47:38,721 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\UserServiceImpl.class]
2022-08-01 14:47:38,772 [main] [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] [DEBUG] - Loaded 46 bean definitions from class path resource [applicationContext.xml]
2022-08-01 14:47:38,826 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2022-08-01 14:47:38,945 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2022-08-01 14:47:38,984 [main] [org.apache.ibatis.logging.LogFactory] [DEBUG] - Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
2022-08-01 14:47:38,989 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\AssetStatusMapper.class]
2022-08-01 14:47:38,989 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\AssetTypeMapper.class]
2022-08-01 14:47:38,990 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\DeptMapper.class]
2022-08-01 14:47:38,990 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\LogMapMapper.class]
2022-08-01 14:47:38,990 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\LogMapper.class]
2022-08-01 14:47:38,990 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\MenuMapper.class]
2022-08-01 14:47:38,990 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\MenuRoleMapper.class]
2022-08-01 14:47:38,991 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\PermissionMapper.class]
2022-08-01 14:47:38,991 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\RoleMapper.class]
2022-08-01 14:47:38,991 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\RolePermissionMapper.class]
2022-08-01 14:47:38,991 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\SexMapper.class]
2022-08-01 14:47:38,991 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\UserMapper.class]
2022-08-01 14:47:38,993 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'assetStatusMapper' and 'com.leozhang.portalssm.mapper.AssetStatusMapper' mapperInterface
2022-08-01 14:47:38,993 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'assetTypeMapper' and 'com.leozhang.portalssm.mapper.AssetTypeMapper' mapperInterface
2022-08-01 14:47:38,993 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'deptMapper' and 'com.leozhang.portalssm.mapper.DeptMapper' mapperInterface
2022-08-01 14:47:38,993 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'logMapMapper' and 'com.leozhang.portalssm.mapper.LogMapMapper' mapperInterface
2022-08-01 14:47:38,994 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'logMapper' and 'com.leozhang.portalssm.mapper.LogMapper' mapperInterface
2022-08-01 14:47:38,994 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'menuMapper' and 'com.leozhang.portalssm.mapper.MenuMapper' mapperInterface
2022-08-01 14:47:38,994 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'menuRoleMapper' and 'com.leozhang.portalssm.mapper.MenuRoleMapper' mapperInterface
2022-08-01 14:47:38,994 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'permissionMapper' and 'com.leozhang.portalssm.mapper.PermissionMapper' mapperInterface
2022-08-01 14:47:38,994 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'roleMapper' and 'com.leozhang.portalssm.mapper.RoleMapper' mapperInterface
2022-08-01 14:47:38,995 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'rolePermissionMapper' and 'com.leozhang.portalssm.mapper.RolePermissionMapper' mapperInterface
2022-08-01 14:47:38,995 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'sexMapper' and 'com.leozhang.portalssm.mapper.SexMapper' mapperInterface
2022-08-01 14:47:38,995 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'userMapper' and 'com.leozhang.portalssm.mapper.UserMapper' mapperInterface
2022-08-01 14:47:38,998 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'propertyConfigurer'
2022-08-01 14:47:39,021 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
2022-08-01 14:47:39,024 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
2022-08-01 14:47:39,025 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory'
2022-08-01 14:47:39,029 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2022-08-01 14:47:39,030 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'lifecycleBeanPostProcessor'
2022-08-01 14:47:39,031 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
2022-08-01 14:47:39,081 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'shiroFilter'
2022-08-01 14:47:39,082 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-01 14:47:39,107 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' of type [org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:47:39,108 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2022-08-01 14:47:39,110 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0'
2022-08-01 14:47:39,309 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'securityManager'
2022-08-01 14:47:39,792 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'myRealm'
2022-08-01 14:47:39,818 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'userServiceImpl'
2022-08-01 14:47:39,820 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'userMapper'
2022-08-01 14:47:39,828 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sqlSessionTemplate'
2022-08-01 14:47:39,830 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sqlSessionFactory'
2022-08-01 14:47:39,830 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'dataSource'
2022-08-01 14:47:40,249 [main] [com.alibaba.druid.pool.DruidDataSource] [INFO] - {dataSource-1} inited
2022-08-01 14:47:40,249 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'dataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:47:40,466 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed configuration file: 'class path resource [mybatis.xml]'
2022-08-01 14:47:40,561 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\AssetStatusMapper.xml]'
2022-08-01 14:47:40,583 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\AssetTypeMapper.xml]'
2022-08-01 14:47:40,603 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\DeptMapper.xml]'
2022-08-01 14:47:40,623 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\LogMapMapper.xml]'
2022-08-01 14:47:40,657 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\LogMapper.xml]'
2022-08-01 14:47:40,681 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\MenuMapper.xml]'
2022-08-01 14:47:40,699 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\MenuRoleMapper.xml]'
2022-08-01 14:47:40,716 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\PermissionMapper.xml]'
2022-08-01 14:47:40,733 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\RoleMapper.xml]'
2022-08-01 14:47:40,749 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\RolePermissionMapper.xml]'
2022-08-01 14:47:40,774 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\SexMapper.xml]'
2022-08-01 14:47:40,796 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\UserMapper.xml]'
2022-08-01 14:47:40,797 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionFactory' of type [org.mybatis.spring.SqlSessionFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:47:40,806 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:47:40,819 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:47:40,826 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:47:40,832 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userMapper' of type [com.sun.proxy.$Proxy25] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:47:40,837 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuMapper'
2022-08-01 14:47:40,837 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'menuMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:47:40,839 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'menuMapper' of type [com.sun.proxy.$Proxy26] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:47:40,842 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userServiceImpl' of type [com.leozhang.portalssm.service.impl.UserServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:47:40,844 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'txAdvice'
2022-08-01 14:47:40,846 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'transactionManager'
2022-08-01 14:47:40,857 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'transactionManager' of type [org.springframework.jdbc.datasource.DataSourceTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:47:40,876 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable]
2022-08-01 14:47:40,877 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable]
2022-08-01 14:47:40,877 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable]
2022-08-01 14:47:40,877 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [select*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly]
2022-08-01 14:47:40,877 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [count*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly]
2022-08-01 14:47:40,877 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT]
2022-08-01 14:47:40,877 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean '(inner bean)#5300cac' of type [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:47:40,880 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'txAdvice' of type [org.springframework.transaction.interceptor.TransactionInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:47:41,027 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'permissionServiceImpl'
2022-08-01 14:47:41,030 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'permissionMapper'
2022-08-01 14:47:41,030 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:47:41,032 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionMapper' of type [com.sun.proxy.$Proxy27] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:47:41,035 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionServiceImpl' of type [com.leozhang.portalssm.service.impl.PermissionServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:47:41,058 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'org.apache.shiro.authc.credential.HashedCredentialsMatcher#6af9fcb2' of type [org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:47:41,078 [main] [org.apache.shiro.spring.LifecycleBeanPostProcessor] [DEBUG] - Initializing bean [myRealm]...
2022-08-01 14:47:41,078 [main] [org.apache.shiro.realm.AuthorizingRealm] [DEBUG] - No authorizationCache instance set. Checking for a cacheManager...
2022-08-01 14:47:41,078 [main] [org.apache.shiro.realm.AuthorizingRealm] [DEBUG] - No cache or cacheManager properties have been set. Authorization cache cannot be obtained.
2022-08-01 14:47:41,078 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'myRealm' of type [com.leozhang.portalssm.shiro.UserRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:47:41,105 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:47:41,137 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'globalExceptionHandler'
2022-08-01 14:47:41,141 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetStatusController'
2022-08-01 14:47:41,144 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetStatusServiceImpl'
2022-08-01 14:47:41,145 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetStatusMapper'
2022-08-01 14:47:41,160 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetTypeController'
2022-08-01 14:47:41,161 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetTypeServiceImpl'
2022-08-01 14:47:41,162 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetTypeMapper'
2022-08-01 14:47:41,179 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'deptController'
2022-08-01 14:47:41,182 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'deptServiceImpl'
2022-08-01 14:47:41,188 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'deptMapper'
2022-08-01 14:47:41,204 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'indexController'
2022-08-01 14:47:41,205 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuServiceImpl'
2022-08-01 14:47:41,218 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logController'
2022-08-01 14:47:41,220 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logServiceImpl'
2022-08-01 14:47:41,221 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapper'
2022-08-01 14:47:41,235 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapController'
2022-08-01 14:47:41,237 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapServiceImpl'
2022-08-01 14:47:41,239 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapMapper'
2022-08-01 14:47:41,254 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'loginController'
2022-08-01 14:47:41,255 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuController'
2022-08-01 14:47:41,258 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'permissionController'
2022-08-01 14:47:41,260 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'roleController'
2022-08-01 14:47:41,262 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'roleServiceImpl'
2022-08-01 14:47:41,263 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'roleMapper'
2022-08-01 14:47:41,267 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuRoleMapper'
2022-08-01 14:47:41,272 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'rolePermissionMapper'
2022-08-01 14:47:41,289 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sexController'
2022-08-01 14:47:41,290 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sexServiceImpl'
2022-08-01 14:47:41,291 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sexMapper'
2022-08-01 14:47:41,305 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'testController'
2022-08-01 14:47:41,307 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'userController'
2022-08-01 14:47:41,310 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0'
2022-08-01 14:47:41,345 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Creating new transaction with name [com.leozhang.portalssm.service.impl.DeptServiceImpl.deleteData]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable
2022-08-01 14:47:41,351 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@7d7cac8] for JDBC transaction
2022-08-01 14:47:41,355 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@7d7cac8] to manual commit
2022-08-01 14:47:41,467 [main] [com.alibaba.druid.pool.PreparedStatementPool] [DEBUG] - {conn-10001, pstmt-20000} enter cache
2022-08-01 14:47:41,469 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Initiating transaction commit
2022-08-01 14:47:41,469 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@7d7cac8]
2022-08-01 14:47:41,471 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@7d7cac8] after transaction
2022-08-01 14:52:40,325 [main] [org.springframework.context.support.ClassPathXmlApplicationContext] [DEBUG] - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@12f41634
2022-08-01 14:52:40,616 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\configuration\GlobalExceptionHandler.class]
2022-08-01 14:52:40,625 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\AssetStatusController.class]
2022-08-01 14:52:40,627 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\AssetTypeController.class]
2022-08-01 14:52:40,630 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\DeptController.class]
2022-08-01 14:52:40,631 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\IndexController.class]
2022-08-01 14:52:40,632 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\LogController.class]
2022-08-01 14:52:40,633 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\LogMapController.class]
2022-08-01 14:52:40,634 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\LoginController.class]
2022-08-01 14:52:40,636 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\MenuController.class]
2022-08-01 14:52:40,638 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\PermissionController.class]
2022-08-01 14:52:40,639 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\RoleController.class]
2022-08-01 14:52:40,640 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\SexController.class]
2022-08-01 14:52:40,645 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\TestController.class]
2022-08-01 14:52:40,646 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\UserController.class]
2022-08-01 14:52:40,674 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\AssetStatusServiceImpl.class]
2022-08-01 14:52:40,675 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\AssetTypeServiceImpl.class]
2022-08-01 14:52:40,676 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\DeptServiceImpl.class]
2022-08-01 14:52:40,677 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\LogMapServiceImpl.class]
2022-08-01 14:52:40,677 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\LogServiceImpl.class]
2022-08-01 14:52:40,678 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\MenuServiceImpl.class]
2022-08-01 14:52:40,678 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\PermissionServiceImpl.class]
2022-08-01 14:52:40,679 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\RoleServiceImpl.class]
2022-08-01 14:52:40,679 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\SexServiceImpl.class]
2022-08-01 14:52:40,680 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\UserServiceImpl.class]
2022-08-01 14:52:40,720 [main] [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] [DEBUG] - Loaded 46 bean definitions from class path resource [applicationContext.xml]
2022-08-01 14:52:40,771 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2022-08-01 14:52:40,880 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2022-08-01 14:52:40,914 [main] [org.apache.ibatis.logging.LogFactory] [DEBUG] - Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
2022-08-01 14:52:40,920 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\AssetStatusMapper.class]
2022-08-01 14:52:40,921 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\AssetTypeMapper.class]
2022-08-01 14:52:40,921 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\DeptMapper.class]
2022-08-01 14:52:40,921 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\LogMapMapper.class]
2022-08-01 14:52:40,921 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\LogMapper.class]
2022-08-01 14:52:40,922 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\MenuMapper.class]
2022-08-01 14:52:40,922 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\MenuRoleMapper.class]
2022-08-01 14:52:40,922 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\PermissionMapper.class]
2022-08-01 14:52:40,923 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\RoleMapper.class]
2022-08-01 14:52:40,923 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\RolePermissionMapper.class]
2022-08-01 14:52:40,923 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\SexMapper.class]
2022-08-01 14:52:40,923 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\UserMapper.class]
2022-08-01 14:52:40,925 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'assetStatusMapper' and 'com.leozhang.portalssm.mapper.AssetStatusMapper' mapperInterface
2022-08-01 14:52:40,925 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'assetTypeMapper' and 'com.leozhang.portalssm.mapper.AssetTypeMapper' mapperInterface
2022-08-01 14:52:40,926 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'deptMapper' and 'com.leozhang.portalssm.mapper.DeptMapper' mapperInterface
2022-08-01 14:52:40,926 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'logMapMapper' and 'com.leozhang.portalssm.mapper.LogMapMapper' mapperInterface
2022-08-01 14:52:40,926 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'logMapper' and 'com.leozhang.portalssm.mapper.LogMapper' mapperInterface
2022-08-01 14:52:40,926 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'menuMapper' and 'com.leozhang.portalssm.mapper.MenuMapper' mapperInterface
2022-08-01 14:52:40,933 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'menuRoleMapper' and 'com.leozhang.portalssm.mapper.MenuRoleMapper' mapperInterface
2022-08-01 14:52:40,933 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'permissionMapper' and 'com.leozhang.portalssm.mapper.PermissionMapper' mapperInterface
2022-08-01 14:52:40,933 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'roleMapper' and 'com.leozhang.portalssm.mapper.RoleMapper' mapperInterface
2022-08-01 14:52:40,933 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'rolePermissionMapper' and 'com.leozhang.portalssm.mapper.RolePermissionMapper' mapperInterface
2022-08-01 14:52:40,933 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'sexMapper' and 'com.leozhang.portalssm.mapper.SexMapper' mapperInterface
2022-08-01 14:52:40,933 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'userMapper' and 'com.leozhang.portalssm.mapper.UserMapper' mapperInterface
2022-08-01 14:52:40,935 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'propertyConfigurer'
2022-08-01 14:52:40,952 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
2022-08-01 14:52:40,954 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
2022-08-01 14:52:40,954 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory'
2022-08-01 14:52:40,958 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2022-08-01 14:52:40,959 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'lifecycleBeanPostProcessor'
2022-08-01 14:52:40,959 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
2022-08-01 14:52:41,001 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'shiroFilter'
2022-08-01 14:52:41,002 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-01 14:52:41,028 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' of type [org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:52:41,028 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2022-08-01 14:52:41,029 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0'
2022-08-01 14:52:41,177 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'securityManager'
2022-08-01 14:52:41,688 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'myRealm'
2022-08-01 14:52:41,713 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'userServiceImpl'
2022-08-01 14:52:41,715 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'userMapper'
2022-08-01 14:52:41,721 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sqlSessionTemplate'
2022-08-01 14:52:41,723 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sqlSessionFactory'
2022-08-01 14:52:41,723 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'dataSource'
2022-08-01 14:52:42,085 [main] [com.alibaba.druid.pool.DruidDataSource] [INFO] - {dataSource-1} inited
2022-08-01 14:52:42,086 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'dataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:52:42,266 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed configuration file: 'class path resource [mybatis.xml]'
2022-08-01 14:52:42,329 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\AssetStatusMapper.xml]'
2022-08-01 14:52:42,349 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\AssetTypeMapper.xml]'
2022-08-01 14:52:42,372 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\DeptMapper.xml]'
2022-08-01 14:52:42,391 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\LogMapMapper.xml]'
2022-08-01 14:52:42,414 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\LogMapper.xml]'
2022-08-01 14:52:42,439 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\MenuMapper.xml]'
2022-08-01 14:52:42,452 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\MenuRoleMapper.xml]'
2022-08-01 14:52:42,465 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\PermissionMapper.xml]'
2022-08-01 14:52:42,474 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\RoleMapper.xml]'
2022-08-01 14:52:42,484 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\RolePermissionMapper.xml]'
2022-08-01 14:52:42,494 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\SexMapper.xml]'
2022-08-01 14:52:42,506 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\UserMapper.xml]'
2022-08-01 14:52:42,507 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionFactory' of type [org.mybatis.spring.SqlSessionFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:52:42,513 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:52:42,524 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:52:42,529 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:52:42,533 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userMapper' of type [com.sun.proxy.$Proxy25] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:52:42,537 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuMapper'
2022-08-01 14:52:42,537 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'menuMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:52:42,539 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'menuMapper' of type [com.sun.proxy.$Proxy26] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:52:42,541 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userServiceImpl' of type [com.leozhang.portalssm.service.impl.UserServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:52:42,542 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'txAdvice'
2022-08-01 14:52:42,544 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'transactionManager'
2022-08-01 14:52:42,551 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'transactionManager' of type [org.springframework.jdbc.datasource.DataSourceTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:52:42,564 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable]
2022-08-01 14:52:42,564 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable]
2022-08-01 14:52:42,565 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable]
2022-08-01 14:52:42,565 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [select*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly]
2022-08-01 14:52:42,565 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [count*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly]
2022-08-01 14:52:42,565 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT]
2022-08-01 14:52:42,565 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean '(inner bean)#f339eae' of type [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:52:42,566 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'txAdvice' of type [org.springframework.transaction.interceptor.TransactionInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:52:42,631 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'permissionServiceImpl'
2022-08-01 14:52:42,632 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'permissionMapper'
2022-08-01 14:52:42,632 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:52:42,633 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionMapper' of type [com.sun.proxy.$Proxy27] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:52:42,635 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionServiceImpl' of type [com.leozhang.portalssm.service.impl.PermissionServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:52:42,650 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'org.apache.shiro.authc.credential.HashedCredentialsMatcher#729d991e' of type [org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:52:42,659 [main] [org.apache.shiro.spring.LifecycleBeanPostProcessor] [DEBUG] - Initializing bean [myRealm]...
2022-08-01 14:52:42,660 [main] [org.apache.shiro.realm.AuthorizingRealm] [DEBUG] - No authorizationCache instance set. Checking for a cacheManager...
2022-08-01 14:52:42,660 [main] [org.apache.shiro.realm.AuthorizingRealm] [DEBUG] - No cache or cacheManager properties have been set. Authorization cache cannot be obtained.
2022-08-01 14:52:42,660 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'myRealm' of type [com.leozhang.portalssm.shiro.UserRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:52:42,676 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:52:42,697 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'globalExceptionHandler'
2022-08-01 14:52:42,700 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetStatusController'
2022-08-01 14:52:42,702 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetStatusServiceImpl'
2022-08-01 14:52:42,703 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetStatusMapper'
2022-08-01 14:52:42,715 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetTypeController'
2022-08-01 14:52:42,716 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetTypeServiceImpl'
2022-08-01 14:52:42,717 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetTypeMapper'
2022-08-01 14:52:42,728 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'deptController'
2022-08-01 14:52:42,729 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'deptServiceImpl'
2022-08-01 14:52:42,730 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'deptMapper'
2022-08-01 14:52:42,741 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'indexController'
2022-08-01 14:52:42,742 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuServiceImpl'
2022-08-01 14:52:42,753 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logController'
2022-08-01 14:52:42,754 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logServiceImpl'
2022-08-01 14:52:42,755 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapper'
2022-08-01 14:52:42,766 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapController'
2022-08-01 14:52:42,768 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapServiceImpl'
2022-08-01 14:52:42,769 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapMapper'
2022-08-01 14:52:42,779 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'loginController'
2022-08-01 14:52:42,780 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuController'
2022-08-01 14:52:42,782 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'permissionController'
2022-08-01 14:52:42,784 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'roleController'
2022-08-01 14:52:42,785 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'roleServiceImpl'
2022-08-01 14:52:42,786 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'roleMapper'
2022-08-01 14:52:42,788 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuRoleMapper'
2022-08-01 14:52:42,791 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'rolePermissionMapper'
2022-08-01 14:52:42,802 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sexController'
2022-08-01 14:52:42,803 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sexServiceImpl'
2022-08-01 14:52:42,804 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sexMapper'
2022-08-01 14:52:42,815 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'testController'
2022-08-01 14:52:42,818 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'userController'
2022-08-01 14:52:42,820 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0'
2022-08-01 14:52:42,844 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Creating new transaction with name [com.leozhang.portalssm.service.impl.DeptServiceImpl.deleteData]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable
2022-08-01 14:52:42,849 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@6fca5907] for JDBC transaction
2022-08-01 14:52:42,852 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@6fca5907] to manual commit
2022-08-01 14:52:42,935 [main] [com.alibaba.druid.pool.PreparedStatementPool] [DEBUG] - {conn-10001, pstmt-20000} enter cache
2022-08-01 14:52:42,937 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Initiating transaction commit
2022-08-01 14:52:42,937 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@6fca5907]
2022-08-01 14:52:42,938 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@6fca5907] after transaction
2022-08-01 14:53:06,254 [main] [org.springframework.context.support.ClassPathXmlApplicationContext] [DEBUG] - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@12f41634
2022-08-01 14:53:06,638 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\configuration\GlobalExceptionHandler.class]
2022-08-01 14:53:06,647 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\AssetStatusController.class]
2022-08-01 14:53:06,649 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\AssetTypeController.class]
2022-08-01 14:53:06,652 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\DeptController.class]
2022-08-01 14:53:06,653 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\IndexController.class]
2022-08-01 14:53:06,654 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\LogController.class]
2022-08-01 14:53:06,656 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\LogMapController.class]
2022-08-01 14:53:06,657 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\LoginController.class]
2022-08-01 14:53:06,660 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\MenuController.class]
2022-08-01 14:53:06,661 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\PermissionController.class]
2022-08-01 14:53:06,664 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\RoleController.class]
2022-08-01 14:53:06,665 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\SexController.class]
2022-08-01 14:53:06,671 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\TestController.class]
2022-08-01 14:53:06,673 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\UserController.class]
2022-08-01 14:53:06,708 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\AssetStatusServiceImpl.class]
2022-08-01 14:53:06,710 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\AssetTypeServiceImpl.class]
2022-08-01 14:53:06,711 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\DeptServiceImpl.class]
2022-08-01 14:53:06,712 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\LogMapServiceImpl.class]
2022-08-01 14:53:06,713 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\LogServiceImpl.class]
2022-08-01 14:53:06,714 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\MenuServiceImpl.class]
2022-08-01 14:53:06,714 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\PermissionServiceImpl.class]
2022-08-01 14:53:06,715 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\RoleServiceImpl.class]
2022-08-01 14:53:06,716 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\SexServiceImpl.class]
2022-08-01 14:53:06,717 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\UserServiceImpl.class]
2022-08-01 14:53:06,778 [main] [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] [DEBUG] - Loaded 46 bean definitions from class path resource [applicationContext.xml]
2022-08-01 14:53:06,842 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2022-08-01 14:53:06,967 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2022-08-01 14:53:07,007 [main] [org.apache.ibatis.logging.LogFactory] [DEBUG] - Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
2022-08-01 14:53:07,014 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\AssetStatusMapper.class]
2022-08-01 14:53:07,014 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\AssetTypeMapper.class]
2022-08-01 14:53:07,014 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\DeptMapper.class]
2022-08-01 14:53:07,015 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\LogMapMapper.class]
2022-08-01 14:53:07,015 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\LogMapper.class]
2022-08-01 14:53:07,015 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\MenuMapper.class]
2022-08-01 14:53:07,016 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\MenuRoleMapper.class]
2022-08-01 14:53:07,016 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\PermissionMapper.class]
2022-08-01 14:53:07,016 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\RoleMapper.class]
2022-08-01 14:53:07,016 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\RolePermissionMapper.class]
2022-08-01 14:53:07,017 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\SexMapper.class]
2022-08-01 14:53:07,017 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\UserMapper.class]
2022-08-01 14:53:07,019 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'assetStatusMapper' and 'com.leozhang.portalssm.mapper.AssetStatusMapper' mapperInterface
2022-08-01 14:53:07,019 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'assetTypeMapper' and 'com.leozhang.portalssm.mapper.AssetTypeMapper' mapperInterface
2022-08-01 14:53:07,019 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'deptMapper' and 'com.leozhang.portalssm.mapper.DeptMapper' mapperInterface
2022-08-01 14:53:07,020 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'logMapMapper' and 'com.leozhang.portalssm.mapper.LogMapMapper' mapperInterface
2022-08-01 14:53:07,020 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'logMapper' and 'com.leozhang.portalssm.mapper.LogMapper' mapperInterface
2022-08-01 14:53:07,020 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'menuMapper' and 'com.leozhang.portalssm.mapper.MenuMapper' mapperInterface
2022-08-01 14:53:07,021 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'menuRoleMapper' and 'com.leozhang.portalssm.mapper.MenuRoleMapper' mapperInterface
2022-08-01 14:53:07,021 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'permissionMapper' and 'com.leozhang.portalssm.mapper.PermissionMapper' mapperInterface
2022-08-01 14:53:07,021 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'roleMapper' and 'com.leozhang.portalssm.mapper.RoleMapper' mapperInterface
2022-08-01 14:53:07,021 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'rolePermissionMapper' and 'com.leozhang.portalssm.mapper.RolePermissionMapper' mapperInterface
2022-08-01 14:53:07,022 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'sexMapper' and 'com.leozhang.portalssm.mapper.SexMapper' mapperInterface
2022-08-01 14:53:07,022 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'userMapper' and 'com.leozhang.portalssm.mapper.UserMapper' mapperInterface
2022-08-01 14:53:07,025 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'propertyConfigurer'
2022-08-01 14:53:07,048 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
2022-08-01 14:53:07,051 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
2022-08-01 14:53:07,051 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory'
2022-08-01 14:53:07,055 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2022-08-01 14:53:07,056 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'lifecycleBeanPostProcessor'
2022-08-01 14:53:07,057 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
2022-08-01 14:53:07,109 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'shiroFilter'
2022-08-01 14:53:07,110 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-01 14:53:07,133 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' of type [org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:53:07,134 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2022-08-01 14:53:07,135 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0'
2022-08-01 14:53:07,336 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'securityManager'
2022-08-01 14:53:08,100 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'myRealm'
2022-08-01 14:53:08,136 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'userServiceImpl'
2022-08-01 14:53:08,139 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'userMapper'
2022-08-01 14:53:08,147 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sqlSessionTemplate'
2022-08-01 14:53:08,150 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sqlSessionFactory'
2022-08-01 14:53:08,151 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'dataSource'
2022-08-01 14:53:08,802 [main] [com.alibaba.druid.pool.DruidDataSource] [INFO] - {dataSource-1} inited
2022-08-01 14:53:08,803 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'dataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:53:09,143 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed configuration file: 'class path resource [mybatis.xml]'
2022-08-01 14:53:09,287 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\AssetStatusMapper.xml]'
2022-08-01 14:53:09,326 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\AssetTypeMapper.xml]'
2022-08-01 14:53:09,364 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\DeptMapper.xml]'
2022-08-01 14:53:09,399 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\LogMapMapper.xml]'
2022-08-01 14:53:09,453 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\LogMapper.xml]'
2022-08-01 14:53:09,483 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\MenuMapper.xml]'
2022-08-01 14:53:09,508 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\MenuRoleMapper.xml]'
2022-08-01 14:53:09,533 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\PermissionMapper.xml]'
2022-08-01 14:53:09,555 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\RoleMapper.xml]'
2022-08-01 14:53:09,581 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\RolePermissionMapper.xml]'
2022-08-01 14:53:09,602 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\SexMapper.xml]'
2022-08-01 14:53:09,630 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\UserMapper.xml]'
2022-08-01 14:53:09,632 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionFactory' of type [org.mybatis.spring.SqlSessionFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:53:09,642 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:53:09,664 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:53:09,672 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:53:09,681 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userMapper' of type [com.sun.proxy.$Proxy25] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:53:09,688 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuMapper'
2022-08-01 14:53:09,689 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'menuMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:53:09,693 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'menuMapper' of type [com.sun.proxy.$Proxy26] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:53:09,698 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userServiceImpl' of type [com.leozhang.portalssm.service.impl.UserServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:53:09,701 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'txAdvice'
2022-08-01 14:53:09,706 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'transactionManager'
2022-08-01 14:53:09,721 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'transactionManager' of type [org.springframework.jdbc.datasource.DataSourceTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:53:09,756 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable]
2022-08-01 14:53:09,756 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable]
2022-08-01 14:53:09,756 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable]
2022-08-01 14:53:09,756 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [select*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly]
2022-08-01 14:53:09,757 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [count*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly]
2022-08-01 14:53:09,757 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT]
2022-08-01 14:53:09,757 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean '(inner bean)#676ff3b0' of type [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:53:09,760 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'txAdvice' of type [org.springframework.transaction.interceptor.TransactionInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:53:09,887 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'permissionServiceImpl'
2022-08-01 14:53:09,888 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'permissionMapper'
2022-08-01 14:53:09,889 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:53:09,892 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionMapper' of type [com.sun.proxy.$Proxy27] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:53:09,895 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionServiceImpl' of type [com.leozhang.portalssm.service.impl.PermissionServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:53:09,917 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'org.apache.shiro.authc.credential.HashedCredentialsMatcher#729d991e' of type [org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:53:09,932 [main] [org.apache.shiro.spring.LifecycleBeanPostProcessor] [DEBUG] - Initializing bean [myRealm]...
2022-08-01 14:53:09,932 [main] [org.apache.shiro.realm.AuthorizingRealm] [DEBUG] - No authorizationCache instance set. Checking for a cacheManager...
2022-08-01 14:53:09,932 [main] [org.apache.shiro.realm.AuthorizingRealm] [DEBUG] - No cache or cacheManager properties have been set. Authorization cache cannot be obtained.
2022-08-01 14:53:09,932 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'myRealm' of type [com.leozhang.portalssm.shiro.UserRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:53:09,954 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 14:53:09,989 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'globalExceptionHandler'
2022-08-01 14:53:09,993 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetStatusController'
2022-08-01 14:53:09,997 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetStatusServiceImpl'
2022-08-01 14:53:09,998 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetStatusMapper'
2022-08-01 14:53:10,020 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetTypeController'
2022-08-01 14:53:10,021 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetTypeServiceImpl'
2022-08-01 14:53:10,022 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetTypeMapper'
2022-08-01 14:53:10,037 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'deptController'
2022-08-01 14:53:10,039 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'deptServiceImpl'
2022-08-01 14:53:10,041 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'deptMapper'
2022-08-01 14:53:10,057 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'indexController'
2022-08-01 14:53:10,058 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuServiceImpl'
2022-08-01 14:53:10,070 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logController'
2022-08-01 14:53:10,071 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logServiceImpl'
2022-08-01 14:53:10,072 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapper'
2022-08-01 14:53:10,085 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapController'
2022-08-01 14:53:10,088 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapServiceImpl'
2022-08-01 14:53:10,089 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapMapper'
2022-08-01 14:53:10,102 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'loginController'
2022-08-01 14:53:10,105 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuController'
2022-08-01 14:53:10,109 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'permissionController'
2022-08-01 14:53:10,112 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'roleController'
2022-08-01 14:53:10,114 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'roleServiceImpl'
2022-08-01 14:53:10,115 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'roleMapper'
2022-08-01 14:53:10,119 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuRoleMapper'
2022-08-01 14:53:10,126 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'rolePermissionMapper'
2022-08-01 14:53:10,143 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sexController'
2022-08-01 14:53:10,144 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sexServiceImpl'
2022-08-01 14:53:10,145 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sexMapper'
2022-08-01 14:53:10,158 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'testController'
2022-08-01 14:53:10,160 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'userController'
2022-08-01 14:53:10,163 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0'
2022-08-01 14:53:10,198 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Creating new transaction with name [com.leozhang.portalssm.service.impl.DeptServiceImpl.deleteData]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable
2022-08-01 14:53:10,203 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@45bb2aa1] for JDBC transaction
2022-08-01 14:53:10,206 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@45bb2aa1] to manual commit
2022-08-01 14:53:10,320 [main] [com.alibaba.druid.pool.PreparedStatementPool] [DEBUG] - {conn-10001, pstmt-20000} enter cache
2022-08-01 14:53:10,322 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Initiating transaction commit
2022-08-01 14:53:10,322 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@45bb2aa1]
2022-08-01 14:53:10,330 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@45bb2aa1] after transaction
2022-08-01 15:00:45,233 [main] [org.springframework.context.support.ClassPathXmlApplicationContext] [DEBUG] - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@12f41634
2022-08-01 15:00:45,529 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\configuration\GlobalExceptionHandler.class]
2022-08-01 15:00:45,537 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\AssetStatusController.class]
2022-08-01 15:00:45,538 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\AssetTypeController.class]
2022-08-01 15:00:45,541 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\DeptController.class]
2022-08-01 15:00:45,542 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\IndexController.class]
2022-08-01 15:00:45,543 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\LogController.class]
2022-08-01 15:00:45,545 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\LogMapController.class]
2022-08-01 15:00:45,545 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\LoginController.class]
2022-08-01 15:00:45,548 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\MenuController.class]
2022-08-01 15:00:45,550 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\PermissionController.class]
2022-08-01 15:00:45,552 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\RoleController.class]
2022-08-01 15:00:45,554 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\SexController.class]
2022-08-01 15:00:45,561 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\TestController.class]
2022-08-01 15:00:45,563 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\UserController.class]
2022-08-01 15:00:45,592 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\AssetStatusServiceImpl.class]
2022-08-01 15:00:45,593 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\AssetTypeServiceImpl.class]
2022-08-01 15:00:45,593 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\DeptServiceImpl.class]
2022-08-01 15:00:45,594 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\LogMapServiceImpl.class]
2022-08-01 15:00:45,595 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\LogServiceImpl.class]
2022-08-01 15:00:45,595 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\MenuServiceImpl.class]
2022-08-01 15:00:45,596 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\PermissionServiceImpl.class]
2022-08-01 15:00:45,597 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\RoleServiceImpl.class]
2022-08-01 15:00:45,597 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\SexServiceImpl.class]
2022-08-01 15:00:45,598 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\UserServiceImpl.class]
2022-08-01 15:00:45,641 [main] [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] [DEBUG] - Loaded 46 bean definitions from class path resource [applicationContext.xml]
2022-08-01 15:00:45,689 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2022-08-01 15:00:45,850 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2022-08-01 15:00:45,880 [main] [org.apache.ibatis.logging.LogFactory] [DEBUG] - Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
2022-08-01 15:00:45,885 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\AssetStatusMapper.class]
2022-08-01 15:00:45,886 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\AssetTypeMapper.class]
2022-08-01 15:00:45,886 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\DeptMapper.class]
2022-08-01 15:00:45,886 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\LogMapMapper.class]
2022-08-01 15:00:45,886 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\LogMapper.class]
2022-08-01 15:00:45,887 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\MenuMapper.class]
2022-08-01 15:00:45,887 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\MenuRoleMapper.class]
2022-08-01 15:00:45,887 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\PermissionMapper.class]
2022-08-01 15:00:45,887 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\RoleMapper.class]
2022-08-01 15:00:45,887 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\RolePermissionMapper.class]
2022-08-01 15:00:45,888 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\SexMapper.class]
2022-08-01 15:00:45,888 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\UserMapper.class]
2022-08-01 15:00:45,889 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'assetStatusMapper' and 'com.leozhang.portalssm.mapper.AssetStatusMapper' mapperInterface
2022-08-01 15:00:45,889 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'assetTypeMapper' and 'com.leozhang.portalssm.mapper.AssetTypeMapper' mapperInterface
2022-08-01 15:00:45,890 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'deptMapper' and 'com.leozhang.portalssm.mapper.DeptMapper' mapperInterface
2022-08-01 15:00:45,890 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'logMapMapper' and 'com.leozhang.portalssm.mapper.LogMapMapper' mapperInterface
2022-08-01 15:00:45,890 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'logMapper' and 'com.leozhang.portalssm.mapper.LogMapper' mapperInterface
2022-08-01 15:00:45,890 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'menuMapper' and 'com.leozhang.portalssm.mapper.MenuMapper' mapperInterface
2022-08-01 15:00:45,890 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'menuRoleMapper' and 'com.leozhang.portalssm.mapper.MenuRoleMapper' mapperInterface
2022-08-01 15:00:45,891 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'permissionMapper' and 'com.leozhang.portalssm.mapper.PermissionMapper' mapperInterface
2022-08-01 15:00:45,891 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'roleMapper' and 'com.leozhang.portalssm.mapper.RoleMapper' mapperInterface
2022-08-01 15:00:45,891 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'rolePermissionMapper' and 'com.leozhang.portalssm.mapper.RolePermissionMapper' mapperInterface
2022-08-01 15:00:45,891 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'sexMapper' and 'com.leozhang.portalssm.mapper.SexMapper' mapperInterface
2022-08-01 15:00:45,891 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'userMapper' and 'com.leozhang.portalssm.mapper.UserMapper' mapperInterface
2022-08-01 15:00:45,893 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'propertyConfigurer'
2022-08-01 15:00:45,910 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
2022-08-01 15:00:45,911 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
2022-08-01 15:00:45,912 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory'
2022-08-01 15:00:45,915 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2022-08-01 15:00:45,917 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'lifecycleBeanPostProcessor'
2022-08-01 15:00:45,917 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
2022-08-01 15:00:45,956 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'shiroFilter'
2022-08-01 15:00:45,958 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-01 15:00:45,975 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' of type [org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:00:45,975 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2022-08-01 15:00:45,976 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0'
2022-08-01 15:00:46,112 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'securityManager'
2022-08-01 15:00:46,654 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'myRealm'
2022-08-01 15:00:46,686 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'userServiceImpl'
2022-08-01 15:00:46,689 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'userMapper'
2022-08-01 15:00:46,695 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sqlSessionTemplate'
2022-08-01 15:00:46,697 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sqlSessionFactory'
2022-08-01 15:00:46,698 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'dataSource'
2022-08-01 15:00:47,136 [main] [com.alibaba.druid.pool.DruidDataSource] [INFO] - {dataSource-1} inited
2022-08-01 15:00:47,137 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'dataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:00:47,355 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed configuration file: 'class path resource [mybatis.xml]'
2022-08-01 15:00:47,423 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\AssetStatusMapper.xml]'
2022-08-01 15:00:47,447 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\AssetTypeMapper.xml]'
2022-08-01 15:00:47,466 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\DeptMapper.xml]'
2022-08-01 15:00:47,494 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\LogMapMapper.xml]'
2022-08-01 15:00:47,523 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\LogMapper.xml]'
2022-08-01 15:00:47,550 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\MenuMapper.xml]'
2022-08-01 15:00:47,577 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\MenuRoleMapper.xml]'
2022-08-01 15:00:47,589 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\PermissionMapper.xml]'
2022-08-01 15:00:47,600 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\RoleMapper.xml]'
2022-08-01 15:00:47,613 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\RolePermissionMapper.xml]'
2022-08-01 15:00:47,624 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\SexMapper.xml]'
2022-08-01 15:00:47,634 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\UserMapper.xml]'
2022-08-01 15:00:47,635 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionFactory' of type [org.mybatis.spring.SqlSessionFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:00:47,640 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:00:47,650 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:00:47,655 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:00:47,659 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userMapper' of type [com.sun.proxy.$Proxy25] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:00:47,663 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuMapper'
2022-08-01 15:00:47,663 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'menuMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:00:47,665 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'menuMapper' of type [com.sun.proxy.$Proxy26] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:00:47,667 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userServiceImpl' of type [com.leozhang.portalssm.service.impl.UserServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:00:47,668 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'txAdvice'
2022-08-01 15:00:47,670 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'transactionManager'
2022-08-01 15:00:47,677 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'transactionManager' of type [org.springframework.jdbc.datasource.DataSourceTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:00:47,689 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable]
2022-08-01 15:00:47,690 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable]
2022-08-01 15:00:47,690 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable]
2022-08-01 15:00:47,690 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [select*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly]
2022-08-01 15:00:47,690 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [count*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly]
2022-08-01 15:00:47,690 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT]
2022-08-01 15:00:47,690 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean '(inner bean)#ae7950d' of type [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:00:47,692 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'txAdvice' of type [org.springframework.transaction.interceptor.TransactionInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:00:47,784 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'permissionServiceImpl'
2022-08-01 15:00:47,785 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'permissionMapper'
2022-08-01 15:00:47,786 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:00:47,787 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionMapper' of type [com.sun.proxy.$Proxy27] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:00:47,789 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionServiceImpl' of type [com.leozhang.portalssm.service.impl.PermissionServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:00:47,807 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'org.apache.shiro.authc.credential.HashedCredentialsMatcher#729d991e' of type [org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:00:47,822 [main] [org.apache.shiro.spring.LifecycleBeanPostProcessor] [DEBUG] - Initializing bean [myRealm]...
2022-08-01 15:00:47,822 [main] [org.apache.shiro.realm.AuthorizingRealm] [DEBUG] - No authorizationCache instance set. Checking for a cacheManager...
2022-08-01 15:00:47,822 [main] [org.apache.shiro.realm.AuthorizingRealm] [DEBUG] - No cache or cacheManager properties have been set. Authorization cache cannot be obtained.
2022-08-01 15:00:47,822 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'myRealm' of type [com.leozhang.portalssm.shiro.UserRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:00:47,838 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:00:47,864 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'globalExceptionHandler'
2022-08-01 15:00:47,866 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetStatusController'
2022-08-01 15:00:47,869 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetStatusServiceImpl'
2022-08-01 15:00:47,870 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetStatusMapper'
2022-08-01 15:00:47,882 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetTypeController'
2022-08-01 15:00:47,883 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetTypeServiceImpl'
2022-08-01 15:00:47,884 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetTypeMapper'
2022-08-01 15:00:47,897 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'deptController'
2022-08-01 15:00:47,898 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'deptServiceImpl'
2022-08-01 15:00:47,899 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'deptMapper'
2022-08-01 15:00:47,912 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'indexController'
2022-08-01 15:00:47,913 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuServiceImpl'
2022-08-01 15:00:47,923 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logController'
2022-08-01 15:00:47,924 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logServiceImpl'
2022-08-01 15:00:47,925 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapper'
2022-08-01 15:00:47,934 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapController'
2022-08-01 15:00:47,936 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapServiceImpl'
2022-08-01 15:00:47,937 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapMapper'
2022-08-01 15:00:47,949 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'loginController'
2022-08-01 15:00:47,951 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuController'
2022-08-01 15:00:47,952 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'permissionController'
2022-08-01 15:00:47,953 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'roleController'
2022-08-01 15:00:47,955 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'roleServiceImpl'
2022-08-01 15:00:47,956 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'roleMapper'
2022-08-01 15:00:47,959 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuRoleMapper'
2022-08-01 15:00:47,962 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'rolePermissionMapper'
2022-08-01 15:00:47,975 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sexController'
2022-08-01 15:00:47,976 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sexServiceImpl'
2022-08-01 15:00:47,977 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sexMapper'
2022-08-01 15:00:47,989 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'testController'
2022-08-01 15:00:47,991 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'userController'
2022-08-01 15:00:47,995 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0'
2022-08-01 15:00:48,032 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Creating new transaction with name [com.leozhang.portalssm.service.impl.DeptServiceImpl.deleteData]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable
2022-08-01 15:00:48,037 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@213bd3d5] for JDBC transaction
2022-08-01 15:00:48,040 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@213bd3d5] to manual commit
2022-08-01 15:00:48,177 [main] [com.alibaba.druid.pool.PreparedStatementPool] [DEBUG] - {conn-10001, pstmt-20000} enter cache
2022-08-01 15:00:48,180 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Initiating transaction commit
2022-08-01 15:00:48,180 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@213bd3d5]
2022-08-01 15:00:48,186 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@213bd3d5] after transaction
2022-08-01 15:03:23,732 [main] [org.springframework.context.support.ClassPathXmlApplicationContext] [DEBUG] - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@12f41634
2022-08-01 15:03:24,017 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\configuration\GlobalExceptionHandler.class]
2022-08-01 15:03:24,024 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\AssetStatusController.class]
2022-08-01 15:03:24,025 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\AssetTypeController.class]
2022-08-01 15:03:24,028 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\DeptController.class]
2022-08-01 15:03:24,029 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\IndexController.class]
2022-08-01 15:03:24,030 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\LogController.class]
2022-08-01 15:03:24,031 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\LogMapController.class]
2022-08-01 15:03:24,032 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\LoginController.class]
2022-08-01 15:03:24,034 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\MenuController.class]
2022-08-01 15:03:24,035 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\PermissionController.class]
2022-08-01 15:03:24,036 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\RoleController.class]
2022-08-01 15:03:24,038 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\SexController.class]
2022-08-01 15:03:24,042 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\TestController.class]
2022-08-01 15:03:24,044 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\controller\UserController.class]
2022-08-01 15:03:24,069 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\AssetStatusServiceImpl.class]
2022-08-01 15:03:24,070 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\AssetTypeServiceImpl.class]
2022-08-01 15:03:24,076 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\DeptServiceImpl.class]
2022-08-01 15:03:24,076 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\LogMapServiceImpl.class]
2022-08-01 15:03:24,077 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\LogServiceImpl.class]
2022-08-01 15:03:24,077 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\MenuServiceImpl.class]
2022-08-01 15:03:24,078 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\PermissionServiceImpl.class]
2022-08-01 15:03:24,078 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\RoleServiceImpl.class]
2022-08-01 15:03:24,079 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\SexServiceImpl.class]
2022-08-01 15:03:24,079 [main] [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\service\impl\UserServiceImpl.class]
2022-08-01 15:03:24,119 [main] [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] [DEBUG] - Loaded 46 bean definitions from class path resource [applicationContext.xml]
2022-08-01 15:03:24,166 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2022-08-01 15:03:24,269 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
2022-08-01 15:03:24,309 [main] [org.apache.ibatis.logging.LogFactory] [DEBUG] - Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
2022-08-01 15:03:24,320 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\AssetStatusMapper.class]
2022-08-01 15:03:24,321 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\AssetTypeMapper.class]
2022-08-01 15:03:24,321 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\DeptMapper.class]
2022-08-01 15:03:24,321 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\LogMapMapper.class]
2022-08-01 15:03:24,322 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\LogMapper.class]
2022-08-01 15:03:24,322 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\MenuMapper.class]
2022-08-01 15:03:24,322 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\MenuRoleMapper.class]
2022-08-01 15:03:24,323 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\PermissionMapper.class]
2022-08-01 15:03:24,323 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\RoleMapper.class]
2022-08-01 15:03:24,323 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\RolePermissionMapper.class]
2022-08-01 15:03:24,323 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\SexMapper.class]
2022-08-01 15:03:24,324 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Identified candidate component class: file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\UserMapper.class]
2022-08-01 15:03:24,326 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'assetStatusMapper' and 'com.leozhang.portalssm.mapper.AssetStatusMapper' mapperInterface
2022-08-01 15:03:24,326 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'assetTypeMapper' and 'com.leozhang.portalssm.mapper.AssetTypeMapper' mapperInterface
2022-08-01 15:03:24,327 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'deptMapper' and 'com.leozhang.portalssm.mapper.DeptMapper' mapperInterface
2022-08-01 15:03:24,327 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'logMapMapper' and 'com.leozhang.portalssm.mapper.LogMapMapper' mapperInterface
2022-08-01 15:03:24,327 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'logMapper' and 'com.leozhang.portalssm.mapper.LogMapper' mapperInterface
2022-08-01 15:03:24,328 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'menuMapper' and 'com.leozhang.portalssm.mapper.MenuMapper' mapperInterface
2022-08-01 15:03:24,328 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'menuRoleMapper' and 'com.leozhang.portalssm.mapper.MenuRoleMapper' mapperInterface
2022-08-01 15:03:24,328 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'permissionMapper' and 'com.leozhang.portalssm.mapper.PermissionMapper' mapperInterface
2022-08-01 15:03:24,328 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'roleMapper' and 'com.leozhang.portalssm.mapper.RoleMapper' mapperInterface
2022-08-01 15:03:24,328 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'rolePermissionMapper' and 'com.leozhang.portalssm.mapper.RolePermissionMapper' mapperInterface
2022-08-01 15:03:24,329 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'sexMapper' and 'com.leozhang.portalssm.mapper.SexMapper' mapperInterface
2022-08-01 15:03:24,329 [main] [org.mybatis.spring.mapper.ClassPathMapperScanner] [DEBUG] - Creating MapperFactoryBean with name 'userMapper' and 'com.leozhang.portalssm.mapper.UserMapper' mapperInterface
2022-08-01 15:03:24,332 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'propertyConfigurer'
2022-08-01 15:03:24,348 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
2022-08-01 15:03:24,350 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
2022-08-01 15:03:24,350 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory'
2022-08-01 15:03:24,353 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2022-08-01 15:03:24,354 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'lifecycleBeanPostProcessor'
2022-08-01 15:03:24,354 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
2022-08-01 15:03:24,398 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'shiroFilter'
2022-08-01 15:03:24,400 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
2022-08-01 15:03:24,425 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' of type [org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:03:24,426 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor'
2022-08-01 15:03:24,427 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0'
2022-08-01 15:03:24,597 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'securityManager'
2022-08-01 15:03:25,140 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'myRealm'
2022-08-01 15:03:25,162 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'userServiceImpl'
2022-08-01 15:03:25,165 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'userMapper'
2022-08-01 15:03:25,170 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sqlSessionTemplate'
2022-08-01 15:03:25,172 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sqlSessionFactory'
2022-08-01 15:03:25,173 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'dataSource'
2022-08-01 15:03:25,574 [main] [com.alibaba.druid.pool.DruidDataSource] [INFO] - {dataSource-1} inited
2022-08-01 15:03:25,574 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'dataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:03:25,749 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed configuration file: 'class path resource [mybatis.xml]'
2022-08-01 15:03:25,819 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\AssetStatusMapper.xml]'
2022-08-01 15:03:25,840 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\AssetTypeMapper.xml]'
2022-08-01 15:03:25,857 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\DeptMapper.xml]'
2022-08-01 15:03:25,879 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\LogMapMapper.xml]'
2022-08-01 15:03:25,903 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\LogMapper.xml]'
2022-08-01 15:03:25,922 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\MenuMapper.xml]'
2022-08-01 15:03:25,937 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\MenuRoleMapper.xml]'
2022-08-01 15:03:25,952 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\PermissionMapper.xml]'
2022-08-01 15:03:25,965 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\RoleMapper.xml]'
2022-08-01 15:03:25,978 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\RolePermissionMapper.xml]'
2022-08-01 15:03:25,990 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\SexMapper.xml]'
2022-08-01 15:03:26,003 [main] [org.mybatis.spring.SqlSessionFactoryBean] [DEBUG] - Parsed mapper file: 'file [G:\java项目\workspace\portal-ssm\target\classes\com\leozhang\portalssm\mapper\xml\UserMapper.xml]'
2022-08-01 15:03:26,004 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionFactory' of type [org.mybatis.spring.SqlSessionFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:03:26,009 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:03:26,019 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:03:26,024 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:03:26,030 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userMapper' of type [com.sun.proxy.$Proxy25] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:03:26,035 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuMapper'
2022-08-01 15:03:26,036 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'menuMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:03:26,037 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'menuMapper' of type [com.sun.proxy.$Proxy26] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:03:26,040 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userServiceImpl' of type [com.leozhang.portalssm.service.impl.UserServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:03:26,041 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'txAdvice'
2022-08-01 15:03:26,043 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'transactionManager'
2022-08-01 15:03:26,050 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'transactionManager' of type [org.springframework.jdbc.datasource.DataSourceTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:03:26,066 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable]
2022-08-01 15:03:26,066 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable]
2022-08-01 15:03:26,067 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable]
2022-08-01 15:03:26,067 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [select*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly]
2022-08-01 15:03:26,067 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [count*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT,readOnly]
2022-08-01 15:03:26,067 [main] [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] [DEBUG] - Adding transactional method [*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT]
2022-08-01 15:03:26,067 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean '(inner bean)#5e8604bf' of type [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:03:26,068 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'txAdvice' of type [org.springframework.transaction.interceptor.TransactionInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:03:26,180 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'permissionServiceImpl'
2022-08-01 15:03:26,181 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'permissionMapper'
2022-08-01 15:03:26,182 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:03:26,184 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionMapper' of type [com.sun.proxy.$Proxy27] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:03:26,187 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionServiceImpl' of type [com.leozhang.portalssm.service.impl.PermissionServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:03:26,207 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'org.apache.shiro.authc.credential.HashedCredentialsMatcher#729d991e' of type [org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:03:26,223 [main] [org.apache.shiro.spring.LifecycleBeanPostProcessor] [DEBUG] - Initializing bean [myRealm]...
2022-08-01 15:03:26,223 [main] [org.apache.shiro.realm.AuthorizingRealm] [DEBUG] - No authorizationCache instance set. Checking for a cacheManager...
2022-08-01 15:03:26,223 [main] [org.apache.shiro.realm.AuthorizingRealm] [DEBUG] - No cache or cacheManager properties have been set. Authorization cache cannot be obtained.
2022-08-01 15:03:26,224 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'myRealm' of type [com.leozhang.portalssm.shiro.UserRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:03:26,244 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:03:26,278 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'globalExceptionHandler'
2022-08-01 15:03:26,282 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetStatusController'
2022-08-01 15:03:26,285 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetStatusServiceImpl'
2022-08-01 15:03:26,287 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetStatusMapper'
2022-08-01 15:03:26,303 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetTypeController'
2022-08-01 15:03:26,304 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetTypeServiceImpl'
2022-08-01 15:03:26,305 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'assetTypeMapper'
2022-08-01 15:03:26,321 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'deptController'
2022-08-01 15:03:26,323 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'deptServiceImpl'
2022-08-01 15:03:26,324 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'deptMapper'
2022-08-01 15:03:26,339 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'indexController'
2022-08-01 15:03:26,340 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuServiceImpl'
2022-08-01 15:03:26,354 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logController'
2022-08-01 15:03:26,356 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logServiceImpl'
2022-08-01 15:03:26,357 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapper'
2022-08-01 15:03:26,370 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapController'
2022-08-01 15:03:26,372 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapServiceImpl'
2022-08-01 15:03:26,373 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'logMapMapper'
2022-08-01 15:03:26,388 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'loginController'
2022-08-01 15:03:26,389 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuController'
2022-08-01 15:03:26,393 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'permissionController'
2022-08-01 15:03:26,395 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'roleController'
2022-08-01 15:03:26,398 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'roleServiceImpl'
2022-08-01 15:03:26,399 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'roleMapper'
2022-08-01 15:03:26,404 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'menuRoleMapper'
2022-08-01 15:03:26,408 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'rolePermissionMapper'
2022-08-01 15:03:26,424 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sexController'
2022-08-01 15:03:26,425 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sexServiceImpl'
2022-08-01 15:03:26,427 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'sexMapper'
2022-08-01 15:03:26,441 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'testController'
2022-08-01 15:03:26,443 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'userController'
2022-08-01 15:03:26,447 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [DEBUG] - Creating shared instance of singleton bean 'org.springframework.transaction.interceptor.TransactionInterceptor#0'
2022-08-01 15:03:26,490 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Creating new transaction with name [com.leozhang.portalssm.service.impl.DeptServiceImpl.deleteData]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT,-java.lang.Throwable
2022-08-01 15:03:26,496 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46cb98a3] for JDBC transaction
2022-08-01 15:03:26,500 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46cb98a3] to manual commit
2022-08-01 15:03:26,621 [main] [com.alibaba.druid.pool.PreparedStatementPool] [DEBUG] - {conn-10001, pstmt-20000} enter cache
2022-08-01 15:03:26,623 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Initiating transaction commit
2022-08-01 15:03:26,623 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46cb98a3]
2022-08-01 15:03:26,630 [main] [org.springframework.jdbc.datasource.DataSourceTransactionManager] [DEBUG] - Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46cb98a3] after transaction
2022-08-01 15:12:01,228 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' of type [org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:12:02,284 [main] [com.alibaba.druid.pool.DruidDataSource] [INFO] - {dataSource-1} inited
2022-08-01 15:12:02,284 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'dataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:12:02,731 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionFactory' of type [org.mybatis.spring.SqlSessionFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:12:02,738 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:12:02,749 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:12:02,755 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:12:02,762 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userMapper' of type [com.sun.proxy.$Proxy25] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:12:02,766 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'menuMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:12:02,768 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'menuMapper' of type [com.sun.proxy.$Proxy26] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:12:02,771 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'userServiceImpl' of type [com.leozhang.portalssm.service.impl.UserServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:12:02,783 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'transactionManager' of type [org.springframework.jdbc.datasource.DataSourceTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:12:02,797 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean '(inner bean)#676ff3b0' of type [org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:12:02,799 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'txAdvice' of type [org.springframework.transaction.interceptor.TransactionInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:12:02,904 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:12:02,907 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionMapper' of type [com.sun.proxy.$Proxy27] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:12:02,909 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'permissionServiceImpl' of type [com.leozhang.portalssm.service.impl.PermissionServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:12:02,929 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'org.apache.shiro.authc.credential.HashedCredentialsMatcher#729d991e' of type [org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:12:02,946 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'myRealm' of type [com.leozhang.portalssm.shiro.UserRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-01 15:12:02,972 [main] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] [INFO] - Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/reisen7/portal-springmvc.git
git@gitee.com:reisen7/portal-springmvc.git
reisen7
portal-springmvc
portal-springmvc
master

搜索帮助