12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142 |
- 2025-05-14 09:13:41.554 INFO 4056 --- [main] com.sqx.SqxApplication : Starting SqxApplication using Java 1.8.0_144 on DESKTOP-3FG01VC with PID 4056 (D:\work\shunfengche\target\classes started by jingang in D:\work\shunfengche)
- 2025-05-14 09:13:41.578 INFO 4056 --- [main] com.sqx.SqxApplication : The following 1 profile is active: "prod"
- 2025-05-14 09:13:43.295 INFO 4056 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
- 2025-05-14 09:13:43.295 INFO 4056 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 2025-05-14 09:13:43.539 INFO 4056 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 230 ms. Found 2 JPA repository interfaces.
- 2025-05-14 09:13:43.562 INFO 4056 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
- 2025-05-14 09:13:43.564 INFO 4056 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 2025-05-14 09:13:43.639 INFO 4056 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.sqx.modules.chats.respository.ChatContentRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
- 2025-05-14 09:13:43.640 INFO 4056 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.sqx.modules.chats.respository.ChatRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
- 2025-05-14 09:13:43.640 INFO 4056 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 63 ms. Found 0 Redis repository interfaces.
- 2025-05-14 09:13:43.862 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'appDao' and 'com.sqx.modules.app.dao.AppDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.862 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'msgDao' and 'com.sqx.modules.app.dao.MsgDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.862 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userCashOutDao' and 'com.sqx.modules.app.dao.UserCashOutDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.863 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userDao' and 'com.sqx.modules.app.dao.UserDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.863 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userMoneyDao' and 'com.sqx.modules.app.dao.UserMoneyDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.863 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userMoneyDetailsDao' and 'com.sqx.modules.app.dao.UserMoneyDetailsDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.863 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userVipDao' and 'com.sqx.modules.app.dao.UserVipDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.863 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'vipDetailsDao' and 'com.sqx.modules.app.dao.VipDetailsDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.864 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'activityDao' and 'com.sqx.modules.banner.dao.ActivityDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.864 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'bannerDao' and 'com.sqx.modules.banner.dao.BannerDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.864 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'chatContentDao' and 'com.sqx.modules.chat.dao.ChatContentDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.864 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'chatConversationDao' and 'com.sqx.modules.chat.dao.ChatConversationDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.864 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'commonInfoDao' and 'com.sqx.modules.common.dao.CommonInfoDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.864 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'creditRecordDao' and 'com.sqx.modules.creditRecord.dao.CreditRecordDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.864 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'driverDao' and 'com.sqx.modules.driver.dao.DriverDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.864 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'driverRouteDao' and 'com.sqx.modules.driver.dao.DriverRouteDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.865 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'fixedStrokeDao' and 'com.sqx.modules.fixedStroke.dao.FixedStrokeDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.865 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'inviteDao' and 'com.sqx.modules.invite.dao.InviteDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.865 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'inviteMoneyDao' and 'com.sqx.modules.invite.dao.InviteMoneyDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.865 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'invoiceDao' and 'com.sqx.modules.invoice.dao.InvoiceDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.865 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'memberDao' and 'com.sqx.modules.member.dao.MemberDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.865 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'activityMessageInfoDao' and 'com.sqx.modules.message.dao.ActivityMessageInfoDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.865 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'messageInfoDao' and 'com.sqx.modules.message.dao.MessageInfoDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.865 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'ordersDao' and 'com.sqx.modules.orders.dao.OrdersDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.866 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'priceRuleDao' and 'com.sqx.modules.orders.dao.PriceRuleDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.866 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'cashOutDao' and 'com.sqx.modules.pay.dao.CashOutDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.866 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'payDetailsDao' and 'com.sqx.modules.pay.dao.PayDetailsDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.866 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'rechargeConfigDao' and 'com.sqx.modules.rechargeConfig.dao.RechargeConfigDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.866 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysCaptchaDao' and 'com.sqx.modules.sys.dao.SysCaptchaDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.866 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysConfigDao' and 'com.sqx.modules.sys.dao.SysConfigDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.866 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysDictDao' and 'com.sqx.modules.sys.dao.SysDictDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.868 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysLogDao' and 'com.sqx.modules.sys.dao.SysLogDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.868 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysMenuDao' and 'com.sqx.modules.sys.dao.SysMenuDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.868 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysRoleDao' and 'com.sqx.modules.sys.dao.SysRoleDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.869 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysRoleMenuDao' and 'com.sqx.modules.sys.dao.SysRoleMenuDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.869 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserDao' and 'com.sqx.modules.sys.dao.SysUserDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.869 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserRoleDao' and 'com.sqx.modules.sys.dao.SysUserRoleDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.869 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserTokenDao' and 'com.sqx.modules.sys.dao.SysUserTokenDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.869 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserAddressDao' and 'com.sqx.modules.sysUserAddress.dao.SysUserAddressDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.869 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'tbCouponDao' and 'com.sqx.modules.tbCoupon.dao.TbCouponDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.869 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'tbCouponUserDao' and 'com.sqx.modules.tbCoupon.dao.TbCouponUserDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.869 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'riderLocationDao' and 'com.sqx.modules.timedtask.dao.RiderLocationDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.869 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'trainingCenterDao' and 'com.sqx.modules.trainingCenter.dao.TrainingCenterDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.869 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userExtensionDao' and 'com.sqx.modules.userExtension.dao.UserExtensionDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:13:43.873 WARN 4056 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.sqx]' package. Please check your configuration.
- 2025-05-14 09:13:44.026 INFO 4056 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.sqx.config.ShiroConfig$$EnhancerBySpringCGLIB$$bfe53799] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:13:44.498 INFO 4056 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:13:44.506 INFO 4056 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mybatisPlusConfig' of type [com.sqx.config.MybatisPlusConfig$$EnhancerBySpringCGLIB$$5d29e675] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:13:44.512 INFO 4056 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'paginationInterceptor' of type [com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:13:44.523 INFO 4056 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$7b4dd466] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:13:44.530 INFO 4056 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamic-com.sqx.datasource.properties.DynamicDataSourceProperties' of type [com.sqx.datasource.properties.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:13:44.532 INFO 4056 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDataSourceConfig' of type [com.sqx.datasource.config.DynamicDataSourceConfig$$EnhancerBySpringCGLIB$$6aa3bb13] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:13:44.539 INFO 4056 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dataSourceProperties' of type [com.sqx.datasource.properties.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:13:48.586 INFO 4056 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
- 2025-05-14 09:13:48.587 INFO 4056 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDataSource' of type [com.sqx.datasource.config.DynamicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:13:48.608 INFO 4056 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'myMetaObjectHandler' of type [com.sqx.common.utils.MyMetaObjectHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:13:48.969 WARN 4056 --- [main] c.b.m.core.injector.AbstractMethod : [com.sqx.modules.banner.dao.BannerDao.selectList] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectList]
- 2025-05-14 09:13:48.970 WARN 4056 --- [main] c.b.m.core.injector.AbstractMethod : [com.sqx.modules.banner.dao.BannerDao.selectPage] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectPage]
- 2025-05-14 09:13:49.212 WARN 4056 --- [main] c.b.m.core.injector.AbstractMethod : [com.sqx.modules.pay.dao.PayDetailsDao.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
- 2025-05-14 09:13:49.399 INFO 4056 --- [main] trationDelegate$BeanPostProcessorChecker : 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)
- 2025-05-14 09:13:49.405 INFO 4056 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:13:49.409 INFO 4056 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysMenuDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:13:49.413 INFO 4056 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysMenuDao' of type [com.sun.proxy.$Proxy107] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:13:49.420 INFO 4056 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysUserDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:13:49.421 INFO 4056 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysUserDao' of type [com.sun.proxy.$Proxy108] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:13:49.426 INFO 4056 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysUserTokenDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:13:49.427 INFO 4056 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysUserTokenDao' of type [com.sun.proxy.$Proxy109] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:13:49.429 INFO 4056 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroServiceImpl' of type [com.sqx.modules.sys.service.impl.ShiroServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:13:49.430 INFO 4056 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'OAuth2Realm' of type [com.sqx.modules.sys.oauth2.OAuth2Realm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:13:50.068 INFO 4056 --- [main] trationDelegate$BeanPostProcessorChecker : 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)
- 2025-05-14 09:13:50.080 INFO 4056 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:13:50.355 INFO 4056 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8179 (http)
- 2025-05-14 09:13:50.364 INFO 4056 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2025-05-14 09:13:50.364 INFO 4056 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.65]
- 2025-05-14 09:13:50.542 INFO 4056 --- [main] o.a.c.c.C.[.[localhost].[/sqx_fast] : Initializing Spring embedded WebApplicationContext
- 2025-05-14 09:13:50.542 INFO 4056 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 8909 ms
- 2025-05-14 09:13:50.805 INFO 4056 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
- 2025-05-14 09:13:50.919 INFO 4056 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.10.Final
- 2025-05-14 09:13:51.141 INFO 4056 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
- 2025-05-14 09:13:51.324 INFO 4056 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
- 2025-05-14 09:13:52.510 INFO 4056 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
- 2025-05-14 09:13:52.530 INFO 4056 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
- 2025-05-14 09:13:57.462 WARN 4056 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
- 2025-05-14 09:13:57.796 INFO 4056 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- 2025-05-14 09:13:58.570 INFO 4056 --- [main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
- 2025-05-14 09:13:58.584 INFO 4056 --- [main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 2025-05-14 09:13:58.584 INFO 4056 --- [main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.0 created.
- 2025-05-14 09:13:58.586 INFO 4056 --- [main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
- 2025-05-14 09:13:58.586 INFO 4056 --- [main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.0) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
- Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
- NOT STARTED.
- Currently in standby mode.
- Number of jobs executed: 0
- Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
- Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
- 2025-05-14 09:13:58.587 INFO 4056 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 2025-05-14 09:13:58.587 INFO 4056 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.0
- 2025-05-14 09:13:58.587 INFO 4056 --- [main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@4dcdc172
- 2025-05-14 09:13:58.711 INFO 4056 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8179 (http) with context path '/sqx_fast'
- 2025-05-14 09:13:58.712 INFO 4056 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2025-05-14 09:13:58.734 INFO 4056 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2025-05-14 09:13:58.778 INFO 4056 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 2025-05-14 09:13:58.952 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findTypeUsingGET_1
- 2025-05-14 09:13:59.036 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payAppMoneyUsingPOST_1
- 2025-05-14 09:13:59.039 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payMemberUsingPOST_1
- 2025-05-14 09:13:59.041 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payOrdersUsingPOST_1
- 2025-05-14 09:13:59.047 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: notifyJsApiUsingPOST_1
- 2025-05-14 09:13:59.048 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: notifyMpUsingPOST_1
- 2025-05-14 09:13:59.050 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payAppMoneyUsingPOST_2
- 2025-05-14 09:13:59.053 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: wxPayJsApiMoneyUsingPOST_1
- 2025-05-14 09:13:59.055 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: wxPayMpMoneyUsingPOST_1
- 2025-05-14 09:13:59.056 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: wxPayNotifyUsingPOST_1
- 2025-05-14 09:13:59.158 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getExtensionListUsingGET_1
- 2025-05-14 09:13:59.176 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInvoiceInfoUsingGET_1
- 2025-05-14 09:13:59.282 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payOrdersUsingPOST_2
- 2025-05-14 09:13:59.301 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getConfigInfoUsingGET_1
- 2025-05-14 09:13:59.302 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getConfigInfoListUsingGET_1
- 2025-05-14 09:13:59.303 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCouponPageListUsingGET_1
- 2025-05-14 09:13:59.306 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getMyCouponListUsingGET_1
- 2025-05-14 09:13:59.314 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addBannerUsingPOST_1
- 2025-05-14 09:13:59.316 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getBannerUsingGET_1
- 2025-05-14 09:13:59.319 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryUserMoneyDetailsUsingGET_1
- 2025-05-14 09:13:59.333 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectBannerListUsingGET_1
- 2025-05-14 09:13:59.359 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectHelpProfitUsingGET_1
- 2025-05-14 09:13:59.361 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserRechargeUsingGET_1
- 2025-05-14 09:13:59.363 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserRechargeByUserIdUsingGET_1
- 2025-05-14 09:13:59.368 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: sendMsgUsingGET_1
- 2025-05-14 09:13:59.372 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectChatContentUsingGET_1
- 2025-05-14 09:13:59.373 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectChatConversationPageUsingGET_1
- 2025-05-14 09:13:59.375 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findAllUsingGET_1
- 2025-05-14 09:13:59.377 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBodyUsingPOST_1
- 2025-05-14 09:13:59.383 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_1
- 2025-05-14 09:13:59.384 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findAllUsingGET_2
- 2025-05-14 09:13:59.386 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBodyUsingPOST_2
- 2025-05-14 09:13:59.388 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateBodyUsingPOST_1
- 2025-05-14 09:13:59.389 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: userCountUsingGET_1
- 2025-05-14 09:13:59.397 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCommonListUsingGET_1
- 2025-05-14 09:13:59.399 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteDriverUsingPOST_1
- 2025-05-14 09:13:59.400 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertDriverUsingPOST_1
- 2025-05-14 09:13:59.401 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectDriverByUserIdUsingGET_1
- 2025-05-14 09:13:59.402 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectDriverListUsingGET_1
- 2025-05-14 09:13:59.403 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateDriverUsingPOST_1
- 2025-05-14 09:13:59.405 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteDriverRouteUsingPOST_1
- 2025-05-14 09:13:59.406 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertDriverRouteUsingPOST_1
- 2025-05-14 09:13:59.407 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertMessageByDriverUsingPOST_1
- 2025-05-14 09:13:59.408 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectDriverRouteByUserIdUsingGET_1
- 2025-05-14 09:13:59.410 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectDriverRouteListUsingGET_1
- 2025-05-14 09:13:59.411 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateDriverRouteUsingPOST_1
- 2025-05-14 09:13:59.416 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectFixedStrokeListUsingGET_1
- 2025-05-14 09:13:59.419 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: mpCreateQrUsingGET_1
- 2025-05-14 09:13:59.420 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectInviteAndPosterUsingGET_1
- 2025-05-14 09:13:59.421 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectInviteByUserIdListsUsingGET_1
- 2025-05-14 09:13:59.422 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectInviteCountUsingGET_1
- 2025-05-14 09:13:59.426 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectMemberListUsingGET_1
- 2025-05-14 09:13:59.430 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addMessageUsingPOST_1
- 2025-05-14 09:13:59.433 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteMessageUsingGET_1
- 2025-05-14 09:13:59.437 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getBodyPageUsingGET_1
- 2025-05-14 09:13:59.439 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getMessageUsingGET_1
- 2025-05-14 09:13:59.441 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getMessageListUsingGET_1
- 2025-05-14 09:13:59.443 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertMessageUsingPOST_1
- 2025-05-14 09:13:59.450 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserRechargeUsingGET_2
- 2025-05-14 09:13:59.452 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: uUpdateUsingPOST_1
- 2025-05-14 09:13:59.454 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelOrdersUsingPOST_1
- 2025-05-14 09:13:59.455 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: completeOrdersUsingPOST_1
- 2025-05-14 09:13:59.458 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: proceedOrdersUsingPOST_1
- 2025-05-14 09:13:59.460 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectMyOrdersListUsingGET_1
- 2025-05-14 09:13:59.463 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectOrdersDetailsUsingGET_1
- 2025-05-14 09:13:59.465 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectOrdersListUsingGET_1
- 2025-05-14 09:13:59.466 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectTeamUserListUsingGET_1
- 2025-05-14 09:13:59.467 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: takingOrdersUsingPOST_1
- 2025-05-14 09:13:59.467 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refundUsingPOST_1
- 2025-05-14 09:13:59.471 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectPriceRuleListUsingGET_1
- 2025-05-14 09:13:59.475 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAddressUsingPOST_1
- 2025-05-14 09:13:59.476 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAddressInfoUsingGET_1
- 2025-05-14 09:13:59.477 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAddressListUsingGET_1
- 2025-05-14 09:13:59.479 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAddressUsingPOST_1
- 2025-05-14 09:13:59.499 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserByIdUsingGET_1
- 2025-05-14 09:13:59.520 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryUserMoneyDetailsUsingGET_2
- 2025-05-14 09:13:59.521 INFO 4056 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserMoneyDetailsUsingGET_1
- 2025-05-14 09:13:59.538 INFO 4056 --- [main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
- 2025-05-14 09:13:59.538 INFO 4056 --- [main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 2025-05-14 09:13:59.553 INFO 4056 --- [main] com.sqx.SqxApplication : Started SqxApplication in 18.589 seconds (JVM running for 20.879)
- 2025-05-14 09:13:59.559 INFO 4056 --- [main] com.sqx.SqxApplication : (♥◠‿◠)ノ゙ 顺风车项目启动成功 ლ(´ڡ`ლ)゙
- _
- | |
- ___ | | __
- / _ \| |/ /
- | (_) | <
- \___/|_|\_\
- 2025-05-14 09:14:13.283 INFO 4056 --- [http-nio-8179-exec-1] o.a.c.c.C.[.[localhost].[/sqx_fast] : Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2025-05-14 09:14:13.284 INFO 4056 --- [http-nio-8179-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
- 2025-05-14 09:14:13.287 INFO 4056 --- [http-nio-8179-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 3 ms
- 2025-05-14 09:36:14.571 INFO 4056 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 2025-05-14 09:36:15.451 INFO 4056 --- [SpringApplicationShutdownHook] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
- 2025-05-14 09:36:15.452 INFO 4056 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- 2025-05-14 09:36:15.452 INFO 4056 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 2025-05-14 09:36:15.452 INFO 4056 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- 2025-05-14 09:36:15.489 INFO 4056 --- [SpringApplicationShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
- 2025-05-14 09:36:33.714 INFO 10016 --- [main] com.sqx.SqxApplication : Starting SqxApplication using Java 1.8.0_144 on DESKTOP-3FG01VC with PID 10016 (D:\work\shunfengche\target\classes started by jingang in D:\work\shunfengche)
- 2025-05-14 09:36:33.721 INFO 10016 --- [main] com.sqx.SqxApplication : The following 1 profile is active: "prod"
- 2025-05-14 09:36:35.407 INFO 10016 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
- 2025-05-14 09:36:35.409 INFO 10016 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 2025-05-14 09:36:35.640 INFO 10016 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 221 ms. Found 2 JPA repository interfaces.
- 2025-05-14 09:36:35.660 INFO 10016 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
- 2025-05-14 09:36:35.661 INFO 10016 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 2025-05-14 09:36:35.734 INFO 10016 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.sqx.modules.chats.respository.ChatContentRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
- 2025-05-14 09:36:35.735 INFO 10016 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.sqx.modules.chats.respository.ChatRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
- 2025-05-14 09:36:35.735 INFO 10016 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 65 ms. Found 0 Redis repository interfaces.
- 2025-05-14 09:36:35.953 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'appDao' and 'com.sqx.modules.app.dao.AppDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.953 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'msgDao' and 'com.sqx.modules.app.dao.MsgDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.953 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userCashOutDao' and 'com.sqx.modules.app.dao.UserCashOutDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.953 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userDao' and 'com.sqx.modules.app.dao.UserDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.953 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userMoneyDao' and 'com.sqx.modules.app.dao.UserMoneyDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.953 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userMoneyDetailsDao' and 'com.sqx.modules.app.dao.UserMoneyDetailsDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.954 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userVipDao' and 'com.sqx.modules.app.dao.UserVipDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.954 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'vipDetailsDao' and 'com.sqx.modules.app.dao.VipDetailsDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.954 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'activityDao' and 'com.sqx.modules.banner.dao.ActivityDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.954 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'bannerDao' and 'com.sqx.modules.banner.dao.BannerDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.954 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'chatContentDao' and 'com.sqx.modules.chat.dao.ChatContentDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.954 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'chatConversationDao' and 'com.sqx.modules.chat.dao.ChatConversationDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.954 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'commonInfoDao' and 'com.sqx.modules.common.dao.CommonInfoDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.954 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'creditRecordDao' and 'com.sqx.modules.creditRecord.dao.CreditRecordDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.954 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'driverDao' and 'com.sqx.modules.driver.dao.DriverDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.955 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'driverRouteDao' and 'com.sqx.modules.driver.dao.DriverRouteDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.955 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'fixedStrokeDao' and 'com.sqx.modules.fixedStroke.dao.FixedStrokeDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.955 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'inviteDao' and 'com.sqx.modules.invite.dao.InviteDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.955 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'inviteMoneyDao' and 'com.sqx.modules.invite.dao.InviteMoneyDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.955 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'invoiceDao' and 'com.sqx.modules.invoice.dao.InvoiceDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.955 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'memberDao' and 'com.sqx.modules.member.dao.MemberDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.955 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'activityMessageInfoDao' and 'com.sqx.modules.message.dao.ActivityMessageInfoDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.955 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'messageInfoDao' and 'com.sqx.modules.message.dao.MessageInfoDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.955 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'ordersDao' and 'com.sqx.modules.orders.dao.OrdersDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.955 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'priceRuleDao' and 'com.sqx.modules.orders.dao.PriceRuleDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.955 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'cashOutDao' and 'com.sqx.modules.pay.dao.CashOutDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.955 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'payDetailsDao' and 'com.sqx.modules.pay.dao.PayDetailsDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.956 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'rechargeConfigDao' and 'com.sqx.modules.rechargeConfig.dao.RechargeConfigDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.956 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysCaptchaDao' and 'com.sqx.modules.sys.dao.SysCaptchaDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.956 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysConfigDao' and 'com.sqx.modules.sys.dao.SysConfigDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.956 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysDictDao' and 'com.sqx.modules.sys.dao.SysDictDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.956 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysLogDao' and 'com.sqx.modules.sys.dao.SysLogDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.956 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysMenuDao' and 'com.sqx.modules.sys.dao.SysMenuDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.956 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysRoleDao' and 'com.sqx.modules.sys.dao.SysRoleDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.956 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysRoleMenuDao' and 'com.sqx.modules.sys.dao.SysRoleMenuDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.956 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserDao' and 'com.sqx.modules.sys.dao.SysUserDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.956 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserRoleDao' and 'com.sqx.modules.sys.dao.SysUserRoleDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.956 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserTokenDao' and 'com.sqx.modules.sys.dao.SysUserTokenDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.956 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserAddressDao' and 'com.sqx.modules.sysUserAddress.dao.SysUserAddressDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.956 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'tbCouponDao' and 'com.sqx.modules.tbCoupon.dao.TbCouponDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.957 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'tbCouponUserDao' and 'com.sqx.modules.tbCoupon.dao.TbCouponUserDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.957 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'riderLocationDao' and 'com.sqx.modules.timedtask.dao.RiderLocationDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.957 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'trainingCenterDao' and 'com.sqx.modules.trainingCenter.dao.TrainingCenterDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.957 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userExtensionDao' and 'com.sqx.modules.userExtension.dao.UserExtensionDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:36:35.957 WARN 10016 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.sqx]' package. Please check your configuration.
- 2025-05-14 09:36:36.092 INFO 10016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.sqx.config.ShiroConfig$$EnhancerBySpringCGLIB$$4ef535f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:36:36.510 INFO 10016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:36:36.520 INFO 10016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mybatisPlusConfig' of type [com.sqx.config.MybatisPlusConfig$$EnhancerBySpringCGLIB$$a234023b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:36:36.527 INFO 10016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'paginationInterceptor' of type [com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:36:36.542 INFO 10016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$c057f02c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:36:36.551 INFO 10016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamic-com.sqx.datasource.properties.DynamicDataSourceProperties' of type [com.sqx.datasource.properties.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:36:36.553 INFO 10016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDataSourceConfig' of type [com.sqx.datasource.config.DynamicDataSourceConfig$$EnhancerBySpringCGLIB$$afadd6d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:36:36.560 INFO 10016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dataSourceProperties' of type [com.sqx.datasource.properties.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:36:40.636 INFO 10016 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
- 2025-05-14 09:36:40.637 INFO 10016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDataSource' of type [com.sqx.datasource.config.DynamicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:36:40.655 INFO 10016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'myMetaObjectHandler' of type [com.sqx.common.utils.MyMetaObjectHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:36:41.014 WARN 10016 --- [main] c.b.m.core.injector.AbstractMethod : [com.sqx.modules.banner.dao.BannerDao.selectList] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectList]
- 2025-05-14 09:36:41.014 WARN 10016 --- [main] c.b.m.core.injector.AbstractMethod : [com.sqx.modules.banner.dao.BannerDao.selectPage] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectPage]
- 2025-05-14 09:36:41.258 WARN 10016 --- [main] c.b.m.core.injector.AbstractMethod : [com.sqx.modules.pay.dao.PayDetailsDao.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
- 2025-05-14 09:36:41.411 INFO 10016 --- [main] trationDelegate$BeanPostProcessorChecker : 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)
- 2025-05-14 09:36:41.416 INFO 10016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:36:41.420 INFO 10016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysMenuDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:36:41.422 INFO 10016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysMenuDao' of type [com.sun.proxy.$Proxy107] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:36:41.427 INFO 10016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysUserDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:36:41.428 INFO 10016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysUserDao' of type [com.sun.proxy.$Proxy108] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:36:41.433 INFO 10016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysUserTokenDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:36:41.434 INFO 10016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysUserTokenDao' of type [com.sun.proxy.$Proxy109] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:36:41.435 INFO 10016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroServiceImpl' of type [com.sqx.modules.sys.service.impl.ShiroServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:36:41.436 INFO 10016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'OAuth2Realm' of type [com.sqx.modules.sys.oauth2.OAuth2Realm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:36:42.041 INFO 10016 --- [main] trationDelegate$BeanPostProcessorChecker : 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)
- 2025-05-14 09:36:42.055 INFO 10016 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:36:42.319 INFO 10016 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8179 (http)
- 2025-05-14 09:36:42.326 INFO 10016 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2025-05-14 09:36:42.327 INFO 10016 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.65]
- 2025-05-14 09:36:42.457 INFO 10016 --- [main] o.a.c.c.C.[.[localhost].[/sqx_fast] : Initializing Spring embedded WebApplicationContext
- 2025-05-14 09:36:42.458 INFO 10016 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 8638 ms
- 2025-05-14 09:36:42.663 INFO 10016 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
- 2025-05-14 09:36:42.708 INFO 10016 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.10.Final
- 2025-05-14 09:36:42.838 INFO 10016 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
- 2025-05-14 09:36:42.956 INFO 10016 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
- 2025-05-14 09:36:43.791 INFO 10016 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
- 2025-05-14 09:36:43.805 INFO 10016 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
- 2025-05-14 09:36:46.046 WARN 10016 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
- 2025-05-14 09:36:46.319 INFO 10016 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- 2025-05-14 09:36:46.901 INFO 10016 --- [main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
- 2025-05-14 09:36:46.912 INFO 10016 --- [main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 2025-05-14 09:36:46.913 INFO 10016 --- [main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.0 created.
- 2025-05-14 09:36:46.913 INFO 10016 --- [main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
- 2025-05-14 09:36:46.914 INFO 10016 --- [main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.0) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
- Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
- NOT STARTED.
- Currently in standby mode.
- Number of jobs executed: 0
- Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
- Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
- 2025-05-14 09:36:46.914 INFO 10016 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 2025-05-14 09:36:46.914 INFO 10016 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.0
- 2025-05-14 09:36:46.914 INFO 10016 --- [main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7fd8f21
- 2025-05-14 09:36:47.025 INFO 10016 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8179 (http) with context path '/sqx_fast'
- 2025-05-14 09:36:47.026 INFO 10016 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2025-05-14 09:36:47.043 INFO 10016 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2025-05-14 09:36:47.077 INFO 10016 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 2025-05-14 09:36:47.230 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findTypeUsingGET_1
- 2025-05-14 09:36:47.310 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payAppMoneyUsingPOST_1
- 2025-05-14 09:36:47.312 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payMemberUsingPOST_1
- 2025-05-14 09:36:47.313 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payOrdersUsingPOST_1
- 2025-05-14 09:36:47.319 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: notifyJsApiUsingPOST_1
- 2025-05-14 09:36:47.320 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: notifyMpUsingPOST_1
- 2025-05-14 09:36:47.322 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payAppMoneyUsingPOST_2
- 2025-05-14 09:36:47.324 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: wxPayJsApiMoneyUsingPOST_1
- 2025-05-14 09:36:47.326 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: wxPayMpMoneyUsingPOST_1
- 2025-05-14 09:36:47.327 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: wxPayNotifyUsingPOST_1
- 2025-05-14 09:36:47.426 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getExtensionListUsingGET_1
- 2025-05-14 09:36:47.443 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInvoiceInfoUsingGET_1
- 2025-05-14 09:36:47.544 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payOrdersUsingPOST_2
- 2025-05-14 09:36:47.564 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getConfigInfoUsingGET_1
- 2025-05-14 09:36:47.565 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getConfigInfoListUsingGET_1
- 2025-05-14 09:36:47.566 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCouponPageListUsingGET_1
- 2025-05-14 09:36:47.568 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getMyCouponListUsingGET_1
- 2025-05-14 09:36:47.576 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addBannerUsingPOST_1
- 2025-05-14 09:36:47.578 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getBannerUsingGET_1
- 2025-05-14 09:36:47.581 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryUserMoneyDetailsUsingGET_1
- 2025-05-14 09:36:47.592 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectBannerListUsingGET_1
- 2025-05-14 09:36:47.615 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectHelpProfitUsingGET_1
- 2025-05-14 09:36:47.619 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserRechargeUsingGET_1
- 2025-05-14 09:36:47.621 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserRechargeByUserIdUsingGET_1
- 2025-05-14 09:36:47.624 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: sendMsgUsingGET_1
- 2025-05-14 09:36:47.628 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectChatContentUsingGET_1
- 2025-05-14 09:36:47.629 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectChatConversationPageUsingGET_1
- 2025-05-14 09:36:47.632 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findAllUsingGET_1
- 2025-05-14 09:36:47.634 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBodyUsingPOST_1
- 2025-05-14 09:36:47.638 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_1
- 2025-05-14 09:36:47.640 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findAllUsingGET_2
- 2025-05-14 09:36:47.642 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBodyUsingPOST_2
- 2025-05-14 09:36:47.644 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateBodyUsingPOST_1
- 2025-05-14 09:36:47.645 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: userCountUsingGET_1
- 2025-05-14 09:36:47.652 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCommonListUsingGET_1
- 2025-05-14 09:36:47.655 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteDriverUsingPOST_1
- 2025-05-14 09:36:47.655 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertDriverUsingPOST_1
- 2025-05-14 09:36:47.656 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectDriverByUserIdUsingGET_1
- 2025-05-14 09:36:47.659 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectDriverListUsingGET_1
- 2025-05-14 09:36:47.659 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateDriverUsingPOST_1
- 2025-05-14 09:36:47.661 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteDriverRouteUsingPOST_1
- 2025-05-14 09:36:47.661 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertDriverRouteUsingPOST_1
- 2025-05-14 09:36:47.662 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertMessageByDriverUsingPOST_1
- 2025-05-14 09:36:47.663 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectDriverRouteByUserIdUsingGET_1
- 2025-05-14 09:36:47.665 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectDriverRouteListUsingGET_1
- 2025-05-14 09:36:47.666 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateDriverRouteUsingPOST_1
- 2025-05-14 09:36:47.674 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectFixedStrokeListUsingGET_1
- 2025-05-14 09:36:47.677 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: mpCreateQrUsingGET_1
- 2025-05-14 09:36:47.678 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectInviteAndPosterUsingGET_1
- 2025-05-14 09:36:47.680 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectInviteByUserIdListsUsingGET_1
- 2025-05-14 09:36:47.681 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectInviteCountUsingGET_1
- 2025-05-14 09:36:47.685 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectMemberListUsingGET_1
- 2025-05-14 09:36:47.689 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addMessageUsingPOST_1
- 2025-05-14 09:36:47.692 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteMessageUsingGET_1
- 2025-05-14 09:36:47.696 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getBodyPageUsingGET_1
- 2025-05-14 09:36:47.698 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getMessageUsingGET_1
- 2025-05-14 09:36:47.702 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getMessageListUsingGET_1
- 2025-05-14 09:36:47.704 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertMessageUsingPOST_1
- 2025-05-14 09:36:47.711 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserRechargeUsingGET_2
- 2025-05-14 09:36:47.714 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: uUpdateUsingPOST_1
- 2025-05-14 09:36:47.716 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelOrdersUsingPOST_1
- 2025-05-14 09:36:47.717 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: completeOrdersUsingPOST_1
- 2025-05-14 09:36:47.720 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: proceedOrdersUsingPOST_1
- 2025-05-14 09:36:47.723 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectMyOrdersListUsingGET_1
- 2025-05-14 09:36:47.728 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectOrdersDetailsUsingGET_1
- 2025-05-14 09:36:47.730 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectOrdersListUsingGET_1
- 2025-05-14 09:36:47.732 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectTeamUserListUsingGET_1
- 2025-05-14 09:36:47.733 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: takingOrdersUsingPOST_1
- 2025-05-14 09:36:47.733 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refundUsingPOST_1
- 2025-05-14 09:36:47.737 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectPriceRuleListUsingGET_1
- 2025-05-14 09:36:47.742 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAddressUsingPOST_1
- 2025-05-14 09:36:47.743 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAddressInfoUsingGET_1
- 2025-05-14 09:36:47.744 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAddressListUsingGET_1
- 2025-05-14 09:36:47.745 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAddressUsingPOST_1
- 2025-05-14 09:36:47.765 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserByIdUsingGET_1
- 2025-05-14 09:36:47.785 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryUserMoneyDetailsUsingGET_2
- 2025-05-14 09:36:47.787 INFO 10016 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserMoneyDetailsUsingGET_1
- 2025-05-14 09:36:47.799 INFO 10016 --- [main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
- 2025-05-14 09:36:47.799 INFO 10016 --- [main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 2025-05-14 09:36:47.813 INFO 10016 --- [main] com.sqx.SqxApplication : Started SqxApplication in 15.268 seconds (JVM running for 20.277)
- 2025-05-14 09:36:47.817 INFO 10016 --- [main] com.sqx.SqxApplication : (♥◠‿◠)ノ゙ 顺风车项目启动成功 ლ(´ڡ`ლ)゙
- _
- | |
- ___ | | __
- / _ \| |/ /
- | (_) | <
- \___/|_|\_\
- 2025-05-14 09:38:33.387 INFO 10016 --- [http-nio-8179-exec-1] o.a.c.c.C.[.[localhost].[/sqx_fast] : Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2025-05-14 09:38:33.388 INFO 10016 --- [http-nio-8179-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
- 2025-05-14 09:38:33.389 INFO 10016 --- [http-nio-8179-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
- 2025-05-14 09:59:34.264 INFO 10016 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 2025-05-14 09:59:35.016 INFO 10016 --- [SpringApplicationShutdownHook] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
- 2025-05-14 09:59:35.016 INFO 10016 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- 2025-05-14 09:59:35.016 INFO 10016 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 2025-05-14 09:59:35.018 INFO 10016 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- 2025-05-14 09:59:35.055 INFO 10016 --- [SpringApplicationShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
- 2025-05-14 09:59:49.486 INFO 12624 --- [main] com.sqx.SqxApplication : Starting SqxApplication using Java 1.8.0_144 on DESKTOP-3FG01VC with PID 12624 (D:\work\shunfengche\target\classes started by jingang in D:\work\shunfengche)
- 2025-05-14 09:59:49.494 INFO 12624 --- [main] com.sqx.SqxApplication : The following 1 profile is active: "prod"
- 2025-05-14 09:59:51.414 INFO 12624 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
- 2025-05-14 09:59:51.415 INFO 12624 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 2025-05-14 09:59:51.702 INFO 12624 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 272 ms. Found 2 JPA repository interfaces.
- 2025-05-14 09:59:51.725 INFO 12624 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
- 2025-05-14 09:59:51.727 INFO 12624 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 2025-05-14 09:59:51.810 INFO 12624 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.sqx.modules.chats.respository.ChatContentRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
- 2025-05-14 09:59:51.811 INFO 12624 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.sqx.modules.chats.respository.ChatRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
- 2025-05-14 09:59:51.811 INFO 12624 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 74 ms. Found 0 Redis repository interfaces.
- 2025-05-14 09:59:52.076 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'appDao' and 'com.sqx.modules.app.dao.AppDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.076 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'msgDao' and 'com.sqx.modules.app.dao.MsgDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.076 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userCashOutDao' and 'com.sqx.modules.app.dao.UserCashOutDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.076 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userDao' and 'com.sqx.modules.app.dao.UserDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.076 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userMoneyDao' and 'com.sqx.modules.app.dao.UserMoneyDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.076 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userMoneyDetailsDao' and 'com.sqx.modules.app.dao.UserMoneyDetailsDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.077 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userVipDao' and 'com.sqx.modules.app.dao.UserVipDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.077 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'vipDetailsDao' and 'com.sqx.modules.app.dao.VipDetailsDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.077 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'activityDao' and 'com.sqx.modules.banner.dao.ActivityDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.077 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'bannerDao' and 'com.sqx.modules.banner.dao.BannerDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.079 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'chatContentDao' and 'com.sqx.modules.chat.dao.ChatContentDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.079 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'chatConversationDao' and 'com.sqx.modules.chat.dao.ChatConversationDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.079 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'commonInfoDao' and 'com.sqx.modules.common.dao.CommonInfoDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.079 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'creditRecordDao' and 'com.sqx.modules.creditRecord.dao.CreditRecordDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.079 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'driverDao' and 'com.sqx.modules.driver.dao.DriverDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.079 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'driverRouteDao' and 'com.sqx.modules.driver.dao.DriverRouteDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.079 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'fixedStrokeDao' and 'com.sqx.modules.fixedStroke.dao.FixedStrokeDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.080 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'inviteDao' and 'com.sqx.modules.invite.dao.InviteDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.080 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'inviteMoneyDao' and 'com.sqx.modules.invite.dao.InviteMoneyDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.080 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'invoiceDao' and 'com.sqx.modules.invoice.dao.InvoiceDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.080 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'memberDao' and 'com.sqx.modules.member.dao.MemberDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.080 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'activityMessageInfoDao' and 'com.sqx.modules.message.dao.ActivityMessageInfoDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.080 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'messageInfoDao' and 'com.sqx.modules.message.dao.MessageInfoDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.081 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'ordersDao' and 'com.sqx.modules.orders.dao.OrdersDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.081 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'priceRuleDao' and 'com.sqx.modules.orders.dao.PriceRuleDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.081 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'cashOutDao' and 'com.sqx.modules.pay.dao.CashOutDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.081 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'payDetailsDao' and 'com.sqx.modules.pay.dao.PayDetailsDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.081 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'rechargeConfigDao' and 'com.sqx.modules.rechargeConfig.dao.RechargeConfigDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.081 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysCaptchaDao' and 'com.sqx.modules.sys.dao.SysCaptchaDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.081 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysConfigDao' and 'com.sqx.modules.sys.dao.SysConfigDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.082 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysDictDao' and 'com.sqx.modules.sys.dao.SysDictDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.082 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysLogDao' and 'com.sqx.modules.sys.dao.SysLogDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.082 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysMenuDao' and 'com.sqx.modules.sys.dao.SysMenuDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.082 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysRoleDao' and 'com.sqx.modules.sys.dao.SysRoleDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.082 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysRoleMenuDao' and 'com.sqx.modules.sys.dao.SysRoleMenuDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.082 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserDao' and 'com.sqx.modules.sys.dao.SysUserDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.083 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserRoleDao' and 'com.sqx.modules.sys.dao.SysUserRoleDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.083 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserTokenDao' and 'com.sqx.modules.sys.dao.SysUserTokenDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.083 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserAddressDao' and 'com.sqx.modules.sysUserAddress.dao.SysUserAddressDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.083 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'tbCouponDao' and 'com.sqx.modules.tbCoupon.dao.TbCouponDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.083 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'tbCouponUserDao' and 'com.sqx.modules.tbCoupon.dao.TbCouponUserDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.083 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'riderLocationDao' and 'com.sqx.modules.timedtask.dao.RiderLocationDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.083 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'trainingCenterDao' and 'com.sqx.modules.trainingCenter.dao.TrainingCenterDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.083 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userExtensionDao' and 'com.sqx.modules.userExtension.dao.UserExtensionDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 09:59:52.084 WARN 12624 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.sqx]' package. Please check your configuration.
- 2025-05-14 09:59:52.256 INFO 12624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.sqx.config.ShiroConfig$$EnhancerBySpringCGLIB$$450aefff] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:59:52.707 INFO 12624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:59:52.717 INFO 12624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mybatisPlusConfig' of type [com.sqx.config.MybatisPlusConfig$$EnhancerBySpringCGLIB$$e24f9edb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:59:52.723 INFO 12624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'paginationInterceptor' of type [com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:59:52.734 INFO 12624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$738ccc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:59:52.743 INFO 12624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamic-com.sqx.datasource.properties.DynamicDataSourceProperties' of type [com.sqx.datasource.properties.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:59:52.745 INFO 12624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDataSourceConfig' of type [com.sqx.datasource.config.DynamicDataSourceConfig$$EnhancerBySpringCGLIB$$efc97379] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:59:52.754 INFO 12624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dataSourceProperties' of type [com.sqx.datasource.properties.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:59:57.249 INFO 12624 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
- 2025-05-14 09:59:57.250 INFO 12624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDataSource' of type [com.sqx.datasource.config.DynamicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:59:57.267 INFO 12624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'myMetaObjectHandler' of type [com.sqx.common.utils.MyMetaObjectHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:59:57.609 WARN 12624 --- [main] c.b.m.core.injector.AbstractMethod : [com.sqx.modules.banner.dao.BannerDao.selectList] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectList]
- 2025-05-14 09:59:57.610 WARN 12624 --- [main] c.b.m.core.injector.AbstractMethod : [com.sqx.modules.banner.dao.BannerDao.selectPage] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectPage]
- 2025-05-14 09:59:57.845 WARN 12624 --- [main] c.b.m.core.injector.AbstractMethod : [com.sqx.modules.pay.dao.PayDetailsDao.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
- 2025-05-14 09:59:58.001 INFO 12624 --- [main] trationDelegate$BeanPostProcessorChecker : 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)
- 2025-05-14 09:59:58.005 INFO 12624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:59:58.008 INFO 12624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysMenuDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:59:58.012 INFO 12624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysMenuDao' of type [com.sun.proxy.$Proxy107] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:59:58.020 INFO 12624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysUserDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:59:58.021 INFO 12624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysUserDao' of type [com.sun.proxy.$Proxy108] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:59:58.025 INFO 12624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysUserTokenDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:59:58.027 INFO 12624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysUserTokenDao' of type [com.sun.proxy.$Proxy109] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:59:58.029 INFO 12624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroServiceImpl' of type [com.sqx.modules.sys.service.impl.ShiroServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:59:58.030 INFO 12624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'OAuth2Realm' of type [com.sqx.modules.sys.oauth2.OAuth2Realm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:59:58.622 INFO 12624 --- [main] trationDelegate$BeanPostProcessorChecker : 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)
- 2025-05-14 09:59:58.636 INFO 12624 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 09:59:58.899 INFO 12624 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8179 (http)
- 2025-05-14 09:59:58.908 INFO 12624 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2025-05-14 09:59:58.908 INFO 12624 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.65]
- 2025-05-14 09:59:59.047 INFO 12624 --- [main] o.a.c.c.C.[.[localhost].[/sqx_fast] : Initializing Spring embedded WebApplicationContext
- 2025-05-14 09:59:59.047 INFO 12624 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 9446 ms
- 2025-05-14 09:59:59.251 INFO 12624 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
- 2025-05-14 09:59:59.294 INFO 12624 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.10.Final
- 2025-05-14 09:59:59.417 INFO 12624 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
- 2025-05-14 09:59:59.533 INFO 12624 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
- 2025-05-14 10:00:00.313 INFO 12624 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
- 2025-05-14 10:00:00.325 INFO 12624 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
- 2025-05-14 10:00:02.702 WARN 12624 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
- 2025-05-14 10:00:03.006 INFO 12624 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- 2025-05-14 10:00:03.659 INFO 12624 --- [main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
- 2025-05-14 10:00:03.671 INFO 12624 --- [main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 2025-05-14 10:00:03.672 INFO 12624 --- [main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.0 created.
- 2025-05-14 10:00:03.672 INFO 12624 --- [main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
- 2025-05-14 10:00:03.673 INFO 12624 --- [main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.0) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
- Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
- NOT STARTED.
- Currently in standby mode.
- Number of jobs executed: 0
- Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
- Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
- 2025-05-14 10:00:03.673 INFO 12624 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 2025-05-14 10:00:03.674 INFO 12624 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.0
- 2025-05-14 10:00:03.674 INFO 12624 --- [main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1ca876b7
- 2025-05-14 10:00:03.796 INFO 12624 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8179 (http) with context path '/sqx_fast'
- 2025-05-14 10:00:03.797 INFO 12624 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2025-05-14 10:00:03.814 INFO 12624 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2025-05-14 10:00:03.850 INFO 12624 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 2025-05-14 10:00:04.013 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findTypeUsingGET_1
- 2025-05-14 10:00:04.099 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payAppMoneyUsingPOST_1
- 2025-05-14 10:00:04.100 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payMemberUsingPOST_1
- 2025-05-14 10:00:04.102 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payOrdersUsingPOST_1
- 2025-05-14 10:00:04.108 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: notifyJsApiUsingPOST_1
- 2025-05-14 10:00:04.109 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: notifyMpUsingPOST_1
- 2025-05-14 10:00:04.110 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payAppMoneyUsingPOST_2
- 2025-05-14 10:00:04.113 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: wxPayJsApiMoneyUsingPOST_1
- 2025-05-14 10:00:04.115 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: wxPayMpMoneyUsingPOST_1
- 2025-05-14 10:00:04.116 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: wxPayNotifyUsingPOST_1
- 2025-05-14 10:00:04.220 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getExtensionListUsingGET_1
- 2025-05-14 10:00:04.241 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInvoiceInfoUsingGET_1
- 2025-05-14 10:00:04.360 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payOrdersUsingPOST_2
- 2025-05-14 10:00:04.377 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getConfigInfoUsingGET_1
- 2025-05-14 10:00:04.380 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getConfigInfoListUsingGET_1
- 2025-05-14 10:00:04.381 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCouponPageListUsingGET_1
- 2025-05-14 10:00:04.383 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getMyCouponListUsingGET_1
- 2025-05-14 10:00:04.390 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addBannerUsingPOST_1
- 2025-05-14 10:00:04.392 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getBannerUsingGET_1
- 2025-05-14 10:00:04.394 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryUserMoneyDetailsUsingGET_1
- 2025-05-14 10:00:04.407 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectBannerListUsingGET_1
- 2025-05-14 10:00:04.432 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectHelpProfitUsingGET_1
- 2025-05-14 10:00:04.436 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserRechargeUsingGET_1
- 2025-05-14 10:00:04.438 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserRechargeByUserIdUsingGET_1
- 2025-05-14 10:00:04.442 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: sendMsgUsingGET_1
- 2025-05-14 10:00:04.447 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectChatContentUsingGET_1
- 2025-05-14 10:00:04.448 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectChatConversationPageUsingGET_1
- 2025-05-14 10:00:04.450 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findAllUsingGET_1
- 2025-05-14 10:00:04.452 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBodyUsingPOST_1
- 2025-05-14 10:00:04.457 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_1
- 2025-05-14 10:00:04.459 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findAllUsingGET_2
- 2025-05-14 10:00:04.462 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBodyUsingPOST_2
- 2025-05-14 10:00:04.463 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateBodyUsingPOST_1
- 2025-05-14 10:00:04.465 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: userCountUsingGET_1
- 2025-05-14 10:00:04.473 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCommonListUsingGET_1
- 2025-05-14 10:00:04.475 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteDriverUsingPOST_1
- 2025-05-14 10:00:04.476 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertDriverUsingPOST_1
- 2025-05-14 10:00:04.477 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectDriverByUserIdUsingGET_1
- 2025-05-14 10:00:04.478 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectDriverListUsingGET_1
- 2025-05-14 10:00:04.479 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateDriverUsingPOST_1
- 2025-05-14 10:00:04.480 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteDriverRouteUsingPOST_1
- 2025-05-14 10:00:04.481 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertDriverRouteUsingPOST_1
- 2025-05-14 10:00:04.482 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertMessageByDriverUsingPOST_1
- 2025-05-14 10:00:04.483 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectDriverRouteByUserIdUsingGET_1
- 2025-05-14 10:00:04.486 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectDriverRouteListUsingGET_1
- 2025-05-14 10:00:04.488 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateDriverRouteUsingPOST_1
- 2025-05-14 10:00:04.493 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectFixedStrokeListUsingGET_1
- 2025-05-14 10:00:04.496 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: mpCreateQrUsingGET_1
- 2025-05-14 10:00:04.497 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectInviteAndPosterUsingGET_1
- 2025-05-14 10:00:04.499 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectInviteByUserIdListsUsingGET_1
- 2025-05-14 10:00:04.500 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectInviteCountUsingGET_1
- 2025-05-14 10:00:04.504 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectMemberListUsingGET_1
- 2025-05-14 10:00:04.509 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addMessageUsingPOST_1
- 2025-05-14 10:00:04.512 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteMessageUsingGET_1
- 2025-05-14 10:00:04.517 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getBodyPageUsingGET_1
- 2025-05-14 10:00:04.520 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getMessageUsingGET_1
- 2025-05-14 10:00:04.523 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getMessageListUsingGET_1
- 2025-05-14 10:00:04.525 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertMessageUsingPOST_1
- 2025-05-14 10:00:04.532 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserRechargeUsingGET_2
- 2025-05-14 10:00:04.535 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: uUpdateUsingPOST_1
- 2025-05-14 10:00:04.539 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelOrdersUsingPOST_1
- 2025-05-14 10:00:04.540 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: completeOrdersUsingPOST_1
- 2025-05-14 10:00:04.544 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: proceedOrdersUsingPOST_1
- 2025-05-14 10:00:04.548 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectMyOrdersListUsingGET_1
- 2025-05-14 10:00:04.551 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectOrdersDetailsUsingGET_1
- 2025-05-14 10:00:04.553 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectOrdersListUsingGET_1
- 2025-05-14 10:00:04.554 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectTeamUserListUsingGET_1
- 2025-05-14 10:00:04.555 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: takingOrdersUsingPOST_1
- 2025-05-14 10:00:04.556 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refundUsingPOST_1
- 2025-05-14 10:00:04.559 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectPriceRuleListUsingGET_1
- 2025-05-14 10:00:04.563 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAddressUsingPOST_1
- 2025-05-14 10:00:04.565 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAddressInfoUsingGET_1
- 2025-05-14 10:00:04.566 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAddressListUsingGET_1
- 2025-05-14 10:00:04.567 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAddressUsingPOST_1
- 2025-05-14 10:00:04.589 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserByIdUsingGET_1
- 2025-05-14 10:00:04.609 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryUserMoneyDetailsUsingGET_2
- 2025-05-14 10:00:04.613 INFO 12624 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserMoneyDetailsUsingGET_1
- 2025-05-14 10:00:04.629 INFO 12624 --- [main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
- 2025-05-14 10:00:04.629 INFO 12624 --- [main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 2025-05-14 10:00:04.647 INFO 12624 --- [main] com.sqx.SqxApplication : Started SqxApplication in 16.889 seconds (JVM running for 21.443)
- 2025-05-14 10:00:04.653 INFO 12624 --- [main] com.sqx.SqxApplication : (♥◠‿◠)ノ゙ 顺风车项目启动成功 ლ(´ڡ`ლ)゙
- _
- | |
- ___ | | __
- / _ \| |/ /
- | (_) | <
- \___/|_|\_\
- 2025-05-14 10:00:08.048 INFO 12624 --- [http-nio-8179-exec-1] o.a.c.c.C.[.[localhost].[/sqx_fast] : Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2025-05-14 10:00:08.049 INFO 12624 --- [http-nio-8179-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
- 2025-05-14 10:00:08.056 INFO 12624 --- [http-nio-8179-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 6 ms
- 2025-05-14 10:00:08.607 ERROR 12624 --- [http-nio-8179-exec-1] c.s.c.exception.SqxExceptionHandler : null
- java.lang.NullPointerException: null
- at com.sqx.modules.orders.service.impl.OrdersServiceImp.insertOrdersFixedStroke(OrdersServiceImp.java:166) ~[classes/:na]
- at com.sqx.modules.orders.service.impl.OrdersServiceImp$$FastClassBySpringCGLIB$$b34d9670.invoke(<generated>) ~[classes/:na]
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.22.jar:5.3.22]
- at org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386) ~[spring-aop-5.3.22.jar:5.3.22]
- at org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85) ~[spring-aop-5.3.22.jar:5.3.22]
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704) ~[spring-aop-5.3.22.jar:5.3.22]
- at com.sqx.modules.orders.service.impl.OrdersServiceImp$$EnhancerBySpringCGLIB$$f53c3e49.insertOrdersFixedStroke(<generated>) ~[classes/:na]
- at com.sqx.modules.orders.controller.app.AppOrdersController.insertOrdersFixedStroke(AppOrdersController.java:47) ~[classes/:na]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_144]
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_144]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_144]
- at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_144]
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) ~[spring-web-5.3.22.jar:5.3.22]
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150) ~[spring-web-5.3.22.jar:5.3.22]
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) ~[spring-webmvc-5.3.22.jar:5.3.22]
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) ~[spring-webmvc-5.3.22.jar:5.3.22]
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) ~[spring-webmvc-5.3.22.jar:5.3.22]
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.3.22.jar:5.3.22]
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070) ~[spring-webmvc-5.3.22.jar:5.3.22]
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963) ~[spring-webmvc-5.3.22.jar:5.3.22]
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.22.jar:5.3.22]
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.22.jar:5.3.22]
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:681) [tomcat-embed-core-9.0.65.jar:4.0.FR]
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.22.jar:5.3.22]
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) [tomcat-embed-core-9.0.65.jar:4.0.FR]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.65.jar:9.0.65]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) [shiro-core-1.10.1.jar:1.10.1]
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) [shiro-core-1.10.1.jar:1.10.1]
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) [shiro-core-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at com.sqx.common.xss.XssFilter.doFilter(XssFilter.java:38) [classes/:na]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) [shiro-core-1.10.1.jar:1.10.1]
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) [shiro-core-1.10.1.jar:1.10.1]
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387) [shiro-core-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370) [shiro-web-1.10.1.jar:1.10.1]
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154) [shiro-web-1.10.1.jar:1.10.1]
- at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354) [spring-web-5.3.22.jar:5.3.22]
- at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267) [spring-web-5.3.22.jar:5.3.22]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.22.jar:5.3.22]
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) [spring-web-5.3.22.jar:5.3.22]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.22.jar:5.3.22]
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) [spring-web-5.3.22.jar:5.3.22]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.22.jar:5.3.22]
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) [spring-web-5.3.22.jar:5.3.22]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.65.jar:9.0.65]
- at java.lang.Thread.run(Thread.java:748) [na:1.8.0_144]
- 2025-05-14 10:03:24.537 INFO 12624 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 2025-05-14 10:03:25.130 INFO 12624 --- [SpringApplicationShutdownHook] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
- 2025-05-14 10:03:25.130 INFO 12624 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- 2025-05-14 10:03:25.130 INFO 12624 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 2025-05-14 10:03:25.130 INFO 12624 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- 2025-05-14 10:03:25.158 INFO 12624 --- [SpringApplicationShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
- 2025-05-14 10:03:33.340 INFO 2300 --- [main] com.sqx.SqxApplication : Starting SqxApplication using Java 1.8.0_144 on DESKTOP-3FG01VC with PID 2300 (D:\work\shunfengche\target\classes started by jingang in D:\work\shunfengche)
- 2025-05-14 10:03:33.343 INFO 2300 --- [main] com.sqx.SqxApplication : The following 1 profile is active: "prod"
- 2025-05-14 10:03:34.498 INFO 2300 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
- 2025-05-14 10:03:34.499 INFO 2300 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 2025-05-14 10:03:34.680 INFO 2300 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 171 ms. Found 2 JPA repository interfaces.
- 2025-05-14 10:03:34.694 INFO 2300 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
- 2025-05-14 10:03:34.695 INFO 2300 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 2025-05-14 10:03:34.749 INFO 2300 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.sqx.modules.chats.respository.ChatContentRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
- 2025-05-14 10:03:34.750 INFO 2300 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.sqx.modules.chats.respository.ChatRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
- 2025-05-14 10:03:34.750 INFO 2300 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 47 ms. Found 0 Redis repository interfaces.
- 2025-05-14 10:03:34.904 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'appDao' and 'com.sqx.modules.app.dao.AppDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.905 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'msgDao' and 'com.sqx.modules.app.dao.MsgDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.905 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userCashOutDao' and 'com.sqx.modules.app.dao.UserCashOutDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.905 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userDao' and 'com.sqx.modules.app.dao.UserDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.905 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userMoneyDao' and 'com.sqx.modules.app.dao.UserMoneyDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.905 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userMoneyDetailsDao' and 'com.sqx.modules.app.dao.UserMoneyDetailsDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.905 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userVipDao' and 'com.sqx.modules.app.dao.UserVipDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.905 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'vipDetailsDao' and 'com.sqx.modules.app.dao.VipDetailsDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.905 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'activityDao' and 'com.sqx.modules.banner.dao.ActivityDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.905 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'bannerDao' and 'com.sqx.modules.banner.dao.BannerDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.905 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'chatContentDao' and 'com.sqx.modules.chat.dao.ChatContentDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.905 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'chatConversationDao' and 'com.sqx.modules.chat.dao.ChatConversationDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.905 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'commonInfoDao' and 'com.sqx.modules.common.dao.CommonInfoDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.905 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'creditRecordDao' and 'com.sqx.modules.creditRecord.dao.CreditRecordDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.905 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'driverDao' and 'com.sqx.modules.driver.dao.DriverDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.907 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'driverRouteDao' and 'com.sqx.modules.driver.dao.DriverRouteDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.907 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'fixedStrokeDao' and 'com.sqx.modules.fixedStroke.dao.FixedStrokeDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.907 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'inviteDao' and 'com.sqx.modules.invite.dao.InviteDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.907 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'inviteMoneyDao' and 'com.sqx.modules.invite.dao.InviteMoneyDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.907 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'invoiceDao' and 'com.sqx.modules.invoice.dao.InvoiceDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.907 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'memberDao' and 'com.sqx.modules.member.dao.MemberDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.907 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'activityMessageInfoDao' and 'com.sqx.modules.message.dao.ActivityMessageInfoDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.907 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'messageInfoDao' and 'com.sqx.modules.message.dao.MessageInfoDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.907 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'ordersDao' and 'com.sqx.modules.orders.dao.OrdersDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.908 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'priceRuleDao' and 'com.sqx.modules.orders.dao.PriceRuleDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.908 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'cashOutDao' and 'com.sqx.modules.pay.dao.CashOutDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.908 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'payDetailsDao' and 'com.sqx.modules.pay.dao.PayDetailsDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.908 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'rechargeConfigDao' and 'com.sqx.modules.rechargeConfig.dao.RechargeConfigDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.908 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysCaptchaDao' and 'com.sqx.modules.sys.dao.SysCaptchaDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.908 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysConfigDao' and 'com.sqx.modules.sys.dao.SysConfigDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.908 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysDictDao' and 'com.sqx.modules.sys.dao.SysDictDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.908 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysLogDao' and 'com.sqx.modules.sys.dao.SysLogDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.908 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysMenuDao' and 'com.sqx.modules.sys.dao.SysMenuDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.908 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysRoleDao' and 'com.sqx.modules.sys.dao.SysRoleDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.908 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysRoleMenuDao' and 'com.sqx.modules.sys.dao.SysRoleMenuDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.908 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserDao' and 'com.sqx.modules.sys.dao.SysUserDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.908 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserRoleDao' and 'com.sqx.modules.sys.dao.SysUserRoleDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.909 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserTokenDao' and 'com.sqx.modules.sys.dao.SysUserTokenDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.909 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserAddressDao' and 'com.sqx.modules.sysUserAddress.dao.SysUserAddressDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.909 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'tbCouponDao' and 'com.sqx.modules.tbCoupon.dao.TbCouponDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.909 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'tbCouponUserDao' and 'com.sqx.modules.tbCoupon.dao.TbCouponUserDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.909 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'riderLocationDao' and 'com.sqx.modules.timedtask.dao.RiderLocationDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.909 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'trainingCenterDao' and 'com.sqx.modules.trainingCenter.dao.TrainingCenterDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.909 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userExtensionDao' and 'com.sqx.modules.userExtension.dao.UserExtensionDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:03:34.909 WARN 2300 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.sqx]' package. Please check your configuration.
- 2025-05-14 10:03:35.039 INFO 2300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.sqx.config.ShiroConfig$$EnhancerBySpringCGLIB$$fde2b0ca] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:03:35.380 INFO 2300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:03:35.389 INFO 2300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mybatisPlusConfig' of type [com.sqx.config.MybatisPlusConfig$$EnhancerBySpringCGLIB$$9b275fa6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:03:35.397 INFO 2300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'paginationInterceptor' of type [com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:03:35.407 INFO 2300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$b94b4d97] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:03:35.413 INFO 2300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamic-com.sqx.datasource.properties.DynamicDataSourceProperties' of type [com.sqx.datasource.properties.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:03:35.414 INFO 2300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDataSourceConfig' of type [com.sqx.datasource.config.DynamicDataSourceConfig$$EnhancerBySpringCGLIB$$a8a13444] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:03:35.421 INFO 2300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dataSourceProperties' of type [com.sqx.datasource.properties.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:03:39.604 INFO 2300 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
- 2025-05-14 10:03:39.605 INFO 2300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDataSource' of type [com.sqx.datasource.config.DynamicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:03:39.627 INFO 2300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'myMetaObjectHandler' of type [com.sqx.common.utils.MyMetaObjectHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:03:40.057 WARN 2300 --- [main] c.b.m.core.injector.AbstractMethod : [com.sqx.modules.banner.dao.BannerDao.selectList] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectList]
- 2025-05-14 10:03:40.058 WARN 2300 --- [main] c.b.m.core.injector.AbstractMethod : [com.sqx.modules.banner.dao.BannerDao.selectPage] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectPage]
- 2025-05-14 10:03:40.355 WARN 2300 --- [main] c.b.m.core.injector.AbstractMethod : [com.sqx.modules.pay.dao.PayDetailsDao.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
- 2025-05-14 10:03:40.549 INFO 2300 --- [main] trationDelegate$BeanPostProcessorChecker : 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)
- 2025-05-14 10:03:40.554 INFO 2300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:03:40.558 INFO 2300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysMenuDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:03:40.563 INFO 2300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysMenuDao' of type [com.sun.proxy.$Proxy107] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:03:40.568 INFO 2300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysUserDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:03:40.569 INFO 2300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysUserDao' of type [com.sun.proxy.$Proxy108] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:03:40.574 INFO 2300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysUserTokenDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:03:40.575 INFO 2300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysUserTokenDao' of type [com.sun.proxy.$Proxy109] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:03:40.577 INFO 2300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroServiceImpl' of type [com.sqx.modules.sys.service.impl.ShiroServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:03:40.578 INFO 2300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'OAuth2Realm' of type [com.sqx.modules.sys.oauth2.OAuth2Realm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:03:41.247 INFO 2300 --- [main] trationDelegate$BeanPostProcessorChecker : 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)
- 2025-05-14 10:03:41.277 INFO 2300 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:03:41.634 INFO 2300 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8179 (http)
- 2025-05-14 10:03:41.646 INFO 2300 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2025-05-14 10:03:41.646 INFO 2300 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.65]
- 2025-05-14 10:03:41.832 INFO 2300 --- [main] o.a.c.c.C.[.[localhost].[/sqx_fast] : Initializing Spring embedded WebApplicationContext
- 2025-05-14 10:03:41.832 INFO 2300 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 8441 ms
- 2025-05-14 10:03:42.119 INFO 2300 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
- 2025-05-14 10:03:42.193 INFO 2300 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.10.Final
- 2025-05-14 10:03:42.367 INFO 2300 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
- 2025-05-14 10:03:42.578 INFO 2300 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
- 2025-05-14 10:03:43.895 INFO 2300 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
- 2025-05-14 10:03:43.916 INFO 2300 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
- 2025-05-14 10:03:46.901 WARN 2300 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
- 2025-05-14 10:03:47.261 INFO 2300 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- 2025-05-14 10:03:48.237 INFO 2300 --- [main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
- 2025-05-14 10:03:48.256 INFO 2300 --- [main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 2025-05-14 10:03:48.257 INFO 2300 --- [main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.0 created.
- 2025-05-14 10:03:48.258 INFO 2300 --- [main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
- 2025-05-14 10:03:48.260 INFO 2300 --- [main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.0) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
- Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
- NOT STARTED.
- Currently in standby mode.
- Number of jobs executed: 0
- Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
- Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
- 2025-05-14 10:03:48.260 INFO 2300 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 2025-05-14 10:03:48.260 INFO 2300 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.0
- 2025-05-14 10:03:48.261 INFO 2300 --- [main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@6f2a13c7
- 2025-05-14 10:03:48.459 INFO 2300 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8179 (http) with context path '/sqx_fast'
- 2025-05-14 10:03:48.461 INFO 2300 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2025-05-14 10:03:48.493 INFO 2300 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2025-05-14 10:03:48.561 INFO 2300 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 2025-05-14 10:03:48.826 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findTypeUsingGET_1
- 2025-05-14 10:03:48.968 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payAppMoneyUsingPOST_1
- 2025-05-14 10:03:48.971 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payMemberUsingPOST_1
- 2025-05-14 10:03:48.973 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payOrdersUsingPOST_1
- 2025-05-14 10:03:48.982 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: notifyJsApiUsingPOST_1
- 2025-05-14 10:03:48.984 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: notifyMpUsingPOST_1
- 2025-05-14 10:03:48.986 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payAppMoneyUsingPOST_2
- 2025-05-14 10:03:48.990 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: wxPayJsApiMoneyUsingPOST_1
- 2025-05-14 10:03:48.992 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: wxPayMpMoneyUsingPOST_1
- 2025-05-14 10:03:48.996 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: wxPayNotifyUsingPOST_1
- 2025-05-14 10:03:49.160 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getExtensionListUsingGET_1
- 2025-05-14 10:03:49.188 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInvoiceInfoUsingGET_1
- 2025-05-14 10:03:49.359 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payOrdersUsingPOST_2
- 2025-05-14 10:03:49.386 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getConfigInfoUsingGET_1
- 2025-05-14 10:03:49.388 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getConfigInfoListUsingGET_1
- 2025-05-14 10:03:49.390 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCouponPageListUsingGET_1
- 2025-05-14 10:03:49.392 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getMyCouponListUsingGET_1
- 2025-05-14 10:03:49.404 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addBannerUsingPOST_1
- 2025-05-14 10:03:49.407 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getBannerUsingGET_1
- 2025-05-14 10:03:49.411 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryUserMoneyDetailsUsingGET_1
- 2025-05-14 10:03:49.428 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectBannerListUsingGET_1
- 2025-05-14 10:03:49.474 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectHelpProfitUsingGET_1
- 2025-05-14 10:03:49.481 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserRechargeUsingGET_1
- 2025-05-14 10:03:49.484 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserRechargeByUserIdUsingGET_1
- 2025-05-14 10:03:49.488 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: sendMsgUsingGET_1
- 2025-05-14 10:03:49.497 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectChatContentUsingGET_1
- 2025-05-14 10:03:49.499 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectChatConversationPageUsingGET_1
- 2025-05-14 10:03:49.503 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findAllUsingGET_1
- 2025-05-14 10:03:49.506 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBodyUsingPOST_1
- 2025-05-14 10:03:49.512 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_1
- 2025-05-14 10:03:49.514 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findAllUsingGET_2
- 2025-05-14 10:03:49.518 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBodyUsingPOST_2
- 2025-05-14 10:03:49.520 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateBodyUsingPOST_1
- 2025-05-14 10:03:49.522 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: userCountUsingGET_1
- 2025-05-14 10:03:49.536 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCommonListUsingGET_1
- 2025-05-14 10:03:49.540 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteDriverUsingPOST_1
- 2025-05-14 10:03:49.542 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertDriverUsingPOST_1
- 2025-05-14 10:03:49.543 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectDriverByUserIdUsingGET_1
- 2025-05-14 10:03:49.545 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectDriverListUsingGET_1
- 2025-05-14 10:03:49.546 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateDriverUsingPOST_1
- 2025-05-14 10:03:49.548 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteDriverRouteUsingPOST_1
- 2025-05-14 10:03:49.549 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertDriverRouteUsingPOST_1
- 2025-05-14 10:03:49.551 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertMessageByDriverUsingPOST_1
- 2025-05-14 10:03:49.553 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectDriverRouteByUserIdUsingGET_1
- 2025-05-14 10:03:49.555 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectDriverRouteListUsingGET_1
- 2025-05-14 10:03:49.557 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateDriverRouteUsingPOST_1
- 2025-05-14 10:03:49.563 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectFixedStrokeListUsingGET_1
- 2025-05-14 10:03:49.567 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: mpCreateQrUsingGET_1
- 2025-05-14 10:03:49.568 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectInviteAndPosterUsingGET_1
- 2025-05-14 10:03:49.570 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectInviteByUserIdListsUsingGET_1
- 2025-05-14 10:03:49.572 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectInviteCountUsingGET_1
- 2025-05-14 10:03:49.576 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectMemberListUsingGET_1
- 2025-05-14 10:03:49.581 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addMessageUsingPOST_1
- 2025-05-14 10:03:49.585 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteMessageUsingGET_1
- 2025-05-14 10:03:49.591 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getBodyPageUsingGET_1
- 2025-05-14 10:03:49.593 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getMessageUsingGET_1
- 2025-05-14 10:03:49.597 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getMessageListUsingGET_1
- 2025-05-14 10:03:49.602 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertMessageUsingPOST_1
- 2025-05-14 10:03:49.617 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserRechargeUsingGET_2
- 2025-05-14 10:03:49.620 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: uUpdateUsingPOST_1
- 2025-05-14 10:03:49.623 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelOrdersUsingPOST_1
- 2025-05-14 10:03:49.625 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: completeOrdersUsingPOST_1
- 2025-05-14 10:03:49.629 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: proceedOrdersUsingPOST_1
- 2025-05-14 10:03:49.633 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectMyOrdersListUsingGET_1
- 2025-05-14 10:03:49.638 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectOrdersDetailsUsingGET_1
- 2025-05-14 10:03:49.641 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectOrdersListUsingGET_1
- 2025-05-14 10:03:49.642 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectTeamUserListUsingGET_1
- 2025-05-14 10:03:49.644 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: takingOrdersUsingPOST_1
- 2025-05-14 10:03:49.645 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refundUsingPOST_1
- 2025-05-14 10:03:49.652 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectPriceRuleListUsingGET_1
- 2025-05-14 10:03:49.657 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAddressUsingPOST_1
- 2025-05-14 10:03:49.659 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAddressInfoUsingGET_1
- 2025-05-14 10:03:49.661 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAddressListUsingGET_1
- 2025-05-14 10:03:49.662 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAddressUsingPOST_1
- 2025-05-14 10:03:49.690 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserByIdUsingGET_1
- 2025-05-14 10:03:49.717 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryUserMoneyDetailsUsingGET_2
- 2025-05-14 10:03:49.719 INFO 2300 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserMoneyDetailsUsingGET_1
- 2025-05-14 10:03:49.734 INFO 2300 --- [main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
- 2025-05-14 10:03:49.734 INFO 2300 --- [main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 2025-05-14 10:03:49.752 INFO 2300 --- [main] com.sqx.SqxApplication : Started SqxApplication in 16.996 seconds (JVM running for 18.931)
- 2025-05-14 10:03:49.756 INFO 2300 --- [main] com.sqx.SqxApplication : (♥◠‿◠)ノ゙ 顺风车项目启动成功 ლ(´ڡ`ლ)゙
- _
- | |
- ___ | | __
- / _ \| |/ /
- | (_) | <
- \___/|_|\_\
- 2025-05-14 10:03:54.947 INFO 2300 --- [http-nio-8179-exec-1] o.a.c.c.C.[.[localhost].[/sqx_fast] : Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2025-05-14 10:03:54.947 INFO 2300 --- [http-nio-8179-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
- 2025-05-14 10:03:54.948 INFO 2300 --- [http-nio-8179-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
- 2025-05-14 10:08:01.573 INFO 2300 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 2025-05-14 10:08:02.312 INFO 2300 --- [SpringApplicationShutdownHook] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
- 2025-05-14 10:08:02.313 INFO 2300 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- 2025-05-14 10:08:02.313 INFO 2300 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 2025-05-14 10:08:02.313 INFO 2300 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- 2025-05-14 10:08:02.333 INFO 2300 --- [SpringApplicationShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
- 2025-05-14 10:08:09.107 INFO 5072 --- [main] com.sqx.SqxApplication : Starting SqxApplication using Java 1.8.0_144 on DESKTOP-3FG01VC with PID 5072 (D:\work\shunfengche\target\classes started by jingang in D:\work\shunfengche)
- 2025-05-14 10:08:09.110 INFO 5072 --- [main] com.sqx.SqxApplication : The following 1 profile is active: "prod"
- 2025-05-14 10:08:10.268 INFO 5072 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
- 2025-05-14 10:08:10.269 INFO 5072 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 2025-05-14 10:08:10.443 INFO 5072 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 165 ms. Found 2 JPA repository interfaces.
- 2025-05-14 10:08:10.456 INFO 5072 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
- 2025-05-14 10:08:10.457 INFO 5072 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 2025-05-14 10:08:10.514 INFO 5072 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.sqx.modules.chats.respository.ChatContentRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
- 2025-05-14 10:08:10.514 INFO 5072 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.sqx.modules.chats.respository.ChatRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository
- 2025-05-14 10:08:10.514 INFO 5072 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 50 ms. Found 0 Redis repository interfaces.
- 2025-05-14 10:08:10.680 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'appDao' and 'com.sqx.modules.app.dao.AppDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.680 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'msgDao' and 'com.sqx.modules.app.dao.MsgDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.680 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userCashOutDao' and 'com.sqx.modules.app.dao.UserCashOutDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.680 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userDao' and 'com.sqx.modules.app.dao.UserDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.680 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userMoneyDao' and 'com.sqx.modules.app.dao.UserMoneyDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.680 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userMoneyDetailsDao' and 'com.sqx.modules.app.dao.UserMoneyDetailsDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.680 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userVipDao' and 'com.sqx.modules.app.dao.UserVipDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.680 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'vipDetailsDao' and 'com.sqx.modules.app.dao.VipDetailsDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.680 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'activityDao' and 'com.sqx.modules.banner.dao.ActivityDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.680 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'bannerDao' and 'com.sqx.modules.banner.dao.BannerDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.681 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'chatContentDao' and 'com.sqx.modules.chat.dao.ChatContentDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.681 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'chatConversationDao' and 'com.sqx.modules.chat.dao.ChatConversationDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.681 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'commonInfoDao' and 'com.sqx.modules.common.dao.CommonInfoDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.681 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'creditRecordDao' and 'com.sqx.modules.creditRecord.dao.CreditRecordDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.681 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'driverDao' and 'com.sqx.modules.driver.dao.DriverDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.681 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'driverRouteDao' and 'com.sqx.modules.driver.dao.DriverRouteDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.681 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'fixedStrokeDao' and 'com.sqx.modules.fixedStroke.dao.FixedStrokeDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.681 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'inviteDao' and 'com.sqx.modules.invite.dao.InviteDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.681 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'inviteMoneyDao' and 'com.sqx.modules.invite.dao.InviteMoneyDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.681 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'invoiceDao' and 'com.sqx.modules.invoice.dao.InvoiceDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.681 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'memberDao' and 'com.sqx.modules.member.dao.MemberDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.681 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'activityMessageInfoDao' and 'com.sqx.modules.message.dao.ActivityMessageInfoDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.681 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'messageInfoDao' and 'com.sqx.modules.message.dao.MessageInfoDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.681 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'ordersDao' and 'com.sqx.modules.orders.dao.OrdersDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.681 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'priceRuleDao' and 'com.sqx.modules.orders.dao.PriceRuleDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.681 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'cashOutDao' and 'com.sqx.modules.pay.dao.CashOutDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.681 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'payDetailsDao' and 'com.sqx.modules.pay.dao.PayDetailsDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.681 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'rechargeConfigDao' and 'com.sqx.modules.rechargeConfig.dao.RechargeConfigDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.681 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysCaptchaDao' and 'com.sqx.modules.sys.dao.SysCaptchaDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.683 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysConfigDao' and 'com.sqx.modules.sys.dao.SysConfigDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.683 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysDictDao' and 'com.sqx.modules.sys.dao.SysDictDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.683 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysLogDao' and 'com.sqx.modules.sys.dao.SysLogDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.683 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysMenuDao' and 'com.sqx.modules.sys.dao.SysMenuDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.683 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysRoleDao' and 'com.sqx.modules.sys.dao.SysRoleDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.683 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysRoleMenuDao' and 'com.sqx.modules.sys.dao.SysRoleMenuDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.683 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserDao' and 'com.sqx.modules.sys.dao.SysUserDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.683 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserRoleDao' and 'com.sqx.modules.sys.dao.SysUserRoleDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.683 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserTokenDao' and 'com.sqx.modules.sys.dao.SysUserTokenDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.683 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'sysUserAddressDao' and 'com.sqx.modules.sysUserAddress.dao.SysUserAddressDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.683 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'tbCouponDao' and 'com.sqx.modules.tbCoupon.dao.TbCouponDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.683 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'tbCouponUserDao' and 'com.sqx.modules.tbCoupon.dao.TbCouponUserDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.683 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'riderLocationDao' and 'com.sqx.modules.timedtask.dao.RiderLocationDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.683 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'trainingCenterDao' and 'com.sqx.modules.trainingCenter.dao.TrainingCenterDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.683 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : Skipping MapperFactoryBean with name 'userExtensionDao' and 'com.sqx.modules.userExtension.dao.UserExtensionDao' mapperInterface. Bean already defined with the same name!
- 2025-05-14 10:08:10.684 WARN 5072 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.sqx]' package. Please check your configuration.
- 2025-05-14 10:08:10.837 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.sqx.config.ShiroConfig$$EnhancerBySpringCGLIB$$4f96abc9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:08:11.206 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:08:11.214 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mybatisPlusConfig' of type [com.sqx.config.MybatisPlusConfig$$EnhancerBySpringCGLIB$$ecdb5aa5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:08:11.219 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'paginationInterceptor' of type [com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:08:11.229 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$aff4896] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:08:11.236 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamic-com.sqx.datasource.properties.DynamicDataSourceProperties' of type [com.sqx.datasource.properties.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:08:11.237 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDataSourceConfig' of type [com.sqx.datasource.config.DynamicDataSourceConfig$$EnhancerBySpringCGLIB$$fa552f43] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:08:11.244 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dataSourceProperties' of type [com.sqx.datasource.properties.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:08:15.385 INFO 5072 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
- 2025-05-14 10:08:15.387 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDataSource' of type [com.sqx.datasource.config.DynamicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:08:15.420 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'myMetaObjectHandler' of type [com.sqx.common.utils.MyMetaObjectHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:08:15.930 WARN 5072 --- [main] c.b.m.core.injector.AbstractMethod : [com.sqx.modules.banner.dao.BannerDao.selectList] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectList]
- 2025-05-14 10:08:15.931 WARN 5072 --- [main] c.b.m.core.injector.AbstractMethod : [com.sqx.modules.banner.dao.BannerDao.selectPage] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectPage]
- 2025-05-14 10:08:16.241 WARN 5072 --- [main] c.b.m.core.injector.AbstractMethod : [com.sqx.modules.pay.dao.PayDetailsDao.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
- 2025-05-14 10:08:16.507 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : 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)
- 2025-05-14 10:08:16.514 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:08:16.519 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysMenuDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:08:16.523 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysMenuDao' of type [com.sun.proxy.$Proxy107] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:08:16.530 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysUserDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:08:16.531 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysUserDao' of type [com.sun.proxy.$Proxy108] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:08:16.537 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysUserTokenDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:08:16.539 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sysUserTokenDao' of type [com.sun.proxy.$Proxy109] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:08:16.541 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroServiceImpl' of type [com.sqx.modules.sys.service.impl.ShiroServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:08:16.543 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'OAuth2Realm' of type [com.sqx.modules.sys.oauth2.OAuth2Realm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:08:17.543 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : 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)
- 2025-05-14 10:08:17.563 INFO 5072 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2025-05-14 10:08:17.924 INFO 5072 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8179 (http)
- 2025-05-14 10:08:17.935 INFO 5072 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2025-05-14 10:08:17.935 INFO 5072 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.65]
- 2025-05-14 10:08:18.122 INFO 5072 --- [main] o.a.c.c.C.[.[localhost].[/sqx_fast] : Initializing Spring embedded WebApplicationContext
- 2025-05-14 10:08:18.122 INFO 5072 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 8966 ms
- 2025-05-14 10:08:18.406 INFO 5072 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
- 2025-05-14 10:08:18.466 INFO 5072 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.10.Final
- 2025-05-14 10:08:18.635 INFO 5072 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
- 2025-05-14 10:08:18.835 INFO 5072 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
- 2025-05-14 10:08:19.950 INFO 5072 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
- 2025-05-14 10:08:19.967 INFO 5072 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
- 2025-05-14 10:08:22.857 WARN 5072 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
- 2025-05-14 10:08:23.217 INFO 5072 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- 2025-05-14 10:08:24.121 INFO 5072 --- [main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
- 2025-05-14 10:08:24.138 INFO 5072 --- [main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 2025-05-14 10:08:24.139 INFO 5072 --- [main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.0 created.
- 2025-05-14 10:08:24.141 INFO 5072 --- [main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
- 2025-05-14 10:08:24.142 INFO 5072 --- [main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.0) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
- Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
- NOT STARTED.
- Currently in standby mode.
- Number of jobs executed: 0
- Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
- Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
- 2025-05-14 10:08:24.142 INFO 5072 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 2025-05-14 10:08:24.142 INFO 5072 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.0
- 2025-05-14 10:08:24.142 INFO 5072 --- [main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@c04b755
- 2025-05-14 10:08:24.322 INFO 5072 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8179 (http) with context path '/sqx_fast'
- 2025-05-14 10:08:24.325 INFO 5072 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2025-05-14 10:08:24.360 INFO 5072 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2025-05-14 10:08:24.441 INFO 5072 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 2025-05-14 10:08:24.497 INFO 5072 --- [http-nio-8179-exec-2] o.a.c.c.C.[.[localhost].[/sqx_fast] : Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2025-05-14 10:08:24.497 INFO 5072 --- [http-nio-8179-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
- 2025-05-14 10:08:24.500 INFO 5072 --- [http-nio-8179-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 3 ms
- 2025-05-14 10:08:24.893 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findTypeUsingGET_1
- 2025-05-14 10:08:25.266 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payAppMoneyUsingPOST_1
- 2025-05-14 10:08:25.274 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payMemberUsingPOST_1
- 2025-05-14 10:08:25.280 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payOrdersUsingPOST_1
- 2025-05-14 10:08:25.318 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: notifyJsApiUsingPOST_1
- 2025-05-14 10:08:25.323 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: notifyMpUsingPOST_1
- 2025-05-14 10:08:25.331 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payAppMoneyUsingPOST_2
- 2025-05-14 10:08:25.345 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: wxPayJsApiMoneyUsingPOST_1
- 2025-05-14 10:08:25.351 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: wxPayMpMoneyUsingPOST_1
- 2025-05-14 10:08:25.355 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: wxPayNotifyUsingPOST_1
- 2025-05-14 10:08:25.581 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getExtensionListUsingGET_1
- 2025-05-14 10:08:25.623 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInvoiceInfoUsingGET_1
- 2025-05-14 10:08:25.835 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: payOrdersUsingPOST_2
- 2025-05-14 10:08:25.874 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getConfigInfoUsingGET_1
- 2025-05-14 10:08:25.880 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getConfigInfoListUsingGET_1
- 2025-05-14 10:08:25.883 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCouponPageListUsingGET_1
- 2025-05-14 10:08:25.886 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getMyCouponListUsingGET_1
- 2025-05-14 10:08:25.902 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addBannerUsingPOST_1
- 2025-05-14 10:08:25.907 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getBannerUsingGET_1
- 2025-05-14 10:08:25.915 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryUserMoneyDetailsUsingGET_1
- 2025-05-14 10:08:25.939 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectBannerListUsingGET_1
- 2025-05-14 10:08:25.986 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectHelpProfitUsingGET_1
- 2025-05-14 10:08:25.992 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserRechargeUsingGET_1
- 2025-05-14 10:08:25.995 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserRechargeByUserIdUsingGET_1
- 2025-05-14 10:08:26.004 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: sendMsgUsingGET_1
- 2025-05-14 10:08:26.013 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectChatContentUsingGET_1
- 2025-05-14 10:08:26.014 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectChatConversationPageUsingGET_1
- 2025-05-14 10:08:26.020 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findAllUsingGET_1
- 2025-05-14 10:08:26.026 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBodyUsingPOST_1
- 2025-05-14 10:08:26.036 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingGET_1
- 2025-05-14 10:08:26.042 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findAllUsingGET_2
- 2025-05-14 10:08:26.052 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBodyUsingPOST_2
- 2025-05-14 10:08:26.056 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateBodyUsingPOST_1
- 2025-05-14 10:08:26.060 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: userCountUsingGET_1
- 2025-05-14 10:08:26.076 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCommonListUsingGET_1
- 2025-05-14 10:08:26.083 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteDriverUsingPOST_1
- 2025-05-14 10:08:26.085 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertDriverUsingPOST_1
- 2025-05-14 10:08:26.087 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectDriverByUserIdUsingGET_1
- 2025-05-14 10:08:26.091 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectDriverListUsingGET_1
- 2025-05-14 10:08:26.093 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateDriverUsingPOST_1
- 2025-05-14 10:08:26.099 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteDriverRouteUsingPOST_1
- 2025-05-14 10:08:26.102 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertDriverRouteUsingPOST_1
- 2025-05-14 10:08:26.105 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertMessageByDriverUsingPOST_1
- 2025-05-14 10:08:26.108 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectDriverRouteByUserIdUsingGET_1
- 2025-05-14 10:08:26.113 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectDriverRouteListUsingGET_1
- 2025-05-14 10:08:26.116 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateDriverRouteUsingPOST_1
- 2025-05-14 10:08:26.128 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectFixedStrokeListUsingGET_1
- 2025-05-14 10:08:26.135 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: mpCreateQrUsingGET_1
- 2025-05-14 10:08:26.138 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectInviteAndPosterUsingGET_1
- 2025-05-14 10:08:26.144 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectInviteByUserIdListsUsingGET_1
- 2025-05-14 10:08:26.146 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectInviteCountUsingGET_1
- 2025-05-14 10:08:26.155 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectMemberListUsingGET_1
- 2025-05-14 10:08:26.165 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addMessageUsingPOST_1
- 2025-05-14 10:08:26.170 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteMessageUsingGET_1
- 2025-05-14 10:08:26.181 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getBodyPageUsingGET_1
- 2025-05-14 10:08:26.185 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getMessageUsingGET_1
- 2025-05-14 10:08:26.194 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getMessageListUsingGET_1
- 2025-05-14 10:08:26.198 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertMessageUsingPOST_1
- 2025-05-14 10:08:26.215 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserRechargeUsingGET_2
- 2025-05-14 10:08:26.219 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: uUpdateUsingPOST_1
- 2025-05-14 10:08:26.227 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelOrdersUsingPOST_1
- 2025-05-14 10:08:26.229 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: completeOrdersUsingPOST_1
- 2025-05-14 10:08:26.235 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: proceedOrdersUsingPOST_1
- 2025-05-14 10:08:26.238 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectMyOrdersListUsingGET_1
- 2025-05-14 10:08:26.243 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectOrdersDetailsUsingGET_1
- 2025-05-14 10:08:26.247 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectOrdersListUsingGET_1
- 2025-05-14 10:08:26.249 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectTeamUserListUsingGET_1
- 2025-05-14 10:08:26.252 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: takingOrdersUsingPOST_1
- 2025-05-14 10:08:26.254 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refundUsingPOST_1
- 2025-05-14 10:08:26.261 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectPriceRuleListUsingGET_1
- 2025-05-14 10:08:26.269 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteAddressUsingPOST_1
- 2025-05-14 10:08:26.271 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAddressInfoUsingGET_1
- 2025-05-14 10:08:26.275 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAddressListUsingGET_1
- 2025-05-14 10:08:26.277 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveAddressUsingPOST_1
- 2025-05-14 10:08:26.313 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserByIdUsingGET_1
- 2025-05-14 10:08:26.348 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryUserMoneyDetailsUsingGET_2
- 2025-05-14 10:08:26.351 INFO 5072 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectUserMoneyDetailsUsingGET_1
- 2025-05-14 10:08:26.376 INFO 5072 --- [main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
- 2025-05-14 10:08:26.376 INFO 5072 --- [main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 2025-05-14 10:08:26.401 INFO 5072 --- [main] com.sqx.SqxApplication : Started SqxApplication in 17.904 seconds (JVM running for 19.74)
- 2025-05-14 10:08:26.410 INFO 5072 --- [main] com.sqx.SqxApplication : (♥◠‿◠)ノ゙ 顺风车项目启动成功 ლ(´ڡ`ლ)゙
- _
- | |
- ___ | | __
- / _ \| |/ /
- | (_) | <
- \___/|_|\_\
|