1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210 |
- 2019-12-03 14:24:44.170 [main] INFO org.jeecg.JeecgApplication:50 - Starting JeecgApplication on zhuxiaobo-mi with PID 90504 (D:\develop\IntelliJProjects\jeecg-boot\jeecg-boot\jeecg-boot-module-system\target\classes started by zhuxiaobo in D:\develop\IntelliJProjects\jeecg-boot\jeecg-boot)
- 2019-12-03 14:24:44.176 [main] INFO org.jeecg.JeecgApplication:679 - The following profiles are active: dev
- 2019-12-03 14:24:46.698 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:244 - Multiple Spring Data modules found, entering strict repository configuration mode!
- 2019-12-03 14:24:46.703 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
- 2019-12-03 14:24:46.818 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:182 - Finished Spring Data repository scanning in 89ms. Found 0 repository interfaces.
- 2019-12-03 14:24:47.344 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroConfig' of type [org.jeecg.config.ShiroConfig$$EnhancerBySpringCGLIB$$8abd26e5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 14:24:47.459 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroRealm' of type [org.jeecg.modules.shiro.authc.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 14:24:48.039 [main] INFO org.jeecg.config.ShiroConfig:191 - ===============(1)创建缓存管理器RedisCacheManager
- 2019-12-03 14:24:48.042 [main] INFO org.jeecg.config.ShiroConfig:209 - ===============(2)创建RedisManager,连接Redis..URL= 127.0.0.1:6379
- 2019-12-03 14:24:48.048 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisManager' of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 14:24:48.059 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - 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)
- 2019-12-03 14:24:48.102 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - 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)
- 2019-12-03 14:24:48.195 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$6ab7bd4f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 14:24:48.469 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 14:24:48.476 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$d4462e20] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 14:24:48.491 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 14:24:48.501 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 14:24:48.530 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 14:24:48.543 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration$$EnhancerBySpringCGLIB$$7fd17b99] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 14:24:48.720 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 14:24:48.900 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 14:24:48.948 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConfig' of type [org.jeecg.config.RedisConfig$$EnhancerBySpringCGLIB$$d58bae2f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 14:24:49.015 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$7dd09aff] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 14:24:49.022 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 14:24:49.668 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 8080 (http)
- 2019-12-03 14:24:49.692 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-8080"]
- 2019-12-03 14:24:49.705 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
- 2019-12-03 14:24:49.706 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.16]
- 2019-12-03 14:24:49.716 [main] INFO org.apache.catalina.core.AprLifecycleListener:173 - The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\Program Files\Java\jdk1.8.0_191\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;D:\Program Files (x86)\DVTk\DVT\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\xampp\php;C:\ProgramData\ComposerSetup\bin;C:\Program Files\Git\cmd;C:\ProgramData\chocolatey\bin;C:\WINDOWS\System32\OpenSSH\;d:\Program Files (x86)\Microsoft VS Code\bin;%cmder_root%;C:\Program Files (x86)\CMake\bin;C:\Program Files\TortoiseHg\;D:\apache-maven-3.6.0\bin;C:\Program Files\Java\jdk1.8.0_191\bin;C:\Program Files\Java\jdk1.8.0_191\jre\bin;D:\Program Files\nodejs\;D:\Tools\apache-ant-1.9.14\bin;C:\Program Files\Git\usr\bin;D:\develop\flutter\bin;;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Anaconda3;D:\Anaconda3\Library\mingw-w64\bin;D:\Anaconda3\Library\usr\bin;D:\Anaconda3\Library\bin;D:\Anaconda3\Scripts;C:\Users\zhuxiaobo\AppData\Local\Microsoft\WindowsApps;d:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\zhuxiaobo\AppData\Roaming\Composer\vendor\bin;C:\Users\zhuxiaobo\AppData\Local\.meteor;C:\Users\zhuxiaobo\AppData\Local\GitHubDesktop\bin;C:\Users\zhuxiaobo\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\zhuxiaobo\.dotnet\tools;C:\Users\zhuxiaobo\AppData\Roaming\npm;d:\Program Files\JetBrains\IntelliJ IDEA 2019.1.2\bin;;C:\Users\zhuxiaobo\AppData\Local\Microsoft\WindowsApps;;.]
- 2019-12-03 14:24:49.964 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring embedded WebApplicationContext
- 2019-12-03 14:24:49.965 [main] INFO org.springframework.web.context.ContextLoader:296 - Root WebApplicationContext: initialization completed in 5653 ms
- 2019-12-03 14:24:50.466 [main] INFO c.b.dynamic.datasource.DynamicDataSourceCreator:113 - 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置
- 2019-12-03 14:24:50.911 [main] INFO com.alibaba.druid.pool.DruidDataSource:1003 - {dataSource-1,master} inited
- 2019-12-03 14:24:50.913 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:203 - 初始共加载 1 个数据源
- 2019-12-03 14:24:50.914 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:142 - 动态数据源-加载 master 成功
- 2019-12-03 14:24:50.915 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:212 - 当前的默认数据源是单数据源,数据源名为 master
- 2019-12-03 14:24:55.518 [main] INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
- 2019-12-03 14:24:55.535 [main] INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 2019-12-03 14:24:55.536 [main] INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.0 created.
- 2019-12-03 14:24:55.541 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:672 - Using db table-based data access locking (synchronization).
- 2019-12-03 14:24:55.544 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:145 - JobStoreCMT initialized.
- 2019-12-03 14:24:55.545 [main] INFO org.quartz.core.QuartzScheduler:294 - 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.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.
- 2019-12-03 14:24:55.545 [main] INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 2019-12-03 14:24:55.547 [main] INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.0
- 2019-12-03 14:24:55.547 [main] INFO org.quartz.core.QuartzScheduler:2287 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7404aff2
- 2019-12-03 14:24:59.376 [main] WARN org.jeecg.common.es.JeecgElasticsearchTemplate:61 - ElasticSearch 服务连接失败,原因:配置未通过。可能是BaseURL未配置或配置有误,也可能是Elasticsearch服务未启动。接下来将会拒绝执行任何方法!
- 2019-12-03 14:25:01.213 [main] INFO o.s.b.actuate.endpoint.web.EndpointLinksResolver:59 - Exposing 2 endpoint(s) beneath base path '/actuator'
- 2019-12-03 14:25:01.485 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping:69 - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
- 2019-12-03 14:25:01.949 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
- 2019-12-03 14:25:03.217 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
- 2019-12-03 14:25:03.248 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
- 2019-12-03 14:25:03.333 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
- 2019-12-03 14:25:03.651 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_1
- 2019-12-03 14:25:03.654 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_1
- 2019-12-03 14:25:03.656 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_1
- 2019-12-03 14:25:03.658 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_1
- 2019-12-03 14:25:03.661 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_1
- 2019-12-03 14:25:03.684 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_2
- 2019-12-03 14:25:03.686 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_2
- 2019-12-03 14:25:03.689 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_2
- 2019-12-03 14:25:03.691 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_2
- 2019-12-03 14:25:03.695 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_2
- 2019-12-03 14:25:03.708 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_1
- 2019-12-03 14:25:03.723 [main] INFO o.s.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
- 2019-12-03 14:25:04.028 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:866 - Freed 0 triggers from 'acquired' / 'blocked' state.
- 2019-12-03 14:25:04.042 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:876 - Recovering 0 jobs that were in-progress at the time of the last shut-down.
- 2019-12-03 14:25:04.042 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:889 - Recovery complete.
- 2019-12-03 14:25:04.045 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:896 - Removed 0 'complete' triggers.
- 2019-12-03 14:25:04.048 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:901 - Removed 0 stale fired job entries.
- 2019-12-03 14:25:04.049 [main] INFO org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 2019-12-03 14:25:04.080 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-8080"]
- 2019-12-03 14:25:04.141 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:204 - Tomcat started on port(s): 8080 (http) with context path '/jeecg-boot'
- 2019-12-03 14:25:04.147 [main] INFO org.jeecg.JeecgApplication:59 - Started JeecgApplication in 21.799 seconds (JVM running for 25.314)
- 2019-12-03 14:25:04.175 [main] INFO org.jeecg.JeecgApplication:33 -
- ----------------------------------------------------------
- Application Jeecg-Boot is running! Access URLs:
- Local: http://localhost:8080/jeecg-boot/
- External: http://192.168.2.44:8080/jeecg-boot/
- swagger-ui: http://192.168.2.44:8080/jeecg-boot/swagger-ui.html
- Doc: http://192.168.2.44:8080/jeecg-boot/doc.html
- ----------------------------------------------------------
- 2019-12-03 14:25:05.136 [RMI TCP Connection(1)-192.168.2.44] INFO io.lettuce.core.EpollProvider:68 - Starting without optional epoll library
- 2019-12-03 14:25:05.143 [RMI TCP Connection(1)-192.168.2.44] INFO io.lettuce.core.KqueueProvider:70 - Starting without optional kqueue library
- 2019-12-03 14:25:05.483 [RMI TCP Connection(3)-192.168.2.44] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2019-12-03 14:25:05.484 [RMI TCP Connection(3)-192.168.2.44] INFO org.springframework.web.servlet.DispatcherServlet:524 - Initializing Servlet 'dispatcherServlet'
- 2019-12-03 14:25:05.523 [RMI TCP Connection(3)-192.168.2.44] INFO org.springframework.web.servlet.DispatcherServlet:546 - Completed initialization in 39 ms
- 2019-12-03 14:29:36.551 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:97 - ————————身份认证失败——————————IP地址: 192.168.2.44
- 2019-12-03 14:29:36.576 [http-nio-8080-exec-9] ERROR o.a.c.c.C.[.[.[/jeecg-boot].[dispatcherServlet]:175 - Servlet.service() for servlet [dispatcherServlet] in context with path [/jeecg-boot] threw exception [org.apache.shiro.authc.AuthenticationException: Token失效,请重新登录] with root cause
- org.apache.shiro.authc.AuthenticationException: token为空!
- at org.jeecg.modules.shiro.authc.ShiroRealm.doGetAuthenticationInfo(ShiroRealm.java:98)
- at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
- at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doSingleRealmAuthentication(ModularRealmAuthenticator.java:180)
- at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:267)
- at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
- at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
- at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:274)
- at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
- at org.jeecg.modules.shiro.authc.aop.JwtFilter.executeLogin(JwtFilter.java:51)
- at org.jeecg.modules.shiro.authc.aop.JwtFilter.isAccessAllowed(JwtFilter.java:34)
- at org.apache.shiro.web.filter.AccessControlFilter.onPreHandle(AccessControlFilter.java:162)
- at org.apache.shiro.web.filter.PathMatchingFilter.isFilterChainContinued(PathMatchingFilter.java:203)
- at org.apache.shiro.web.filter.PathMatchingFilter.preHandle(PathMatchingFilter.java:178)
- at org.jeecg.modules.shiro.authc.aop.JwtFilter.preHandle(JwtFilter.java:71)
- at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:131)
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
- at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
- at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
- at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
- at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
- at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
- at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
- at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
- at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
- at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
- at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:90)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
- at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:117)
- at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:106)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:834)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1415)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.lang.Thread.run(Thread.java:748)
- 2019-12-03 15:05:52.353 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - ==> Preparing: select * from sys_user where username = ? and del_flag = '0'
- 2019-12-03 15:05:52.438 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - ==> Parameters: admin(String)
- 2019-12-03 15:05:52.498 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - <== Total: 1
- 2019-12-03 15:05:52.824 [http-nio-8080-exec-7] DEBUG o.j.m.s.mapper.SysDepartMapper.queryUserDeparts:143 - ==> Preparing: select * from sys_depart where id IN ( select dep_id from sys_user_depart where user_id = ? )
- 2019-12-03 15:05:52.841 [http-nio-8080-exec-7] DEBUG o.j.m.s.mapper.SysDepartMapper.queryUserDeparts:143 - ==> Parameters: e9ca23d68d884d4ebb19d07889727dae(String)
- 2019-12-03 15:05:52.866 [http-nio-8080-exec-7] DEBUG o.j.m.s.mapper.SysDepartMapper.queryUserDeparts:143 - <== Total: 1
- 2019-12-03 15:05:52.902 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysUserMapper.updateUserDepart:143 - ==> Preparing: UPDATE sys_user SET org_code = ? where username = ?
- 2019-12-03 15:05:52.905 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysUserMapper.updateUserDepart:143 - ==> Parameters: A01(String), admin(String)
- 2019-12-03 15:05:52.930 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysUserMapper.updateUserDepart:143 - <== Updates: 1
- 2019-12-03 15:05:53.643 [http-nio-8080-exec-7] DEBUG o.jeecg.modules.system.mapper.SysLogMapper.insert:143 - ==> Preparing: INSERT INTO sys_log ( id, create_by, create_time, ip, log_content, log_type ) VALUES ( ?, ?, ?, ?, ?, ? )
- 2019-12-03 15:05:53.685 [http-nio-8080-exec-7] DEBUG o.jeecg.modules.system.mapper.SysLogMapper.insert:143 - ==> Parameters: 1201759443663257602(String), jeecg(String), 2019-12-03 15:05:53.069(Timestamp), 127.0.0.1(String), 用户名: admin,登录成功!(String), 1(Integer)
- 2019-12-03 15:05:53.704 [http-nio-8080-exec-7] DEBUG o.jeecg.modules.system.mapper.SysLogMapper.insert:143 - <== Updates: 1
- 2019-12-03 15:05:53.876 [http-nio-8080-exec-8] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:05:54.021 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - ==> Preparing: select * from sys_user where username = ? and del_flag = '0'
- 2019-12-03 15:05:54.023 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - ==> Parameters: admin(String)
- 2019-12-03 15:05:54.040 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - <== Total: 1
- 2019-12-03 15:05:54.331 [http-nio-8080-exec-8] INFO o.j.m.system.controller.SysPermissionController:182 - ------ 通过令牌获取用户拥有的访问菜单 ---- TOKEN ------ eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:05:54.398 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - ==> Preparing: SELECT p.* FROM sys_permission p WHERE exists( select a.id from sys_role_permission a join sys_role b on a.role_id = b.id join sys_user_role c on c.role_id = b.id join sys_user d on d.id = c.user_id where p.id = a.permission_id AND d.username = ? ) and p.del_flag = 0 order by p.sort_no ASC
- 2019-12-03 15:05:54.412 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - ==> Parameters: admin(String)
- 2019-12-03 15:05:54.520 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - <== Total: 96
- 2019-12-03 15:05:54.824 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? AND menu_type = ?
- 2019-12-03 15:05:54.826 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer), 2(Integer)
- 2019-12-03 15:05:54.837 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 3
- 2019-12-03 15:05:58.228 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:05:58.292 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:05:58.394 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:05:58.859 [http-nio-8080-exec-1] ERROR o.jeecg.common.system.controller.CommonController:119 - 预览图片失败D:\upFiles\user\20190119\logo-2_1547868176839.png (系统找不到指定的路径。)
- 2019-12-03 15:05:59.530 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysLogMapper.findTotalVisitCount:143 - ==> Preparing: select count(1) from sys_log where log_type = 1
- 2019-12-03 15:05:59.533 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysLogMapper.findTotalVisitCount:143 - ==> Parameters:
- 2019-12-03 15:05:59.550 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysLogMapper.findTotalVisitCount:143 - <== Total: 1
- 2019-12-03 15:05:59.560 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysLogMapper.findTodayVisitCount:143 - ==> Preparing: select count(1) from sys_log where log_type = 1 and create_time >= ? and create_time < ?
- 2019-12-03 15:05:59.564 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysLogMapper.findTodayVisitCount:143 - ==> Parameters: 2019-12-03 00:00:00.0(Timestamp), 2019-12-04 00:00:00.0(Timestamp)
- 2019-12-03 15:05:59.570 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysLogMapper.findVisitCount:143 - ==> Preparing: select count(*) as visit ,count(distinct(ip)) as ip ,DATE_FORMAT(create_time, '%Y-%m-%d') as tian ,DATE_FORMAT(create_time, '%m-%d') as type from sys_log where log_type = 1 and create_time >= ? and create_time < ? group by tian,type order by tian asc
- 2019-12-03 15:05:59.577 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysLogMapper.findTodayVisitCount:143 - <== Total: 1
- 2019-12-03 15:05:59.582 [http-nio-8080-exec-2] DEBUG o.j.modules.system.mapper.SysLogMapper.findTodayIp:143 - ==> Preparing: select count(distinct(ip)) from sys_log where log_type = 1 and create_time >= ? and create_time < ?
- 2019-12-03 15:05:59.585 [http-nio-8080-exec-2] DEBUG o.j.modules.system.mapper.SysLogMapper.findTodayIp:143 - ==> Parameters: 2019-12-03 00:00:00.0(Timestamp), 2019-12-04 00:00:00.0(Timestamp)
- 2019-12-03 15:05:59.586 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysLogMapper.findVisitCount:143 - ==> Parameters: 2019-11-27 00:00:00.0(Timestamp), 2019-12-04 00:00:00.0(Timestamp)
- 2019-12-03 15:05:59.589 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.SysAnnouncementSendMapper.queryByUserId:143 - ==> Preparing: select sas.annt_id from sys_announcement_send sas where sas.user_id = ?
- 2019-12-03 15:05:59.591 [http-nio-8080-exec-2] DEBUG o.j.modules.system.mapper.SysLogMapper.findTodayIp:143 - <== Total: 1
- 2019-12-03 15:05:59.594 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.SysAnnouncementSendMapper.queryByUserId:143 - ==> Parameters: e9ca23d68d884d4ebb19d07889727dae(String)
- 2019-12-03 15:05:59.602 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.SysAnnouncementSendMapper.queryByUserId:143 - <== Total: 1
- 2019-12-03 15:05:59.623 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysLogMapper.findVisitCount:143 - <== Total: 1
- 2019-12-03 15:05:59.625 [http-nio-8080-exec-5] INFO org.jeecg.modules.message.websocket.WebSocket:37 - 【websocket消息】有新的连接,总数为:1
- 2019-12-03 15:05:59.682 [http-nio-8080-exec-6] DEBUG o.j.m.s.mapper.SysAnnouncementMapper.selectList:143 - ==> Preparing: SELECT id,titile,msg_content,start_time,end_time,sender,priority,msg_category,msg_type,send_status,send_time,cancel_time,del_flag,create_by,create_time,update_by,update_time,user_ids FROM sys_announcement WHERE msg_type = ? AND del_flag = ? AND send_status = ? AND end_time >= ? AND id NOT IN (?)
- 2019-12-03 15:05:59.689 [http-nio-8080-exec-6] DEBUG o.j.m.s.mapper.SysAnnouncementMapper.selectList:143 - ==> Parameters: ALL(String), 0(String), 1(String), 2038-06-21 17:54:10.0(Timestamp), 93a9060a1c20e4bf98b3f768a02c2ff9(String)
- 2019-12-03 15:05:59.700 [http-nio-8080-exec-6] DEBUG o.j.m.s.mapper.SysAnnouncementMapper.selectList:143 - <== Total: 0
- 2019-12-03 15:05:59.913 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Preparing: SELECT COUNT(1) FROM sys_announcement WHERE send_status = '1' AND del_flag = '0' AND msg_category = ? AND id IN (SELECT annt_id FROM sys_announcement_send WHERE user_id = ? AND read_flag = '0')
- 2019-12-03 15:05:59.926 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Parameters: 1(String), e9ca23d68d884d4ebb19d07889727dae(String)
- 2019-12-03 15:05:59.952 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Preparing: SELECT COUNT(1) FROM sys_announcement WHERE send_status = '1' AND del_flag = '0' AND msg_category = ? AND id IN (SELECT annt_id FROM sys_announcement_send WHERE user_id = ? AND read_flag = '0')
- 2019-12-03 15:05:59.955 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.S.querySysCementListByUserId:143 - ==> Parameters: 2(String), e9ca23d68d884d4ebb19d07889727dae(String)
- 2019-12-03 15:06:12.797 [http-nio-8080-exec-9] INFO o.j.modules.monitor.service.impl.RedisServiceImpl:72 - --getMemoryInfo--: {create_time=1575356772797, used_memory=712344}
- 2019-12-03 15:06:12.806 [http-nio-8080-exec-4] INFO o.j.modules.monitor.service.impl.RedisServiceImpl:56 - --getKeysSize--: {create_time=1575356772806, dbSize=3}
- 2019-12-03 15:06:12.834 [http-nio-8080-exec-7] INFO o.j.m.monitor.controller.ActuatorRedisController:39 - [RedisInfo{key='aof_rewrite_scheduled', value='0', desctiption='rewrite任务计划,当客户端发送bgrewriteaof指令,如果当前rewrite子进程正在执行,那么将客户端请求的bgrewriteaof变为计划任务,待aof子进程结束后执行rewrite '}, RedisInfo{key='keyspace_misses', value='2', desctiption='没命中次数'}, RedisInfo{key='mem_allocator', value='jemalloc-3.6.0', desctiption='在编译时指定的, Redis 所使用的内存分配器。可以是 libc 、 jemalloc 或者 tcmalloc'}, RedisInfo{key='multiplexing_api', value='WinSock_IOCP', desctiption='Redis 所使用的事件处理机制'}, RedisInfo{key='aof_last_write_status', value='ok', desctiption='上次aof写入状态'}, RedisInfo{key='run_id', value='ff8b520e298819e6a5e7c1493ac60fc32884bd17', desctiption='Redis 服务器的随机标识符(用于 Sentinel 和集群)'}, RedisInfo{key='uptime_in_seconds', value='11636', desctiption='自 Redis 服务器启动以来,经过的秒数'}, RedisInfo{key='maxmemory', value='0', desctiption='最大内存限制,0表示无限制'}, RedisInfo{key='total_system_memory_human', value='0B', desctiption='以人类可读的方式返回系统总内存'}, RedisInfo{key='arch_bits', value='64', desctiption=' 架构(32 或 64 位)'}, RedisInfo{key='master_repl_offset', value='0', desctiption='主从同步偏移量,此值如果和上面的offset相同说明主从一致没延迟'}, RedisInfo{key='instantaneous_output_kbps', value='0.00', desctiption='redis网络出口kps'}, RedisInfo{key='total_commands_processed', value='28', desctiption='redis处理的命令数'}, RedisInfo{key='repl_backlog_size', value='1048576', desctiption='复制积压缓冲大小'}, RedisInfo{key='sync_full', value='0', desctiption='主从完全同步成功次数'}, RedisInfo{key='sync_partial_err', value='0', desctiption='主从部分同步失败次数'}, RedisInfo{key='used_cpu_user', value='0.38', desctiption='将所有redis主进程在用户态所占用的CPU时求和累计起来'}, RedisInfo{key='aof_enabled', value='0', desctiption='是否开启了aof'}, RedisInfo{key='redis_mode', value='standalone', desctiption='运行模式,单机(standalone)或者集群(cluster)'}, RedisInfo{key='rdb_changes_since_last_save', value='4', desctiption='离最近一次成功生成rdb文件,写入命令的个数,即有多少个写入命令没有持久化'}, RedisInfo{key='used_memory_lua', value='37888', desctiption='Lua 引擎所使用的内存大小(以字节为单位)'}, RedisInfo{key='redis_build_id', value='dd26f1f93c5130ee', desctiption='redis_build_id'}, RedisInfo{key='connected_slaves', value='0', desctiption='连接的slave实例个数'}, RedisInfo{key='expired_keys', value='0', desctiption='运行以来过期的key的数量'}, RedisInfo{key='used_memory', value='712344', desctiption='由 Redis 分配器分配的内存总量,以字节(byte)为单位'}, RedisInfo{key='used_memory_rss', value='674440', desctiption='从操作系统的角度,返回 Redis 已分配的内存总量(俗称常驻集大小)。这个值和 top 、 ps 等命令的输出一致'}, RedisInfo{key='rdb_last_bgsave_status', value='ok', desctiption='最近一次rdb持久化是否成功'}, RedisInfo{key='process_id', value='81292', desctiption='服务器进程的 PID'}, RedisInfo{key='rejected_connections', value='0', desctiption='拒绝的连接个数,redis连接个数达到maxclients限制,拒绝新连接的个数'}, RedisInfo{key='used_memory_rss_human', value='658.63K', desctiption='以人类可读的方式返回 Redis 已分配的内存总量'}, RedisInfo{key='rdb_bgsave_in_progress', value='0', desctiption='服务器是否正在创建rdb文件'}, RedisInfo{key='cluster_enabled', value='0', desctiption='实例是否启用集群模式'}, RedisInfo{key='tcp_port', value='6379', desctiption='TCP/IP 监听端口'}, RedisInfo{key='os', value='Windows', desctiption='Redis 服务器的宿主操作系统'}, RedisInfo{key='aof_current_rewrite_time_sec', value='-1', desctiption='如果rewrite操作正在进行,则记录所使用的时间,单位秒'}, RedisInfo{key='repl_backlog_histlen', value='0', desctiption='此值等于 master_repl_offset - repl_backlog_first_byte_offset,该值不会超过repl_backlog_size的大小'}, RedisInfo{key='used_cpu_sys', value='0.17', desctiption='将所有redis主进程在核心态所占用的CPU时求和累计起来'}, RedisInfo{key='role', value='master', desctiption='实例的角色,是master or slave'}, RedisInfo{key='aof_last_bgrewrite_status', value='ok', desctiption='上次bgrewrite aof操作的状态'}, RedisInfo{key='used_memory_peak_human', value='695.65K', desctiption='以人类可读的格式返回 Redis 的内存消耗峰值'}, RedisInfo{key='hz', value='10', desctiption='redis内部调度(进行关闭timeout的客户端,删除过期key等等)频率,程序规定serverCron每秒运行10次。'}, RedisInfo{key='used_memory_human', value='695.65K', desctiption='以人类可读的格式返回 Redis 分配的内存总量'}, RedisInfo{key='maxmemory_policy', value='noeviction', desctiption='超过内存限制后的处理策略'}, RedisInfo{key='mem_fragmentation_ratio', value='0.95', desctiption='sed_memory_rss 和 used_memory 之间的比率'}, RedisInfo{key='rdb_last_bgsave_time_sec', value='0', desctiption='最近一次成功生成rdb文件耗时秒数'}, RedisInfo{key='blocked_clients', value='0', desctiption='正在等待阻塞命令(BLPOP、BRPOP、BRPOPLPUSH)的客户端的数量'}, RedisInfo{key='used_cpu_sys_children', value='0.00', desctiption='将后台进程在核心态所占用的CPU时求和累计起来'}, RedisInfo{key='repl_backlog_active', value='0', desctiption='复制积压缓冲区是否开启'}, RedisInfo{key='used_cpu_user_children', value='0.00', desctiption='将后台进程在用户态所占用的CPU时求和累计起来'}, RedisInfo{key='sync_partial_ok', value='0', desctiption='主从部分同步成功次数'}, RedisInfo{key='aof_rewrite_in_progress', value='0', desctiption='标识aof的rewrite操作是否在进行中'}, RedisInfo{key='redis_git_sha1', value='00000000', desctiption='Git SHA1'}, RedisInfo{key='client_longest_output_list', value='0', desctiption='当前连接的客户端当中,最长的输出列表'}, RedisInfo{key='rdb_current_bgsave_time_sec', value='-1', desctiption='如果服务器正在创建rdb文件,那么这个域记录的就是当前的创建操作已经耗费的秒数'}, RedisInfo{key='aof_last_rewrite_time_sec', value='-1', desctiption='最近一次aof rewrite耗费的时长'}, RedisInfo{key='config_file', value='D:develop oolsRedis-x64-3.2.100
edis.windows.conf', desctiption='配置文件目录'}, RedisInfo{key='loading', value='0', desctiption='服务器是否正在载入持久化文件'}, RedisInfo{key='pubsub_channels', value='0', desctiption='当前使用中的频道数量'}, RedisInfo{key='used_memory_lua_human', value='37.00K', desctiption='以人类可读的方式返回Lua 引擎所使用的内存大小'}, RedisInfo{key='db0', value='keys=3,expires=3,avg_ttl=6250054', desctiption='db0的key的数量,以及带有生存期的key的数,平均存活时间'}, RedisInfo{key='migrate_cached_sockets', value='0', desctiption='null'}, RedisInfo{key='redis_git_dirty', value='0', desctiption='Git dirty flag'}, RedisInfo{key='total_system_memory', value='0', desctiption='系统总内存'}, RedisInfo{key='connected_clients', value='2', desctiption='已连接客户端的数量(不包括通过从属服务器连接的客户端)'}, RedisInfo{key='lru_clock', value='15075684', desctiption=' 以分钟为单位进行自增的时钟,用于 LRU 管理'}, RedisInfo{key='pubsub_patterns', value='0', desctiption='当前使用的模式的数量'}, RedisInfo{key='repl_backlog_first_byte_offset', value='0', desctiption='复制缓冲区里偏移量的大小'}, RedisInfo{key='total_net_output_bytes', value='6267', desctiption='redis网络出口流量字节数'}, RedisInfo{key='client_biggest_input_buf', value='0', desctiption='当前连接的客户端当中,最大输入缓存,用client list命令观察qbuf和qbuf-free两个字段最大值'}, RedisInfo{key='executable', value='D:develop oolsRedis-x64-3.2.100
edis-server.exe', desctiption='server脚本目录'}, RedisInfo{key='evicted_keys', value='0', desctiption='运行以来剔除(超过了maxmemory后)的key的数量'}, RedisInfo{key='total_connections_received', value='2', desctiption='新创建连接个数,如果新创建连接过多,过度地创建和销毁连接对性能有影响,说明短连接严重或连接池使用有问题,需调研代码的连接设置'}, RedisInfo{key='redis_version', value='3.2.100', desctiption='Redis 服务器版本'}, RedisInfo{key='total_net_input_bytes', value='2973', desctiption='redis网络入口流量字节数'}, RedisInfo{key='latest_fork_usec', value='322822', desctiption='最近一次fork操作阻塞redis进程的耗时数,单位微秒'}, RedisInfo{key='maxmemory_human', value='0B', desctiption='以人类可读的方式返回最大限制内存'}, RedisInfo{key='used_memory_peak', value='712344', desctiption=' Redis 的内存消耗峰值(以字节为单位)'}, RedisInfo{key='keyspace_hits', value='8', desctiption='命中次数'}, RedisInfo{key='uptime_in_days', value='0', desctiption='自 Redis 服务器启动以来,经过的天数'}, RedisInfo{key='instantaneous_input_kbps', value='0.00', desctiption='redis网络入口kps'}, RedisInfo{key='rdb_last_save_time', value='1575356739', desctiption='离最近一次成功创建rdb文件的时间戳。当前时间戳 - rdb_last_save_time=多少秒未成功生成rdb文件'}, RedisInfo{key='instantaneous_ops_per_sec', value='0', desctiption='redis当前的qps,redis内部较实时的每秒执行的命令数'}]
- 2019-12-03 15:06:14.147 [http-nio-8080-exec-8] INFO o.j.modules.monitor.service.impl.RedisServiceImpl:56 - --getKeysSize--: {create_time=1575356774147, dbSize=3}
- 2019-12-03 15:06:14.463 [http-nio-8080-exec-1] INFO o.j.modules.monitor.service.impl.RedisServiceImpl:72 - --getMemoryInfo--: {create_time=1575356774460, used_memory=711320}
- 2019-12-03 15:06:15.591 [http-nio-8080-exec-2] INFO o.j.modules.monitor.service.impl.RedisServiceImpl:56 - --getKeysSize--: {create_time=1575356775591, dbSize=3}
- 2019-12-03 15:06:15.592 [http-nio-8080-exec-3] INFO o.j.modules.monitor.service.impl.RedisServiceImpl:72 - --getMemoryInfo--: {create_time=1575356775592, used_memory=711320}
- 2019-12-03 15:06:18.608 [http-nio-8080-exec-5] INFO o.j.modules.monitor.service.impl.RedisServiceImpl:56 - --getKeysSize--: {create_time=1575356778608, dbSize=3}
- 2019-12-03 15:06:18.608 [http-nio-8080-exec-6] INFO o.j.modules.monitor.service.impl.RedisServiceImpl:72 - --getMemoryInfo--: {create_time=1575356778608, used_memory=711320}
- 2019-12-03 15:06:36.502 [http-nio-8080-exec-1] INFO o.j.m.monitor.controller.ActuatorRedisController:68 - 查询磁盘信息:2个
- 2019-12-03 15:06:37.048 [http-nio-8080-exec-1] INFO o.j.m.monitor.controller.ActuatorRedisController:81 - {rest=5166161920, max=137925263360, name=OS (C:), restPPT=96}
- 2019-12-03 15:06:37.218 [http-nio-8080-exec-1] INFO o.j.m.monitor.controller.ActuatorRedisController:81 - {rest=13300854784, max=115342307328, name=本地磁盘 (D:), restPPT=88}
- 2019-12-03 15:06:44.920 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:06:45.280 [http-nio-8080-exec-9] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->log_type = 1
- 2019-12-03 15:06:45.331 [http-nio-8080-exec-9] DEBUG o.j.modules.system.mapper.SysLogMapper.selectPage:143 - ==> Preparing: SELECT COUNT(1) FROM sys_log WHERE log_type = ?
- 2019-12-03 15:06:45.335 [http-nio-8080-exec-9] DEBUG o.j.modules.system.mapper.SysLogMapper.selectPage:143 - ==> Parameters: 1(Integer)
- 2019-12-03 15:06:45.349 [http-nio-8080-exec-9] DEBUG o.j.modules.system.mapper.SysLogMapper.selectPage:143 - ==> Preparing: SELECT id,create_by,create_time,update_by,update_time,cost_time,ip,request_param,request_type,request_url,method,username,userid,log_content,log_type,operate_type FROM sys_log WHERE log_type = ? ORDER BY create_time DESC LIMIT ?,?
- 2019-12-03 15:06:45.358 [http-nio-8080-exec-9] DEBUG o.j.modules.system.mapper.SysLogMapper.selectPage:143 - ==> Parameters: 1(Integer), 0(Long), 10(Long)
- 2019-12-03 15:06:45.376 [http-nio-8080-exec-9] DEBUG o.j.modules.system.mapper.SysLogMapper.selectPage:143 - <== Total: 10
- 2019-12-03 15:06:45.378 [http-nio-8080-exec-9] INFO o.jeecg.modules.system.controller.SysLogController:66 - 查询当前页:1
- 2019-12-03 15:06:45.379 [http-nio-8080-exec-9] INFO o.jeecg.modules.system.controller.SysLogController:67 - 查询当前页数量:10
- 2019-12-03 15:06:45.380 [http-nio-8080-exec-9] INFO o.jeecg.modules.system.controller.SysLogController:68 - 查询结果数量:10
- 2019-12-03 15:06:45.380 [http-nio-8080-exec-9] INFO o.jeecg.modules.system.controller.SysLogController:69 - 数据总数:788
- 2019-12-03 15:06:45.584 [http-nio-8080-exec-9] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
- 2019-12-03 15:06:45.593 [http-nio-8080-exec-9] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Preparing: select s.item_text from sys_dict_item s where s.dict_id = (select id from sys_dict where dict_code = ?) and s.item_value = ?
- 2019-12-03 15:06:45.616 [http-nio-8080-exec-9] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Parameters: log_type(String), 1(String)
- 2019-12-03 15:06:45.633 [http-nio-8080-exec-9] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
- 2019-12-03 15:08:10.279 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:08:18.989 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:08:19.113 [http-nio-8080-exec-4] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
- 2019-12-03 15:08:19.116 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Preparing: select s.item_text from sys_dict_item s where s.dict_id = (select id from sys_dict where dict_code = ?) and s.item_value = ?
- 2019-12-03 15:08:19.118 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Parameters: msgSendStatus(String), 2(String)
- 2019-12-03 15:08:19.125 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
- 2019-12-03 15:08:19.143 [http-nio-8080-exec-4] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
- 2019-12-03 15:08:19.146 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Preparing: select s.item_text from sys_dict_item s where s.dict_id = (select id from sys_dict where dict_code = ?) and s.item_value = ?
- 2019-12-03 15:08:19.147 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Parameters: msgType(String), 3(String)
- 2019-12-03 15:08:19.149 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
- 2019-12-03 15:08:19.183 [http-nio-8080-exec-4] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
- 2019-12-03 15:08:19.187 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Preparing: select s.item_text from sys_dict_item s where s.dict_id = (select id from sys_dict where dict_code = ?) and s.item_value = ?
- 2019-12-03 15:08:19.188 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Parameters: msgSendStatus(String), 3(String)
- 2019-12-03 15:08:19.195 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 0
- 2019-12-03 15:08:19.217 [http-nio-8080-exec-4] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
- 2019-12-03 15:08:19.222 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Preparing: select s.item_text from sys_dict_item s where s.dict_id = (select id from sys_dict where dict_code = ?) and s.item_value = ?
- 2019-12-03 15:08:19.224 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Parameters: msgType(String), 2(String)
- 2019-12-03 15:08:19.232 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
- 2019-12-03 15:08:34.196 [http-nio-8080-exec-1] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:08:36.960 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:08:37.003 [http-nio-8080-exec-2] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : msgType
- 2019-12-03 15:08:37.007 [http-nio-8080-exec-2] INFO o.j.modules.system.service.impl.SysDictServiceImpl:51 - 无缓存dictCache的时候调用这里!
- 2019-12-03 15:08:37.016 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - ==> Preparing: select s.item_value as "value",s.item_text as "text" from sys_dict_item s where dict_id = (select id from sys_dict where dict_code = ?) order by s.sort_order asc
- 2019-12-03 15:08:37.019 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - ==> Parameters: msgType(String)
- 2019-12-03 15:08:37.022 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - <== Total: 3
- 2019-12-03 15:08:37.030 [http-nio-8080-exec-2] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=短信), DictModel(value=2, text=邮件), DictModel(value=3, text=微信)], timestamp=1575356917003)
- 2019-12-03 15:08:47.129 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:08:53.196 [http-nio-8080-exec-8] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:08:53.201 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:08:53.239 [http-nio-8080-exec-6] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : sex
- 2019-12-03 15:08:53.244 [http-nio-8080-exec-6] INFO o.j.modules.system.service.impl.SysDictServiceImpl:51 - 无缓存dictCache的时候调用这里!
- 2019-12-03 15:08:53.249 [http-nio-8080-exec-6] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - ==> Preparing: select s.item_value as "value",s.item_text as "text" from sys_dict_item s where dict_id = (select id from sys_dict where dict_code = ?) order by s.sort_order asc
- 2019-12-03 15:08:53.250 [http-nio-8080-exec-6] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - ==> Parameters: sex(String)
- 2019-12-03 15:08:53.254 [http-nio-8080-exec-6] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - <== Total: 2
- 2019-12-03 15:08:53.268 [http-nio-8080-exec-6] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=男), DictModel(value=2, text=女)], timestamp=1575356933240)
- 2019-12-03 15:08:53.302 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? AND component = ?
- 2019-12-03 15:08:53.308 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer), jeecg/JeecgDemoList(String)
- 2019-12-03 15:08:53.314 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 1
- 2019-12-03 15:08:53.355 [http-nio-8080-exec-8] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - ==> Preparing: select data_rule_ids from sys_role_permission a join sys_permission b on a.permission_id = b.id join sys_role c on a.role_id = c.id join sys_user_role d on d.role_id = c.id join sys_user e on d.user_id = e.id where e.username = ? and b.id = ?
- 2019-12-03 15:08:53.358 [http-nio-8080-exec-8] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - ==> Parameters: admin(String), 4148ec82b6acd69f470bea75fe41c357(String)
- 2019-12-03 15:08:53.366 [http-nio-8080-exec-8] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - <== Total: 1
- 2019-12-03 15:08:53.440 [http-nio-8080-exec-8] INFO o.j.m.demo.test.controller.JeecgDemoController:79 - 查询当前页:1
- 2019-12-03 15:08:53.441 [http-nio-8080-exec-8] INFO o.j.m.demo.test.controller.JeecgDemoController:80 - 查询当前页数量:10
- 2019-12-03 15:08:53.444 [http-nio-8080-exec-8] INFO o.j.m.demo.test.controller.JeecgDemoController:81 - 查询结果数量:10
- 2019-12-03 15:08:53.445 [http-nio-8080-exec-8] INFO o.j.m.demo.test.controller.JeecgDemoController:82 - 数据总数:22
- 2019-12-03 15:09:08.390 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:09:28.531 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:09:28.535 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:09:28.545 [http-nio-8080-exec-3] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : sex
- 2019-12-03 15:09:28.554 [http-nio-8080-exec-9] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : sys_user,realname,id
- 2019-12-03 15:09:28.555 [http-nio-8080-exec-3] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=男), DictModel(value=2, text=女)], timestamp=1575356968546)
- 2019-12-03 15:09:28.555 [http-nio-8080-exec-9] INFO o.j.modules.system.service.impl.SysDictServiceImpl:80 - 无缓存dictTableList的时候调用这里!
- 2019-12-03 15:09:28.560 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - ==> Preparing: select realname as "text",id as "value" from sys_user
- 2019-12-03 15:09:28.562 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - ==> Parameters:
- 2019-12-03 15:09:28.569 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - <== Total: 4
- 2019-12-03 15:09:28.571 [http-nio-8080-exec-9] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=42d153bffeea74f72a9c1697874fa4a7, text=23232), DictModel(value=a75d45a015c44384a04449ee80dc3503, text=jeecg), DictModel(value=e9ca23d68d884d4ebb19d07889727dae, text=管理员), DictModel(value=f0019fdebedb443c98dcb17d88222c38, text=张小红)], timestamp=1575356968555)
- 2019-12-03 15:09:28.778 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:09:28.812 [http-nio-8080-exec-7] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : sys_user,realname,id,username!='admin' order by create_time
- 2019-12-03 15:09:28.814 [http-nio-8080-exec-7] INFO o.j.modules.system.service.impl.SysDictServiceImpl:86 - 无缓存dictTableList的时候调用这里!
- 2019-12-03 15:09:28.824 [http-nio-8080-exec-7] DEBUG o.j.m.s.m.S.queryTableDictItemsByCodeAndFilter:143 - ==> Preparing: select realname as "text",id as "value" from sys_user where username!='admin' order by create_time
- 2019-12-03 15:09:28.826 [http-nio-8080-exec-7] DEBUG o.j.m.s.m.S.queryTableDictItemsByCodeAndFilter:143 - ==> Parameters:
- 2019-12-03 15:09:28.845 [http-nio-8080-exec-7] DEBUG o.j.m.s.m.S.queryTableDictItemsByCodeAndFilter:143 - <== Total: 3
- 2019-12-03 15:09:28.846 [http-nio-8080-exec-7] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=42d153bffeea74f72a9c1697874fa4a7, text=23232), DictModel(value=a75d45a015c44384a04449ee80dc3503, text=jeecg), DictModel(value=f0019fdebedb443c98dcb17d88222c38, text=张小红)], timestamp=1575356968813)
- 2019-12-03 15:09:28.856 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:09:28.870 [http-nio-8080-exec-8] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:09:28.891 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:09:28.897 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysDepartMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,depart_name,depart_name_en,depart_name_abbr,depart_order,description,org_category,org_type,org_code,mobile,fax,address,memo,status,del_flag,create_by,create_time,update_by,update_time FROM sys_depart WHERE del_flag = ? ORDER BY depart_order ASC
- 2019-12-03 15:09:28.899 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:09:28.899 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysDepartMapper.selectList:143 - ==> Parameters: 0(String)
- 2019-12-03 15:09:28.900 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:09:28.937 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysDepartMapper.selectList:143 - <== Total: 8
- 2019-12-03 15:09:29.005 [http-nio-8080-exec-4] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Preparing: SELECT COUNT(1) FROM sys_user WHERE del_flag = '0'
- 2019-12-03 15:09:29.007 [http-nio-8080-exec-4] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Parameters:
- 2019-12-03 15:09:29.060 [http-nio-8080-exec-10] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - ==> Preparing: SELECT COUNT(1) FROM sys_role
- 2019-12-03 15:09:29.062 [http-nio-8080-exec-10] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - ==> Parameters:
- 2019-12-03 15:09:29.066 [http-nio-8080-exec-8] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Preparing: SELECT COUNT(1) FROM sys_user WHERE del_flag = '0'
- 2019-12-03 15:09:29.066 [http-nio-8080-exec-5] DEBUG o.j.m.system.mapper.SysCategoryMapper.selectList:143 - ==> Preparing: SELECT id,pid,name,code,create_by,create_time,update_by,update_time,sys_org_code,has_child FROM sys_category WHERE code = ?
- 2019-12-03 15:09:29.068 [http-nio-8080-exec-5] DEBUG o.j.m.system.mapper.SysCategoryMapper.selectList:143 - ==> Parameters: B01(String)
- 2019-12-03 15:09:29.069 [http-nio-8080-exec-10] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - ==> Preparing: SELECT id,role_name,role_code,description,create_by,create_time,update_by,update_time FROM sys_role ORDER BY create_time DESC LIMIT ?,?
- 2019-12-03 15:09:29.067 [http-nio-8080-exec-8] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Parameters:
- 2019-12-03 15:09:29.070 [http-nio-8080-exec-4] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Preparing: SELECT id,username,realname,password,salt,avatar,birthday,sex,email,phone,org_code,status,del_flag,work_no,post,telephone,create_by,create_time,update_by,update_time,activiti_sync FROM sys_user WHERE del_flag='0' ORDER BY create_time DESC LIMIT ?,?
- 2019-12-03 15:09:29.071 [http-nio-8080-exec-10] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - ==> Parameters: 0(Long), 10(Long)
- 2019-12-03 15:09:29.073 [http-nio-8080-exec-4] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Parameters: 0(Long), 10(Long)
- 2019-12-03 15:09:29.074 [http-nio-8080-exec-5] DEBUG o.j.m.system.mapper.SysCategoryMapper.selectList:143 - <== Total: 0
- 2019-12-03 15:09:29.076 [http-nio-8080-exec-8] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Preparing: SELECT id,username,realname,password,salt,avatar,birthday,sex,email,phone,org_code,status,del_flag,work_no,post,telephone,create_by,create_time,update_by,update_time,activiti_sync FROM sys_user WHERE del_flag='0' ORDER BY create_time DESC LIMIT ?,?
- 2019-12-03 15:09:29.077 [http-nio-8080-exec-8] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Parameters: 0(Long), 10(Long)
- 2019-12-03 15:09:29.077 [http-nio-8080-exec-4] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - <== Total: 4
- 2019-12-03 15:09:29.085 [http-nio-8080-exec-10] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - <== Total: 3
- 2019-12-03 15:09:29.087 [http-nio-8080-exec-8] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - <== Total: 4
- 2019-12-03 15:09:29.108 [http-nio-8080-exec-4] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
- 2019-12-03 15:09:29.110 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Preparing: select s.item_text from sys_dict_item s where s.dict_id = (select id from sys_dict where dict_code = ?) and s.item_value = ?
- 2019-12-03 15:09:29.111 [http-nio-8080-exec-8] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
- 2019-12-03 15:09:29.112 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Parameters: sex(String), 1(String)
- 2019-12-03 15:09:29.113 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Preparing: select s.item_text from sys_dict_item s where s.dict_id = (select id from sys_dict where dict_code = ?) and s.item_value = ?
- 2019-12-03 15:09:29.114 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Parameters: sex(String), 1(String)
- 2019-12-03 15:09:29.137 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
- 2019-12-03 15:09:29.143 [http-nio-8080-exec-4] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
- 2019-12-03 15:09:29.145 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
- 2019-12-03 15:09:29.145 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Preparing: select s.item_text from sys_dict_item s where s.dict_id = (select id from sys_dict where dict_code = ?) and s.item_value = ?
- 2019-12-03 15:09:29.146 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Parameters: user_status(String), 1(String)
- 2019-12-03 15:09:29.156 [http-nio-8080-exec-8] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
- 2019-12-03 15:09:29.159 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Preparing: select s.item_text from sys_dict_item s where s.dict_id = (select id from sys_dict where dict_code = ?) and s.item_value = ?
- 2019-12-03 15:09:29.160 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Parameters: user_status(String), 1(String)
- 2019-12-03 15:09:29.171 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
- 2019-12-03 15:09:29.183 [http-nio-8080-exec-4] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
- 2019-12-03 15:09:29.185 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Preparing: select s.item_text from sys_dict_item s where s.dict_id = (select id from sys_dict where dict_code = ?) and s.item_value = ?
- 2019-12-03 15:09:29.186 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Parameters: sex(String), 2(String)
- 2019-12-03 15:09:29.188 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
- 2019-12-03 15:09:29.204 [http-nio-8080-exec-8] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
- 2019-12-03 15:09:29.212 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Preparing: select s.item_text from sys_dict_item s where s.dict_id = (select id from sys_dict where dict_code = ?) and s.item_value = ?
- 2019-12-03 15:09:29.213 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Parameters: sex(String), 2(String)
- 2019-12-03 15:09:29.218 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
- 2019-12-03 15:09:29.235 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
- 2019-12-03 15:09:29.340 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:09:29.345 [http-nio-8080-exec-1] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:09:29.371 [http-nio-8080-exec-2] DEBUG o.j.m.system.mapper.SysDictMapper.queryTreeList:143 - ==> Preparing: select name as "title", id as "key", parent_id as parentId from sys_permission where (parent_id = '' OR parent_id IS NULL)
- 2019-12-03 15:09:29.374 [http-nio-8080-exec-2] DEBUG o.j.m.system.mapper.SysDictMapper.queryTreeList:143 - ==> Parameters:
- 2019-12-03 15:09:29.383 [http-nio-8080-exec-2] DEBUG o.j.m.system.mapper.SysDictMapper.queryTreeList:143 - <== Total: 13
- 2019-12-03 15:09:29.703 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:09:29.719 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysDictMapper.queryTreeList:143 - ==> Preparing: select name as "title", id as "key", parent_id as parentId from sys_permission where (parent_id = '' OR parent_id IS NULL)
- 2019-12-03 15:09:29.720 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysDictMapper.queryTreeList:143 - ==> Parameters:
- 2019-12-03 15:09:29.725 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysDictMapper.queryTreeList:143 - <== Total: 13
- 2019-12-03 15:09:45.663 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:09:45.663 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:09:45.663 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:10:24.540 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:11:12.404 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:11:12.424 [http-nio-8080-exec-5] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Preparing: SELECT COUNT(1) FROM sys_user WHERE del_flag = '0'
- 2019-12-03 15:11:12.425 [http-nio-8080-exec-5] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Parameters:
- 2019-12-03 15:11:12.430 [http-nio-8080-exec-5] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Preparing: SELECT id,username,realname,password,salt,avatar,birthday,sex,email,phone,org_code,status,del_flag,work_no,post,telephone,create_by,create_time,update_by,update_time,activiti_sync FROM sys_user WHERE del_flag='0' ORDER BY create_time DESC LIMIT ?,?
- 2019-12-03 15:11:12.437 [http-nio-8080-exec-5] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Parameters: 0(Long), 10(Long)
- 2019-12-03 15:11:12.441 [http-nio-8080-exec-5] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - <== Total: 4
- 2019-12-03 15:11:12.611 [http-nio-8080-exec-8] ERROR o.jeecg.common.system.controller.CommonController:119 - 预览图片失败D:\upFiles\user\20190119\logo-2_1547868176839.png (系统找不到指定的路径。)
- 2019-12-03 15:11:12.613 [http-nio-8080-exec-4] ERROR o.jeecg.common.system.controller.CommonController:119 - 预览图片失败D:\upFiles\user\20190401\20180607175028Fn1Lq7zw_1554118444672.png (系统找不到指定的路径。)
- 2019-12-03 15:11:12.618 [http-nio-8080-exec-1] ERROR o.jeecg.common.system.controller.CommonController:119 - 预览图片失败D:\upFiles\user\20190314\ly-plate-e_1552531617500.png (系统找不到指定的路径。)
- 2019-12-03 15:11:12.622 [http-nio-8080-exec-2] ERROR o.jeecg.common.system.controller.CommonController:119 - 预览图片失败D:\upFiles\user\20190220\e1fe9925bc315c60addea1b98eb1cb1349547719_1550656892940.jpg (系统找不到指定的路径。)
- 2019-12-03 15:11:19.545 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:11:19.563 [http-nio-8080-exec-3] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectList:143 - ==> Preparing: SELECT id,role_name,role_code,description,create_by,create_time,update_by,update_time FROM sys_role
- 2019-12-03 15:11:19.565 [http-nio-8080-exec-3] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectList:143 - ==> Parameters:
- 2019-12-03 15:11:19.568 [http-nio-8080-exec-3] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectList:143 - <== Total: 3
- 2019-12-03 15:11:19.982 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:11:19.984 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:11:19.998 [http-nio-8080-exec-9] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : activiti_sync
- 2019-12-03 15:11:20.010 [http-nio-8080-exec-9] INFO o.j.modules.system.service.impl.SysDictServiceImpl:51 - 无缓存dictCache的时候调用这里!
- 2019-12-03 15:11:20.017 [http-nio-8080-exec-9] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - ==> Preparing: select s.item_value as "value",s.item_text as "text" from sys_dict_item s where dict_id = (select id from sys_dict where dict_code = ?) order by s.sort_order asc
- 2019-12-03 15:11:20.019 [http-nio-8080-exec-9] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - ==> Parameters: activiti_sync(String)
- 2019-12-03 15:11:20.045 [http-nio-8080-exec-9] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - <== Total: 2
- 2019-12-03 15:11:20.054 [http-nio-8080-exec-9] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=同步), DictModel(value=0, text=不同步)], timestamp=1575357079999)
- 2019-12-03 15:11:20.101 [http-nio-8080-exec-6] DEBUG o.j.m.system.mapper.SysPositionMapper.selectPage:143 - ==> Preparing: SELECT COUNT(1) FROM sys_position
- 2019-12-03 15:11:20.102 [http-nio-8080-exec-6] DEBUG o.j.m.system.mapper.SysPositionMapper.selectPage:143 - ==> Parameters:
- 2019-12-03 15:11:20.110 [http-nio-8080-exec-6] DEBUG o.j.m.system.mapper.SysPositionMapper.selectPage:143 - ==> Preparing: SELECT id,code,name,post_rank,company_id,create_by,create_time,update_by,update_time,sys_org_code FROM sys_position ORDER BY create_time DESC LIMIT ?,?
- 2019-12-03 15:11:20.115 [http-nio-8080-exec-6] DEBUG o.j.m.system.mapper.SysPositionMapper.selectPage:143 - ==> Parameters: 0(Long), 10(Long)
- 2019-12-03 15:11:20.119 [http-nio-8080-exec-6] DEBUG o.j.m.system.mapper.SysPositionMapper.selectPage:143 - <== Total: 1
- 2019-12-03 15:11:20.127 [http-nio-8080-exec-6] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
- 2019-12-03 15:11:20.130 [http-nio-8080-exec-6] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Preparing: select s.item_text from sys_dict_item s where s.dict_id = (select id from sys_dict where dict_code = ?) and s.item_value = ?
- 2019-12-03 15:11:20.131 [http-nio-8080-exec-6] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Parameters: position_rank(String), 2(String)
- 2019-12-03 15:11:20.134 [http-nio-8080-exec-6] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
- 2019-12-03 15:11:20.298 [http-nio-8080-exec-6] DEBUG o.jeecg.modules.system.mapper.SysLogMapper.insert:143 - ==> Preparing: INSERT INTO sys_log ( id, create_by, create_time, cost_time, ip, method, username, userid, log_content, log_type, operate_type ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
- 2019-12-03 15:11:20.304 [http-nio-8080-exec-6] DEBUG o.jeecg.modules.system.mapper.SysLogMapper.insert:143 - ==> Parameters: 1201760813728464897(String), admin(String), 2019-12-03 15:11:20.29(Timestamp), 135(Long), 127.0.0.1(String), org.jeecg.modules.system.controller.SysPositionController.queryPageList()(String), 管理员(String), admin(String), 职务表-分页列表查询(String), 2(Integer), 1(Integer)
- 2019-12-03 15:11:20.311 [http-nio-8080-exec-6] DEBUG o.jeecg.modules.system.mapper.SysLogMapper.insert:143 - <== Updates: 1
- 2019-12-03 15:11:29.444 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:11:29.479 [http-nio-8080-exec-2] INFO o.j.m.system.controller.DuplicateCheckController:44 - ----duplicate check------:DuplicateCheckVo(tableName=sys_user, fieldName=username, fieldVal=z, dataId=null)
- 2019-12-03 15:11:29.485 [http-nio-8080-exec-2] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Preparing: SELECT COUNT(*) FROM sys_user WHERE username = ?
- 2019-12-03 15:11:29.487 [http-nio-8080-exec-2] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Parameters: z(String)
- 2019-12-03 15:11:29.489 [http-nio-8080-exec-2] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - <== Total: 1
- 2019-12-03 15:11:29.527 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:11:29.534 [http-nio-8080-exec-3] INFO o.j.m.system.controller.DuplicateCheckController:44 - ----duplicate check------:DuplicateCheckVo(tableName=sys_user, fieldName=username, fieldVal=zh, dataId=null)
- 2019-12-03 15:11:29.536 [http-nio-8080-exec-3] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Preparing: SELECT COUNT(*) FROM sys_user WHERE username = ?
- 2019-12-03 15:11:29.537 [http-nio-8080-exec-3] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Parameters: zh(String)
- 2019-12-03 15:11:29.538 [http-nio-8080-exec-3] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - <== Total: 1
- 2019-12-03 15:11:29.610 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:11:29.618 [http-nio-8080-exec-9] INFO o.j.m.system.controller.DuplicateCheckController:44 - ----duplicate check------:DuplicateCheckVo(tableName=sys_user, fieldName=username, fieldVal=zhu, dataId=null)
- 2019-12-03 15:11:29.620 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Preparing: SELECT COUNT(*) FROM sys_user WHERE username = ?
- 2019-12-03 15:11:29.621 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Parameters: zhu(String)
- 2019-12-03 15:11:29.622 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - <== Total: 1
- 2019-12-03 15:11:29.676 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:11:29.683 [http-nio-8080-exec-10] INFO o.j.m.system.controller.DuplicateCheckController:44 - ----duplicate check------:DuplicateCheckVo(tableName=sys_user, fieldName=username, fieldVal=zhux, dataId=null)
- 2019-12-03 15:11:29.688 [http-nio-8080-exec-10] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Preparing: SELECT COUNT(*) FROM sys_user WHERE username = ?
- 2019-12-03 15:11:29.689 [http-nio-8080-exec-10] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Parameters: zhux(String)
- 2019-12-03 15:11:29.695 [http-nio-8080-exec-10] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - <== Total: 1
- 2019-12-03 15:11:29.704 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:11:29.721 [http-nio-8080-exec-7] INFO o.j.m.system.controller.DuplicateCheckController:44 - ----duplicate check------:DuplicateCheckVo(tableName=sys_user, fieldName=username, fieldVal=zhuxb, dataId=null)
- 2019-12-03 15:11:29.724 [http-nio-8080-exec-7] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Preparing: SELECT COUNT(*) FROM sys_user WHERE username = ?
- 2019-12-03 15:11:29.726 [http-nio-8080-exec-7] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Parameters: zhuxb(String)
- 2019-12-03 15:11:29.732 [http-nio-8080-exec-7] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - <== Total: 1
- 2019-12-03 15:12:06.184 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:12:06.192 [http-nio-8080-exec-4] INFO o.j.m.system.controller.DuplicateCheckController:44 - ----duplicate check------:DuplicateCheckVo(tableName=sys_user, fieldName=work_no, fieldVal=1, dataId=null)
- 2019-12-03 15:12:06.195 [http-nio-8080-exec-4] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Preparing: SELECT COUNT(*) FROM sys_user WHERE work_no = ?
- 2019-12-03 15:12:06.199 [http-nio-8080-exec-4] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Parameters: 1(String)
- 2019-12-03 15:12:06.201 [http-nio-8080-exec-4] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - <== Total: 1
- 2019-12-03 15:12:06.434 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:12:06.445 [http-nio-8080-exec-2] INFO o.j.m.system.controller.DuplicateCheckController:44 - ----duplicate check------:DuplicateCheckVo(tableName=sys_user, fieldName=work_no, fieldVal=10, dataId=null)
- 2019-12-03 15:12:06.450 [http-nio-8080-exec-2] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Preparing: SELECT COUNT(*) FROM sys_user WHERE work_no = ?
- 2019-12-03 15:12:06.451 [http-nio-8080-exec-2] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Parameters: 10(String)
- 2019-12-03 15:12:06.453 [http-nio-8080-exec-2] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - <== Total: 1
- 2019-12-03 15:12:06.557 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:12:06.564 [http-nio-8080-exec-3] INFO o.j.m.system.controller.DuplicateCheckController:44 - ----duplicate check------:DuplicateCheckVo(tableName=sys_user, fieldName=work_no, fieldVal=109, dataId=null)
- 2019-12-03 15:12:06.567 [http-nio-8080-exec-3] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Preparing: SELECT COUNT(*) FROM sys_user WHERE work_no = ?
- 2019-12-03 15:12:06.568 [http-nio-8080-exec-3] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Parameters: 109(String)
- 2019-12-03 15:12:06.571 [http-nio-8080-exec-3] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - <== Total: 1
- 2019-12-03 15:12:06.786 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:12:06.795 [http-nio-8080-exec-9] INFO o.j.m.system.controller.DuplicateCheckController:44 - ----duplicate check------:DuplicateCheckVo(tableName=sys_user, fieldName=work_no, fieldVal=1092, dataId=null)
- 2019-12-03 15:12:06.797 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Preparing: SELECT COUNT(*) FROM sys_user WHERE work_no = ?
- 2019-12-03 15:12:06.798 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Parameters: 1092(String)
- 2019-12-03 15:12:06.800 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - <== Total: 1
- 2019-12-03 15:12:15.588 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:12:15.629 [http-nio-8080-exec-10] DEBUG o.j.m.system.mapper.SysDepartMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,depart_name,depart_name_en,depart_name_abbr,depart_order,description,org_category,org_type,org_code,mobile,fax,address,memo,status,del_flag,create_by,create_time,update_by,update_time FROM sys_depart WHERE del_flag = ? ORDER BY depart_order ASC
- 2019-12-03 15:12:15.633 [http-nio-8080-exec-10] DEBUG o.j.m.system.mapper.SysDepartMapper.selectList:143 - ==> Parameters: 0(String)
- 2019-12-03 15:12:15.661 [http-nio-8080-exec-10] DEBUG o.j.m.system.mapper.SysDepartMapper.selectList:143 - <== Total: 8
- 2019-12-03 15:12:22.638 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:12:34.194 [http-nio-8080-exec-8] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:12:34.194 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:12:34.200 [http-nio-8080-exec-5] INFO o.j.m.system.controller.DuplicateCheckController:44 - ----duplicate check------:DuplicateCheckVo(tableName=sys_user, fieldName=work_no, fieldVal=1092, dataId=8893dd5b22fc4646af0ca0291510faca)
- 2019-12-03 15:12:34.203 [http-nio-8080-exec-5] DEBUG o.j.m.s.m.SysDictMapper.duplicateCheckCountSql:143 - ==> Preparing: SELECT COUNT(*) FROM sys_user WHERE work_no = ? and id <> ?
- 2019-12-03 15:12:34.205 [http-nio-8080-exec-5] DEBUG o.j.m.s.m.SysDictMapper.duplicateCheckCountSql:143 - ==> Parameters: 1092(String), 8893dd5b22fc4646af0ca0291510faca(String)
- 2019-12-03 15:12:34.207 [http-nio-8080-exec-5] DEBUG o.j.m.s.m.SysDictMapper.duplicateCheckCountSql:143 - <== Total: 1
- 2019-12-03 15:12:34.230 [http-nio-8080-exec-8] INFO o.j.m.system.controller.DuplicateCheckController:44 - ----duplicate check------:DuplicateCheckVo(tableName=sys_user, fieldName=username, fieldVal=zhuxb, dataId=8893dd5b22fc4646af0ca0291510faca)
- 2019-12-03 15:12:34.249 [http-nio-8080-exec-8] DEBUG o.j.m.s.m.SysDictMapper.duplicateCheckCountSql:143 - ==> Preparing: SELECT COUNT(*) FROM sys_user WHERE username = ? and id <> ?
- 2019-12-03 15:12:34.250 [http-nio-8080-exec-8] DEBUG o.j.m.s.m.SysDictMapper.duplicateCheckCountSql:143 - ==> Parameters: zhuxb(String), 8893dd5b22fc4646af0ca0291510faca(String)
- 2019-12-03 15:12:34.251 [http-nio-8080-exec-8] DEBUG o.j.m.s.m.SysDictMapper.duplicateCheckCountSql:143 - <== Total: 1
- 2019-12-03 15:12:34.426 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:12:34.700 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:66 - ===============Shiro权限认证开始============ [ roles、permissions]==========
- 2019-12-03 15:12:34.718 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysUserRoleMapper.getRoleByUserName:143 - ==> Preparing: select role_code from sys_role where id in (select role_id from sys_user_role where user_id = (select id from sys_user where username=?))
- 2019-12-03 15:12:34.727 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysUserRoleMapper.getRoleByUserName:143 - ==> Parameters: admin(String)
- 2019-12-03 15:12:34.732 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysUserRoleMapper.getRoleByUserName:143 - <== Total: 1
- 2019-12-03 15:12:34.734 [http-nio-8080-exec-4] INFO o.j.modules.system.service.impl.SysUserServiceImpl:166 - -------通过数据库读取用户拥有的角色Rules------username: admin,Roles size: 1
- 2019-12-03 15:12:34.745 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - ==> Preparing: SELECT p.* FROM sys_permission p WHERE exists( select a.id from sys_role_permission a join sys_role b on a.role_id = b.id join sys_user_role c on c.role_id = b.id join sys_user d on d.id = c.user_id where p.id = a.permission_id AND d.username = ? ) and p.del_flag = 0 order by p.sort_no ASC
- 2019-12-03 15:12:34.747 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - ==> Parameters: admin(String)
- 2019-12-03 15:12:34.799 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - <== Total: 96
- 2019-12-03 15:12:34.800 [http-nio-8080-exec-4] INFO o.j.modules.system.service.impl.SysUserServiceImpl:189 - -------通过数据库读取用户拥有的权限Perms------username: admin,Perms size: 9
- 2019-12-03 15:12:34.801 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:81 - ===============Shiro权限认证成功==============
- 2019-12-03 15:12:34.865 [http-nio-8080-exec-4] DEBUG o.jeecg.modules.system.mapper.SysUserMapper.insert:143 - ==> Preparing: INSERT INTO sys_user ( id, username, realname, password, salt, status, del_flag, work_no, post, create_by, create_time, activiti_sync ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
- 2019-12-03 15:12:34.879 [http-nio-8080-exec-4] DEBUG o.jeecg.modules.system.mapper.SysUserMapper.insert:143 - ==> Parameters: 8893dd5b22fc4646af0ca0291510faca(String), zhuxb(String), zhuxb(String), e5a8e87c0c94ff76(String), 9456P7BC(String), 1(Integer), 0(String), 1092(String), devleader(String), admin(String), 2019-12-03 15:12:34.823(Timestamp), 1(String)
- 2019-12-03 15:12:34.884 [http-nio-8080-exec-4] DEBUG o.jeecg.modules.system.mapper.SysUserMapper.insert:143 - <== Updates: 1
- 2019-12-03 15:12:34.898 [http-nio-8080-exec-4] DEBUG o.j.modules.system.mapper.SysUserRoleMapper.insert:143 - ==> Preparing: INSERT INTO sys_user_role ( id, user_id, role_id ) VALUES ( ?, ?, ? )
- 2019-12-03 15:12:34.901 [http-nio-8080-exec-4] DEBUG o.j.modules.system.mapper.SysUserRoleMapper.insert:143 - ==> Parameters: 1201761126661292034(String), 8893dd5b22fc4646af0ca0291510faca(String), f6817f48af4fb3af11b9e8bf182f618b(String)
- 2019-12-03 15:12:34.906 [http-nio-8080-exec-4] DEBUG o.j.modules.system.mapper.SysUserRoleMapper.insert:143 - <== Updates: 1
- 2019-12-03 15:12:34.933 [http-nio-8080-exec-4] DEBUG o.j.m.system.mapper.SysUserDepartMapper.insert:143 - ==> Preparing: INSERT INTO sys_user_depart ( id, user_id, dep_id ) VALUES ( ?, ?, ? )
- 2019-12-03 15:12:34.936 [http-nio-8080-exec-4] DEBUG o.j.m.system.mapper.SysUserDepartMapper.insert:143 - ==> Parameters: 1201761126803898370(String), 8893dd5b22fc4646af0ca0291510faca(String), c6d7cb4deeac411cb3384b1b31278596(String)
- 2019-12-03 15:12:34.945 [http-nio-8080-exec-4] DEBUG o.j.m.system.mapper.SysUserDepartMapper.insert:143 - <== Updates: 1
- 2019-12-03 15:12:35.288 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:12:35.307 [http-nio-8080-exec-2] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Preparing: SELECT COUNT(1) FROM sys_user WHERE del_flag = '0'
- 2019-12-03 15:12:35.313 [http-nio-8080-exec-2] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Parameters:
- 2019-12-03 15:12:35.316 [http-nio-8080-exec-2] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Preparing: SELECT id,username,realname,password,salt,avatar,birthday,sex,email,phone,org_code,status,del_flag,work_no,post,telephone,create_by,create_time,update_by,update_time,activiti_sync FROM sys_user WHERE del_flag='0' ORDER BY create_time DESC LIMIT ?,?
- 2019-12-03 15:12:35.318 [http-nio-8080-exec-2] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Parameters: 0(Long), 10(Long)
- 2019-12-03 15:12:35.332 [http-nio-8080-exec-2] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - <== Total: 5
- 2019-12-03 15:12:35.958 [http-nio-8080-exec-3] ERROR o.jeecg.common.system.controller.CommonController:119 - 预览图片失败D:\upFiles\null (系统找不到指定的路径。)
- 2019-12-03 15:12:44.096 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:12:54.851 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:12:54.922 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.S.getMyAnnouncementSendList:143 - ==> Preparing: SELECT COUNT(1) FROM sys_announcement_send sas LEFT JOIN sys_announcement sa ON sas.annt_id = sa.id WHERE sa.send_status = '1' AND sa.del_flag = '0' AND sas.user_id = ?
- 2019-12-03 15:12:54.929 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.S.getMyAnnouncementSendList:143 - ==> Parameters: e9ca23d68d884d4ebb19d07889727dae(String)
- 2019-12-03 15:12:54.937 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.S.getMyAnnouncementSendList:143 - ==> Preparing: select sas.id, sas.annt_id, sas.user_id, sas.read_flag, sa.titile as titile, sa.msg_content as msg_content, sa.sender as sender, sa.priority as priority, sa.msg_category, sa.send_time as send_time from sys_announcement_send sas left join sys_announcement sa ON sas.annt_id = sa.id where sa.send_status = '1' and sa.del_flag = '0' and sas.user_id = ? order by sa.send_time desc LIMIT ?,?
- 2019-12-03 15:12:54.940 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.S.getMyAnnouncementSendList:143 - ==> Parameters: e9ca23d68d884d4ebb19d07889727dae(String), 0(Long), 10(Long)
- 2019-12-03 15:12:54.989 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.S.getMyAnnouncementSendList:143 - <== Total: 1
- 2019-12-03 15:12:59.211 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:12:59.225 [http-nio-8080-exec-5] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - ==> Preparing: SELECT COUNT(1) FROM sys_role
- 2019-12-03 15:12:59.226 [http-nio-8080-exec-5] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - ==> Parameters:
- 2019-12-03 15:12:59.229 [http-nio-8080-exec-5] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - ==> Preparing: SELECT id,role_name,role_code,description,create_by,create_time,update_by,update_time FROM sys_role ORDER BY create_time DESC LIMIT ?,?
- 2019-12-03 15:12:59.231 [http-nio-8080-exec-5] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - ==> Parameters: 0(Long), 10(Long)
- 2019-12-03 15:12:59.234 [http-nio-8080-exec-5] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - <== Total: 3
- 2019-12-03 15:13:07.750 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:13:07.785 [http-nio-8080-exec-2] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? ORDER BY sort_no ASC
- 2019-12-03 15:13:07.788 [http-nio-8080-exec-2] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer)
- 2019-12-03 15:13:07.804 [http-nio-8080-exec-2] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 101
- 2019-12-03 15:13:07.986 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:13:08.050 [http-nio-8080-exec-3] DEBUG o.j.m.s.mapper.SysRolePermissionMapper.selectList:143 - ==> Preparing: SELECT id,role_id,permission_id,data_rule_ids FROM sys_role_permission WHERE role_id = ?
- 2019-12-03 15:13:08.052 [http-nio-8080-exec-3] DEBUG o.j.m.s.mapper.SysRolePermissionMapper.selectList:143 - ==> Parameters: f6817f48af4fb3af11b9e8bf182f618b(String)
- 2019-12-03 15:13:08.064 [http-nio-8080-exec-3] DEBUG o.j.m.s.mapper.SysRolePermissionMapper.selectList:143 - <== Total: 116
- 2019-12-03 15:13:23.214 [http-nio-8080-exec-1] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:13:23.218 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:13:23.270 [http-nio-8080-exec-1] DEBUG o.j.modules.system.mapper.SysDictMapper.selectPage:143 - ==> Preparing: SELECT COUNT(1) FROM sys_dict WHERE del_flag = 0
- 2019-12-03 15:13:23.272 [http-nio-8080-exec-1] DEBUG o.j.modules.system.mapper.SysDictMapper.selectPage:143 - ==> Parameters:
- 2019-12-03 15:13:23.284 [http-nio-8080-exec-1] DEBUG o.j.modules.system.mapper.SysDictMapper.selectPage:143 - ==> Preparing: SELECT id,type,dict_name,dict_code,description,del_flag,create_by,create_time,update_by,update_time FROM sys_dict WHERE del_flag=0 ORDER BY create_time DESC LIMIT ?,?
- 2019-12-03 15:13:23.287 [http-nio-8080-exec-1] DEBUG o.j.modules.system.mapper.SysDictMapper.selectPage:143 - ==> Parameters: 0(Long), 10(Long)
- 2019-12-03 15:13:23.295 [http-nio-8080-exec-1] DEBUG o.j.modules.system.mapper.SysDictMapper.selectPage:143 - <== Total: 10
- 2019-12-03 15:13:23.351 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysDictItemMapper.selectPage:143 - ==> Preparing: SELECT COUNT(1) FROM sys_dict_item
- 2019-12-03 15:13:23.353 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysDictItemMapper.selectPage:143 - ==> Parameters:
- 2019-12-03 15:13:23.355 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysDictItemMapper.selectPage:143 - ==> Preparing: SELECT id,dict_id,item_text,item_value,description,sort_order,status,create_by,create_time,update_by,update_time FROM sys_dict_item ORDER BY sort_order ASC LIMIT ?,?
- 2019-12-03 15:13:23.358 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysDictItemMapper.selectPage:143 - ==> Parameters: 0(Long), 10(Long)
- 2019-12-03 15:13:23.362 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysDictItemMapper.selectPage:143 - <== Total: 10
- 2019-12-03 15:13:23.368 [http-nio-8080-exec-7] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
- 2019-12-03 15:13:23.372 [http-nio-8080-exec-7] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Preparing: select s.item_text from sys_dict_item s where s.dict_id = (select id from sys_dict where dict_code = ?) and s.item_value = ?
- 2019-12-03 15:13:23.373 [http-nio-8080-exec-7] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - ==> Parameters: dict_item_status(String), 1(String)
- 2019-12-03 15:13:23.376 [http-nio-8080-exec-7] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
- 2019-12-03 15:13:30.858 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:13:31.163 [http-nio-8080-exec-8] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:13:31.165 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:13:31.194 [http-nio-8080-exec-8] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Preparing: SELECT COUNT(1) FROM sys_user WHERE del_flag = '0'
- 2019-12-03 15:13:31.196 [http-nio-8080-exec-8] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Parameters:
- 2019-12-03 15:13:31.209 [http-nio-8080-exec-8] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Preparing: SELECT id,username,realname,password,salt,avatar,birthday,sex,email,phone,org_code,status,del_flag,work_no,post,telephone,create_by,create_time,update_by,update_time,activiti_sync FROM sys_user WHERE del_flag='0' ORDER BY create_time DESC LIMIT ?,?
- 2019-12-03 15:13:31.211 [http-nio-8080-exec-8] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Parameters: 0(Long), 10(Long)
- 2019-12-03 15:13:31.223 [http-nio-8080-exec-8] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - <== Total: 5
- 2019-12-03 15:13:41.860 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:13:41.858 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:13:41.889 [http-nio-8080-exec-10] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : cgform_table_type
- 2019-12-03 15:13:41.893 [http-nio-8080-exec-10] INFO o.j.modules.system.service.impl.SysDictServiceImpl:51 - 无缓存dictCache的时候调用这里!
- 2019-12-03 15:13:41.902 [http-nio-8080-exec-10] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - ==> Preparing: select s.item_value as "value",s.item_text as "text" from sys_dict_item s where dict_id = (select id from sys_dict where dict_code = ?) order by s.sort_order asc
- 2019-12-03 15:13:41.904 [http-nio-8080-exec-10] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - ==> Parameters: cgform_table_type(String)
- 2019-12-03 15:13:41.908 [http-nio-8080-exec-10] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - <== Total: 3
- 2019-12-03 15:13:41.919 [http-nio-8080-exec-10] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=单表), DictModel(value=2, text=主表), DictModel(value=3, text=附表)], timestamp=1575357221890)
- 2019-12-03 15:13:41.973 [http-nio-8080-exec-3] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->copy_type = 0
- 2019-12-03 15:13:42.102 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:13:42.115 [http-nio-8080-exec-9] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : cgform_table_type
- 2019-12-03 15:13:42.118 [http-nio-8080-exec-9] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=单表), DictModel(value=2, text=主表), DictModel(value=3, text=附表)], timestamp=1575357222116)
- 2019-12-03 15:14:03.931 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:14:04.071 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:14:04.177 [http-nio-8080-exec-8] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:14:04.364 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:14:05.401 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:14:08.426 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:14:08.513 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:14:08.577 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:14:08.649 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:14:08.670 [http-nio-8080-exec-1] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:16:08.914 [http-nio-8080-exec-8] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:16:09.687 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:16:12.841 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:16:12.858 [http-nio-8080-exec-10] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->copy_type = 0
- 2019-12-03 15:16:25.825 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:16:25.879 [http-nio-8080-exec-3] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->cgform_head_id = 825422eb60f046299b49e6f1e9a064ec
- 2019-12-03 15:16:39.479 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:16:45.424 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:16:45.425 [http-nio-8080-exec-8] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:16:57.250 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:17:22.831 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:17:22.862 [http-nio-8080-exec-7] INFO org.jeecg.modules.online.cgform.service.impl.d:279 - ==判断表是否存在消耗时间2毫秒
- 2019-12-03 15:17:23.202 [http-nio-8080-exec-7] INFO org.jeecg.modules.online.config.util.c:65 - <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
- <hibernate-mapping>
- <class name="test_zhuxb" table="test_zhuxb" optimistic-lock="version">
- <id name="id" type="java.lang.String" length="36" unsaved-value="null">
- <generator class="uuid" />
- </id>
-
- <property name="create_by"
- type="java.lang.String"
- access="property">
- <column name="create_by"
-
- length="50"
-
- not-null="false" unique="false">
- <comment>创建人</comment>
- </column>
- </property>
- <property name="create_time"
- type="java.util.Date"
- access="property">
- <column name="create_time"
-
- length="20"
-
- not-null="false" unique="false">
- <comment>创建日期</comment>
- </column>
- </property>
- <property name="update_by"
- type="java.lang.String"
- access="property">
- <column name="update_by"
-
- length="50"
-
- not-null="false" unique="false">
- <comment>更新人</comment>
- </column>
- </property>
- <property name="update_time"
- type="java.util.Date"
- access="property">
- <column name="update_time"
-
- length="20"
-
- not-null="false" unique="false">
- <comment>更新日期</comment>
- </column>
- </property>
- <property name="sys_org_code"
- type="java.lang.String"
- access="property">
- <column name="sys_org_code"
-
- length="64"
-
- not-null="false" unique="false">
- <comment>所属部门</comment>
- </column>
- </property>
- <property name="title"
- type="java.lang.String"
- access="property">
- <column name="title"
-
- length="100"
-
- not-null="false" unique="false">
- <comment>标题</comment>
- </column>
- </property>
- <property name="content"
- type="java.lang.String"
- access="property">
- <column name="content"
-
- length="200"
-
- not-null="false" unique="false">
- <comment>内容</comment>
- </column>
- </property>
- </class>
-
-
-
-
-
-
- </hibernate-mapping>
- 2019-12-03 15:17:23.460 [http-nio-8080-exec-7] INFO org.hibernate.Version:46 - HHH000412: Hibernate Core {5.3.7.Final}
- 2019-12-03 15:17:23.466 [http-nio-8080-exec-7] INFO org.hibernate.cfg.Environment:213 - HHH000206: hibernate.properties not found
- 2019-12-03 15:17:25.723 [http-nio-8080-exec-7] INFO org.hibernate.annotations.common.Version:49 - HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
- 2019-12-03 15:17:25.984 [http-nio-8080-exec-7] INFO org.hibernate.dialect.Dialect:157 - HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
- 2019-12-03 15:17:26.032 [http-nio-8080-exec-7] INFO o.h.engine.jdbc.env.internal.LobCreatorBuilderImpl:63 - HHH000422: Disabling contextual LOB creation as connection was null
- 2019-12-03 15:17:26.204 [http-nio-8080-exec-7] WARN org.hibernate.id.UUIDHexGenerator:42 - HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
- 2019-12-03 15:17:26.214 [http-nio-8080-exec-7] INFO org.hibernate.tool.hbm2ddl.SchemaExport:245 - HHH000227: Running hbm2ddl schema export
- 2019-12-03 15:17:26.236 [http-nio-8080-exec-7] WARN org.hibernate.orm.connections.pooling:73 - HHH10001002: Using Hibernate built-in connection pool (not for production use!)
- 2019-12-03 15:17:26.238 [http-nio-8080-exec-7] INFO org.hibernate.orm.connections.pooling:129 - HHH10001005: using driver [com.mysql.jdbc.Driver] at URL [jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false]
- 2019-12-03 15:17:26.239 [http-nio-8080-exec-7] INFO org.hibernate.orm.connections.pooling:138 - HHH10001001: Connection properties: {user=root, password=****}
- 2019-12-03 15:17:26.240 [http-nio-8080-exec-7] INFO org.hibernate.orm.connections.pooling:143 - HHH10001003: Autocommit mode: false
- 2019-12-03 15:17:26.248 [http-nio-8080-exec-7] INFO o.h.e.j.c.i.DriverManagerConnectionProviderImpl:281 - HHH000115: Hibernate connection pool size: 20 (min=1)
- 2019-12-03 15:17:26.278 [http-nio-8080-exec-7] INFO org.hibernate.orm.connections.access:47 - HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@344c8919] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
- 2019-12-03 15:17:26.298 [http-nio-8080-exec-7] INFO org.hibernate.orm.connections.access:47 - HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@15ad51a8] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
- 2019-12-03 15:17:26.402 [http-nio-8080-exec-7] INFO o.hibernate.tool.schema.internal.SchemaCreatorImpl:489 - HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@6bd0b087'
- 2019-12-03 15:17:26.443 [http-nio-8080-exec-7] INFO org.jeecg.modules.online.cgform.a.a:600 - ==同步数据库消耗时间3603毫秒
- 2019-12-03 15:17:26.577 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:17:26.582 [http-nio-8080-exec-6] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->copy_type = 0
- 2019-12-03 15:18:06.870 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:18:06.877 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:18:07.117 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:18:07.140 [http-nio-8080-exec-3] INFO o.jeecg.modules.system.aspect.PermissionDataAspect:78 - 拦截请求>>/online/cgform/api/getData/825422eb60f046299b49e6f1e9a064ec;请求类型>>GET
- 2019-12-03 15:18:07.152 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE menu_type = ? AND del_flag = ? AND url = ?
- 2019-12-03 15:18:07.154 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 2(Integer), 0(Integer), /online/cgform/api/getData/825422eb60f046299b49e6f1e9a064ec(String)
- 2019-12-03 15:18:07.164 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 0
- 2019-12-03 15:18:07.171 [http-nio-8080-exec-3] DEBUG o.j.m.s.m.S.queryPermissionUrlWithStar:143 - ==> Preparing: SELECT url FROM sys_permission WHERE del_flag = 0 and menu_type = 2 and url like '%*%'
- 2019-12-03 15:18:07.173 [http-nio-8080-exec-3] DEBUG o.j.m.s.m.S.queryPermissionUrlWithStar:143 - ==> Parameters:
- 2019-12-03 15:18:07.178 [http-nio-8080-exec-3] DEBUG o.j.m.s.m.S.queryPermissionUrlWithStar:143 - <== Total: 0
- 2019-12-03 15:18:07.218 [http-nio-8080-exec-3] INFO org.jeecg.modules.online.cgform.service.impl.c:89 - ---Online查询sql:>>SELECT title,content ,id FROM test_zhuxb where 1=1 ORDER BY create_time desc
- 2019-12-03 15:18:07.363 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:18:09.350 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:18:15.358 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:18:15.358 [http-nio-8080-exec-1] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:18:15.367 [http-nio-8080-exec-6] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->copy_type = 0
- 2019-12-03 15:18:15.374 [http-nio-8080-exec-1] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : cgform_table_type
- 2019-12-03 15:18:15.378 [http-nio-8080-exec-1] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=单表), DictModel(value=2, text=主表), DictModel(value=3, text=附表)], timestamp=1575357495375)
- 2019-12-03 15:18:15.609 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:18:15.620 [http-nio-8080-exec-5] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : cgform_table_type
- 2019-12-03 15:18:15.622 [http-nio-8080-exec-5] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=单表), DictModel(value=2, text=主表), DictModel(value=3, text=附表)], timestamp=1575357495621)
- 2019-12-03 15:18:33.090 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:18:33.092 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:19:32.250 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:19:32.305 [http-nio-8080-exec-2] INFO o.j.codegenerate.generate.impl.CodeGenerateOne:122 - ----jeecg---Code----Generation----[单表模型:test_zhuxb]------- 生成中。。。
- 2019-12-03 15:19:32.307 [http-nio-8080-exec-2] INFO o.j.codegenerate.generate.impl.CodeGenerateOne:117 - code template data: {primaryKeyPolicy=java.lang.String, serialVersionUID=-7870897209836680995, entityPackage=testzhuxb, entityName=TestZhuxb, primaryKeyField=id, columns=[{"fieldDbName":"title","fieldName":"title","filedComment":"标题","fieldType":"java.lang.String","fieldDbType":"String","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"7","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"single","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"content","fieldName":"content","filedComment":"内容","fieldType":"java.lang.String","fieldDbType":"String","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"8","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"single","dictField":"","dictTable":"","dictText":""}], tableVo={"tableName":"test_zhuxb","ftlDescription":"测试表单","primaryKeyPolicy":"null","sequenceCode":"null","entityPackage":"testzhuxb","entityName":"TestZhuxb","fieldRowNum":"1","searchFieldNum":"-1","fieldRequiredNum":"4"}, originalColumns=[{"fieldDbName":"id","fieldName":"id","filedComment":"主键","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"N","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"1","isKey":"Y","isShow":"N","isShowList":"N","isQuery":"N","queryMode":"single","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"create_by","fieldName":"createBy","filedComment":"创建人","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"2","isKey":"N","isShow":"N","isShowList":"N","isQuery":"N","queryMode":"single","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"create_time","fieldName":"createTime","filedComment":"创建日期","fieldType":"java.util.Date","fieldDbType":"Date","classType":"datetime","classType_row":"datetime","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"datetime","fieldOrderNum":"3","isKey":"N","isShow":"N","isShowList":"N","isQuery":"N","queryMode":"single","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"update_by","fieldName":"updateBy","filedComment":"更新人","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"4","isKey":"N","isShow":"N","isShowList":"N","isQuery":"N","queryMode":"single","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"update_time","fieldName":"updateTime","filedComment":"更新日期","fieldType":"java.util.Date","fieldDbType":"Date","classType":"datetime","classType_row":"datetime","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"datetime","fieldOrderNum":"5","isKey":"N","isShow":"N","isShowList":"N","isQuery":"N","queryMode":"single","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"sys_org_code","fieldName":"sysOrgCode","filedComment":"所属部门","fieldType":"java.lang.String","fieldDbType":"string","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"6","isKey":"N","isShow":"N","isShowList":"N","isQuery":"N","queryMode":"single","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"title","fieldName":"title","filedComment":"标题","fieldType":"java.lang.String","fieldDbType":"String","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"7","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"single","dictField":"","dictTable":"","dictText":""}, {"fieldDbName":"content","fieldName":"content","filedComment":"内容","fieldType":"java.lang.String","fieldDbType":"String","classType":"text","classType_row":"text","optionType":"","charmaxLength":"","precision":"null","scale":"null","nullable":"Y","fieldLength":"120","fieldHref":"","fieldValidType":"null","fieldDefault":"","fieldShowType":"text","fieldOrderNum":"8","isKey":"N","isShow":"Y","isShowList":"Y","isQuery":"N","queryMode":"single","dictField":"","dictTable":"","dictText":""}], bussiPackage=org.jeecg.modules.demo, tableName=test_zhuxb}
- 2019-12-03 15:19:32.309 [http-nio-8080-exec-2] INFO org.jeecgframework.codegenerate.generate.a.a:34 - ----templatePath-----------------/jeecg/code-template-online/one
- 2019-12-03 15:19:32.310 [http-nio-8080-exec-2] INFO org.jeecgframework.codegenerate.generate.impl.a.a:36 - --------generate----projectPath--------D:\develop\IntelliJProjects\jeecg-boot\test
- 2019-12-03 15:19:32.788 [http-nio-8080-exec-2] INFO o.j.codegenerate.generate.impl.CodeGenerateOne:136 - ----jeecg----Code----Generation-----[单表模型:test_zhuxb]------ 生成完成。。。
- 2019-12-03 15:21:35.326 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:21:35.555 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:21:35.574 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:21:35.822 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:21:36.045 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:21:36.585 [http-nio-8080-exec-1] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:21:37.284 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:21:37.530 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:21:37.687 [http-nio-8080-exec-8] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:21:38.154 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:21:38.414 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:21:38.701 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:21:38.883 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:21:39.548 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:21:40.244 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:21:40.387 [http-nio-8080-exec-1] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:21:40.496 [http-nio-8080-exec-8] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:21:40.567 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:21:40.748 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:22:29.078 [http-nio-8080-exec-1] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:22:29.624 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:22:30.767 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:22:30.785 [http-nio-8080-exec-6] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->copy_type = 0
- 2019-12-03 15:22:42.728 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:22:42.759 [http-nio-8080-exec-9] INFO org.jeecg.modules.online.cgform.service.impl.d:279 - ==判断表是否存在消耗时间3毫秒
- 2019-12-03 15:22:42.766 [http-nio-8080-exec-9] INFO org.jeecg.modules.online.config.util.c:65 - <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
- <hibernate-mapping>
- <class name="test_bolin" table="test_bolin" optimistic-lock="version">
- <id name="id" type="java.lang.String" length="36" unsaved-value="null">
- <generator class="uuid" />
- </id>
-
- <property name="create_by"
- type="java.lang.String"
- access="property">
- <column name="create_by"
-
- length="50"
-
- not-null="false" unique="false">
- <comment>创建人</comment>
- </column>
- </property>
- <property name="create_time"
- type="java.util.Date"
- access="property">
- <column name="create_time"
-
- length="20"
-
- not-null="false" unique="false">
- <comment>创建日期</comment>
- </column>
- </property>
- <property name="update_by"
- type="java.lang.String"
- access="property">
- <column name="update_by"
-
- length="50"
-
- not-null="false" unique="false">
- <comment>更新人</comment>
- </column>
- </property>
- <property name="update_time"
- type="java.util.Date"
- access="property">
- <column name="update_time"
-
- length="20"
-
- not-null="false" unique="false">
- <comment>更新日期</comment>
- </column>
- </property>
- <property name="sys_org_code"
- type="java.lang.String"
- access="property">
- <column name="sys_org_code"
-
- length="64"
-
- not-null="false" unique="false">
- <comment>所属部门</comment>
- </column>
- </property>
- <property name="name"
- type="java.lang.String"
- access="property">
- <column name="name"
-
- length="32"
-
- not-null="false" unique="false">
- <comment>姓名</comment>
- </column>
- </property>
- <property name="text"
- type="java.lang.String"
- access="property">
- <column name="text"
-
- length="32"
-
- not-null="false" unique="false">
- <comment>文本</comment>
- </column>
- </property>
- </class>
-
-
-
-
-
-
- </hibernate-mapping>
- 2019-12-03 15:22:43.028 [http-nio-8080-exec-9] INFO org.hibernate.dialect.Dialect:157 - HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
- 2019-12-03 15:22:43.030 [http-nio-8080-exec-9] INFO o.h.engine.jdbc.env.internal.LobCreatorBuilderImpl:63 - HHH000422: Disabling contextual LOB creation as connection was null
- 2019-12-03 15:22:43.044 [http-nio-8080-exec-9] INFO org.hibernate.tool.hbm2ddl.SchemaExport:245 - HHH000227: Running hbm2ddl schema export
- 2019-12-03 15:22:43.045 [http-nio-8080-exec-9] WARN org.hibernate.orm.connections.pooling:73 - HHH10001002: Using Hibernate built-in connection pool (not for production use!)
- 2019-12-03 15:22:43.047 [http-nio-8080-exec-9] INFO org.hibernate.orm.connections.pooling:129 - HHH10001005: using driver [com.mysql.jdbc.Driver] at URL [jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false]
- 2019-12-03 15:22:43.048 [http-nio-8080-exec-9] INFO org.hibernate.orm.connections.pooling:138 - HHH10001001: Connection properties: {user=root, password=****}
- 2019-12-03 15:22:43.049 [http-nio-8080-exec-9] INFO org.hibernate.orm.connections.pooling:143 - HHH10001003: Autocommit mode: false
- 2019-12-03 15:22:43.050 [http-nio-8080-exec-9] INFO o.h.e.j.c.i.DriverManagerConnectionProviderImpl:281 - HHH000115: Hibernate connection pool size: 20 (min=1)
- 2019-12-03 15:22:43.065 [http-nio-8080-exec-9] INFO org.hibernate.orm.connections.access:47 - HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@78654956] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
- 2019-12-03 15:22:43.068 [http-nio-8080-exec-9] INFO org.hibernate.orm.connections.access:47 - HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@653d169d] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
- 2019-12-03 15:22:43.145 [http-nio-8080-exec-9] INFO o.hibernate.tool.schema.internal.SchemaCreatorImpl:489 - HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@6bd0b087'
- 2019-12-03 15:22:43.159 [http-nio-8080-exec-9] INFO org.jeecg.modules.online.cgform.a.a:600 - ==同步数据库消耗时间414毫秒
- 2019-12-03 15:22:43.263 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:22:43.276 [http-nio-8080-exec-7] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->copy_type = 0
- 2019-12-03 15:22:53.247 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:22:53.247 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:22:53.492 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:22:53.503 [http-nio-8080-exec-3] INFO o.jeecg.modules.system.aspect.PermissionDataAspect:78 - 拦截请求>>/online/cgform/api/getData/0924bc25603042e388983a7b978508d9;请求类型>>GET
- 2019-12-03 15:22:53.507 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE menu_type = ? AND del_flag = ? AND url = ?
- 2019-12-03 15:22:53.510 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 2(Integer), 0(Integer), /online/cgform/api/getData/0924bc25603042e388983a7b978508d9(String)
- 2019-12-03 15:22:53.513 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 0
- 2019-12-03 15:22:53.531 [http-nio-8080-exec-3] INFO org.jeecg.modules.online.cgform.service.impl.c:89 - ---Online查询sql:>>SELECT name,text ,id FROM test_bolin where 1=1 ORDER BY create_time desc
- 2019-12-03 15:22:53.676 [http-nio-8080-exec-1] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:23:01.294 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:23:08.695 [http-nio-8080-exec-8] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:23:08.759 [http-nio-8080-exec-8] INFO org.jeecg.modules.online.cgform.c.b:653 - --动态表单保存sql-->insert into test_bolin(id,create_time,name,text,sys_org_code,create_by) values('402882ac6ecaa432016ecaa432400000',#{create_time},#{name,jdbcType=VARCHAR},#{text,jdbcType=VARCHAR},#{sys_org_code,jdbcType=VARCHAR},#{create_by,jdbcType=VARCHAR})
- 2019-12-03 15:23:08.952 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:23:08.977 [http-nio-8080-exec-9] INFO o.jeecg.modules.system.aspect.PermissionDataAspect:78 - 拦截请求>>/online/cgform/api/getData/0924bc25603042e388983a7b978508d9;请求类型>>GET
- 2019-12-03 15:23:08.981 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE menu_type = ? AND del_flag = ? AND url = ?
- 2019-12-03 15:23:08.986 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 2(Integer), 0(Integer), /online/cgform/api/getData/0924bc25603042e388983a7b978508d9(String)
- 2019-12-03 15:23:08.995 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 0
- 2019-12-03 15:23:09.091 [http-nio-8080-exec-9] INFO org.jeecg.modules.online.cgform.service.impl.c:89 - ---Online查询sql:>>SELECT name,text ,id FROM test_bolin where 1=1 ORDER BY create_time desc
- 2019-12-03 15:23:15.186 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:23:15.188 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:23:15.318 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:23:15.330 [http-nio-8080-exec-5] INFO o.jeecg.modules.system.aspect.PermissionDataAspect:78 - 拦截请求>>/online/cgform/api/getData/825422eb60f046299b49e6f1e9a064ec;请求类型>>GET
- 2019-12-03 15:23:15.336 [http-nio-8080-exec-5] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE menu_type = ? AND del_flag = ? AND url = ?
- 2019-12-03 15:23:15.337 [http-nio-8080-exec-5] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 2(Integer), 0(Integer), /online/cgform/api/getData/825422eb60f046299b49e6f1e9a064ec(String)
- 2019-12-03 15:23:15.340 [http-nio-8080-exec-5] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 0
- 2019-12-03 15:23:15.363 [http-nio-8080-exec-5] INFO org.jeecg.modules.online.cgform.service.impl.c:89 - ---Online查询sql:>>SELECT title,content ,id FROM test_zhuxb where 1=1 ORDER BY create_time desc
- 2019-12-03 15:23:15.620 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:23:20.124 [http-nio-8080-exec-1] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:23:20.127 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:23:20.365 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:23:20.377 [http-nio-8080-exec-2] INFO o.jeecg.modules.system.aspect.PermissionDataAspect:78 - 拦截请求>>/online/cgform/api/getData/0924bc25603042e388983a7b978508d9;请求类型>>GET
- 2019-12-03 15:23:20.382 [http-nio-8080-exec-2] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE menu_type = ? AND del_flag = ? AND url = ?
- 2019-12-03 15:23:20.385 [http-nio-8080-exec-2] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 2(Integer), 0(Integer), /online/cgform/api/getData/0924bc25603042e388983a7b978508d9(String)
- 2019-12-03 15:23:20.386 [http-nio-8080-exec-2] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 0
- 2019-12-03 15:23:20.401 [http-nio-8080-exec-2] INFO org.jeecg.modules.online.cgform.service.impl.c:89 - ---Online查询sql:>>SELECT name,text ,id FROM test_bolin where 1=1 ORDER BY create_time desc
- 2019-12-03 15:23:20.576 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:23:21.472 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:23:21.482 [http-nio-8080-exec-7] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->copy_type = 0
- 2019-12-03 15:23:21.779 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:23:21.796 [http-nio-8080-exec-10] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : cgform_table_type
- 2019-12-03 15:23:21.799 [http-nio-8080-exec-10] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=单表), DictModel(value=2, text=主表), DictModel(value=3, text=附表)], timestamp=1575357801797)
- 2019-12-03 15:23:22.121 [http-nio-8080-exec-5] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:23:22.139 [http-nio-8080-exec-5] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : cgform_table_type
- 2019-12-03 15:23:22.141 [http-nio-8080-exec-5] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=单表), DictModel(value=2, text=主表), DictModel(value=3, text=附表)], timestamp=1575357802139)
- 2019-12-03 15:23:28.866 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:23:28.867 [http-nio-8080-exec-6] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:23:42.999 [http-nio-8080-exec-8] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:24:46.821 [http-nio-8080-exec-3] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:24:46.841 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? ORDER BY sort_no ASC
- 2019-12-03 15:24:46.844 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer)
- 2019-12-03 15:24:46.864 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 101
- 2019-12-03 15:24:46.871 [http-nio-8080-exec-3] INFO o.j.m.system.controller.SysPermissionController:82 - ======获取全部菜单数据=====耗时:38毫秒
- 2019-12-03 15:24:54.647 [http-nio-8080-exec-1] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:24:54.647 [http-nio-8080-exec-2] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:24:54.649 [http-nio-8080-exec-8] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:24:54.668 [http-nio-8080-exec-2] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : global_perms_type
- 2019-12-03 15:24:54.670 [http-nio-8080-exec-8] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : valid_status
- 2019-12-03 15:24:54.674 [http-nio-8080-exec-8] INFO o.j.modules.system.service.impl.SysDictServiceImpl:51 - 无缓存dictCache的时候调用这里!
- 2019-12-03 15:24:54.674 [http-nio-8080-exec-2] INFO o.j.modules.system.service.impl.SysDictServiceImpl:51 - 无缓存dictCache的时候调用这里!
- 2019-12-03 15:24:54.676 [http-nio-8080-exec-1] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? ORDER BY sort_no ASC
- 2019-12-03 15:24:54.678 [http-nio-8080-exec-1] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer)
- 2019-12-03 15:24:54.685 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - ==> Preparing: select s.item_value as "value",s.item_text as "text" from sys_dict_item s where dict_id = (select id from sys_dict where dict_code = ?) order by s.sort_order asc
- 2019-12-03 15:24:54.686 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - ==> Parameters: valid_status(String)
- 2019-12-03 15:24:54.690 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - ==> Preparing: select s.item_value as "value",s.item_text as "text" from sys_dict_item s where dict_id = (select id from sys_dict where dict_code = ?) order by s.sort_order asc
- 2019-12-03 15:24:54.691 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - ==> Parameters: global_perms_type(String)
- 2019-12-03 15:24:54.693 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - <== Total: 2
- 2019-12-03 15:24:54.699 [http-nio-8080-exec-2] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=1, text=可见/可访问(授权后可见/可访问)), DictModel(value=2, text=可编辑(未授权时禁用))], timestamp=1575357894672)
- 2019-12-03 15:24:54.704 [http-nio-8080-exec-1] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 101
- 2019-12-03 15:24:54.714 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - <== Total: 2
- 2019-12-03 15:24:54.719 [http-nio-8080-exec-8] INFO o.j.modules.system.controller.SysDictController:163 - Result(success=true, message=操作成功!, code=0, result=[DictModel(value=0, text=无效), DictModel(value=1, text=有效)], timestamp=1575357894671)
- 2019-12-03 15:25:19.410 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:25:19.438 [http-nio-8080-exec-10] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Preparing: SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission WHERE del_flag = ? ORDER BY sort_no ASC
- 2019-12-03 15:25:19.443 [http-nio-8080-exec-10] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer)
- 2019-12-03 15:25:19.474 [http-nio-8080-exec-10] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 101
- 2019-12-03 15:30:42.408 [http-nio-8080-exec-2] ERROR o.jeecg.common.system.controller.CommonController:119 - 预览图片失败D:\upFiles\user\20190119\logo-2_1547868176839.png (系统找不到指定的路径。)
- 2019-12-03 15:30:42.729 [http-nio-8080-exec-10] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:30:42.732 [http-nio-8080-exec-1] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:30:42.731 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:30:42.729 [http-nio-8080-exec-8] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:30:42.756 [http-nio-8080-exec-7] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:30:42.778 [http-nio-8080-exec-9] INFO org.jeecg.modules.shiro.authc.ShiroRealm:118 - ———校验token是否有效————checkUserTokenIsEffect——————— eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NzUzNTg1NTIsInVzZXJuYW1lIjoiYWRtaW4ifQ.osmPT0_HNH5wFiJ8wrmhHQXtuQgMUNaMNT_ocZHDJgM
- 2019-12-03 15:39:20.581 [main] INFO org.jeecg.JeecgApplication:50 - Starting JeecgApplication on zhuxiaobo-mi with PID 80832 (D:\develop\IntelliJProjects\jeecg-boot\jeecg-boot\jeecg-boot-module-system\target\classes started by zhuxiaobo in D:\develop\IntelliJProjects\jeecg-boot\jeecg-boot)
- 2019-12-03 15:39:20.586 [main] INFO org.jeecg.JeecgApplication:679 - The following profiles are active: dev
- 2019-12-03 15:39:27.944 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:244 - Multiple Spring Data modules found, entering strict repository configuration mode!
- 2019-12-03 15:39:27.951 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
- 2019-12-03 15:39:28.088 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:182 - Finished Spring Data repository scanning in 97ms. Found 0 repository interfaces.
- 2019-12-03 15:39:28.706 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroConfig' of type [org.jeecg.config.ShiroConfig$$EnhancerBySpringCGLIB$$5665ffa7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:39:28.832 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroRealm' of type [org.jeecg.modules.shiro.authc.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:39:29.467 [main] INFO org.jeecg.config.ShiroConfig:191 - ===============(1)创建缓存管理器RedisCacheManager
- 2019-12-03 15:39:29.470 [main] INFO org.jeecg.config.ShiroConfig:209 - ===============(2)创建RedisManager,连接Redis..URL= 127.0.0.1:6379
- 2019-12-03 15:39:29.475 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisManager' of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:39:29.484 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - 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)
- 2019-12-03 15:39:29.556 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - 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)
- 2019-12-03 15:39:29.860 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$36609611] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:39:30.942 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:39:30.950 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$9fef06e2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:39:30.973 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:39:30.984 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:39:31.020 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:39:31.037 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration$$EnhancerBySpringCGLIB$$4b7a545b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:39:31.281 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:39:31.443 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:39:31.477 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConfig' of type [org.jeecg.config.RedisConfig$$EnhancerBySpringCGLIB$$a13486f1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:39:31.562 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$497973c1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:39:31.578 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:39:32.454 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 8080 (http)
- 2019-12-03 15:39:32.495 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-8080"]
- 2019-12-03 15:39:32.516 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
- 2019-12-03 15:39:32.517 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.16]
- 2019-12-03 15:39:32.540 [main] INFO org.apache.catalina.core.AprLifecycleListener:173 - The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\Program Files\Java\jdk1.8.0_191\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;D:\Program Files (x86)\DVTk\DVT\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\xampp\php;C:\ProgramData\ComposerSetup\bin;C:\Program Files\Git\cmd;C:\ProgramData\chocolatey\bin;C:\WINDOWS\System32\OpenSSH\;d:\Program Files (x86)\Microsoft VS Code\bin;%cmder_root%;C:\Program Files (x86)\CMake\bin;C:\Program Files\TortoiseHg\;D:\apache-maven-3.6.0\bin;C:\Program Files\Java\jdk1.8.0_191\bin;C:\Program Files\Java\jdk1.8.0_191\jre\bin;D:\Program Files\nodejs\;D:\Tools\apache-ant-1.9.14\bin;C:\Program Files\Git\usr\bin;D:\develop\flutter\bin;;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Anaconda3;D:\Anaconda3\Library\mingw-w64\bin;D:\Anaconda3\Library\usr\bin;D:\Anaconda3\Library\bin;D:\Anaconda3\Scripts;C:\Users\zhuxiaobo\AppData\Local\Microsoft\WindowsApps;d:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\zhuxiaobo\AppData\Roaming\Composer\vendor\bin;C:\Users\zhuxiaobo\AppData\Local\.meteor;C:\Users\zhuxiaobo\AppData\Local\GitHubDesktop\bin;C:\Users\zhuxiaobo\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\zhuxiaobo\.dotnet\tools;C:\Users\zhuxiaobo\AppData\Roaming\npm;d:\Program Files\JetBrains\IntelliJ IDEA 2019.1.2\bin;;C:\Users\zhuxiaobo\AppData\Local\Microsoft\WindowsApps;;.]
- 2019-12-03 15:39:33.344 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring embedded WebApplicationContext
- 2019-12-03 15:39:33.346 [main] INFO org.springframework.web.context.ContextLoader:296 - Root WebApplicationContext: initialization completed in 12597 ms
- 2019-12-03 15:39:34.583 [main] INFO c.b.dynamic.datasource.DynamicDataSourceCreator:113 - 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置
- 2019-12-03 15:39:35.192 [main] INFO com.alibaba.druid.pool.DruidDataSource:1003 - {dataSource-1,master} inited
- 2019-12-03 15:39:35.194 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:203 - 初始共加载 1 个数据源
- 2019-12-03 15:39:35.195 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:142 - 动态数据源-加载 master 成功
- 2019-12-03 15:39:35.196 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:212 - 当前的默认数据源是单数据源,数据源名为 master
- 2019-12-03 15:39:41.421 [main] INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
- 2019-12-03 15:39:41.441 [main] INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 2019-12-03 15:39:41.442 [main] INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.0 created.
- 2019-12-03 15:39:41.451 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:672 - Using db table-based data access locking (synchronization).
- 2019-12-03 15:39:41.453 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:145 - JobStoreCMT initialized.
- 2019-12-03 15:39:41.455 [main] INFO org.quartz.core.QuartzScheduler:294 - 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.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.
- 2019-12-03 15:39:41.455 [main] INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 2019-12-03 15:39:41.456 [main] INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.0
- 2019-12-03 15:39:41.456 [main] INFO org.quartz.core.QuartzScheduler:2287 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3d4818e8
- 2019-12-03 15:39:45.466 [main] WARN org.jeecg.common.es.JeecgElasticsearchTemplate:61 - ElasticSearch 服务连接失败,原因:配置未通过。可能是BaseURL未配置或配置有误,也可能是Elasticsearch服务未启动。接下来将会拒绝执行任何方法!
- 2019-12-03 15:39:47.482 [main] INFO o.s.b.actuate.endpoint.web.EndpointLinksResolver:59 - Exposing 2 endpoint(s) beneath base path '/actuator'
- 2019-12-03 15:39:47.851 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping:69 - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
- 2019-12-03 15:39:48.434 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
- 2019-12-03 15:39:49.931 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
- 2019-12-03 15:39:49.968 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
- 2019-12-03 15:39:50.138 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
- 2019-12-03 15:39:50.929 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_1
- 2019-12-03 15:39:50.934 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_1
- 2019-12-03 15:39:50.937 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_1
- 2019-12-03 15:39:50.943 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_1
- 2019-12-03 15:39:50.946 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_1
- 2019-12-03 15:39:50.972 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_2
- 2019-12-03 15:39:50.975 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_2
- 2019-12-03 15:39:50.978 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_2
- 2019-12-03 15:39:50.983 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_2
- 2019-12-03 15:39:50.986 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_2
- 2019-12-03 15:39:51.004 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_1
- 2019-12-03 15:39:51.112 [main] INFO o.s.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
- 2019-12-03 15:39:51.405 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:866 - Freed 0 triggers from 'acquired' / 'blocked' state.
- 2019-12-03 15:39:51.418 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:876 - Recovering 0 jobs that were in-progress at the time of the last shut-down.
- 2019-12-03 15:39:51.419 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:889 - Recovery complete.
- 2019-12-03 15:39:51.421 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:896 - Removed 0 'complete' triggers.
- 2019-12-03 15:39:51.424 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:901 - Removed 0 stale fired job entries.
- 2019-12-03 15:39:51.426 [main] INFO org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 2019-12-03 15:39:51.463 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-8080"]
- 2019-12-03 15:39:51.606 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:204 - Tomcat started on port(s): 8080 (http) with context path '/jeecg-boot'
- 2019-12-03 15:39:51.618 [main] INFO org.jeecg.JeecgApplication:59 - Started JeecgApplication in 32.346 seconds (JVM running for 34.669)
- 2019-12-03 15:39:51.645 [main] INFO org.jeecg.JeecgApplication:33 -
- ----------------------------------------------------------
- Application Jeecg-Boot is running! Access URLs:
- Local: http://localhost:8080/jeecg-boot/
- External: http://192.168.2.44:8080/jeecg-boot/
- swagger-ui: http://192.168.2.44:8080/jeecg-boot/swagger-ui.html
- Doc: http://192.168.2.44:8080/jeecg-boot/doc.html
- ----------------------------------------------------------
- 2019-12-03 15:39:53.551 [RMI TCP Connection(7)-192.168.2.44] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2019-12-03 15:39:53.552 [RMI TCP Connection(7)-192.168.2.44] INFO org.springframework.web.servlet.DispatcherServlet:524 - Initializing Servlet 'dispatcherServlet'
- 2019-12-03 15:39:53.595 [RMI TCP Connection(7)-192.168.2.44] INFO org.springframework.web.servlet.DispatcherServlet:546 - Completed initialization in 42 ms
- 2019-12-03 15:39:54.142 [RMI TCP Connection(6)-192.168.2.44] INFO io.lettuce.core.EpollProvider:68 - Starting without optional epoll library
- 2019-12-03 15:39:54.147 [RMI TCP Connection(6)-192.168.2.44] INFO io.lettuce.core.KqueueProvider:70 - Starting without optional kqueue library
- 2019-12-03 15:39:57.723 [http-nio-8080-exec-1] INFO org.jeecg.modules.message.websocket.WebSocket:37 - 【websocket消息】有新的连接,总数为:1
- 2019-12-03 15:41:16.985 [main] INFO org.jeecg.JeecgApplication:50 - Starting JeecgApplication on zhuxiaobo-mi with PID 88756 (D:\develop\IntelliJProjects\jeecg-boot\jeecg-boot\jeecg-boot-module-system\target\classes started by zhuxiaobo in D:\develop\IntelliJProjects\jeecg-boot\jeecg-boot)
- 2019-12-03 15:41:16.992 [main] INFO org.jeecg.JeecgApplication:679 - The following profiles are active: dev
- 2019-12-03 15:41:20.744 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:244 - Multiple Spring Data modules found, entering strict repository configuration mode!
- 2019-12-03 15:41:20.749 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
- 2019-12-03 15:41:20.898 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:182 - Finished Spring Data repository scanning in 120ms. Found 0 repository interfaces.
- 2019-12-03 15:41:21.521 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroConfig' of type [org.jeecg.config.ShiroConfig$$EnhancerBySpringCGLIB$$dadb6455] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:41:21.644 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroRealm' of type [org.jeecg.modules.shiro.authc.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:41:22.244 [main] INFO org.jeecg.config.ShiroConfig:193 - ===============(1)创建缓存管理器RedisCacheManager
- 2019-12-03 15:41:22.247 [main] INFO org.jeecg.config.ShiroConfig:211 - ===============(2)创建RedisManager,连接Redis..URL= 127.0.0.1:6379
- 2019-12-03 15:41:22.251 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisManager' of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:41:22.261 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - 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)
- 2019-12-03 15:41:22.303 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - 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)
- 2019-12-03 15:41:22.412 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$bad5fabf] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:41:22.721 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:41:22.749 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$24646b90] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:41:22.805 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:41:22.831 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:41:22.873 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:41:22.894 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration$$EnhancerBySpringCGLIB$$cfefb909] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:41:23.080 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:41:23.194 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:41:23.218 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConfig' of type [org.jeecg.config.RedisConfig$$EnhancerBySpringCGLIB$$25a9eb9f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:41:23.274 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$cdeed86f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:41:23.285 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:41:23.967 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 8080 (http)
- 2019-12-03 15:41:23.989 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-8080"]
- 2019-12-03 15:41:24.004 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
- 2019-12-03 15:41:24.005 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.16]
- 2019-12-03 15:41:24.016 [main] INFO org.apache.catalina.core.AprLifecycleListener:173 - The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\Program Files\Java\jdk1.8.0_191\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;D:\Program Files (x86)\DVTk\DVT\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\xampp\php;C:\ProgramData\ComposerSetup\bin;C:\Program Files\Git\cmd;C:\ProgramData\chocolatey\bin;C:\WINDOWS\System32\OpenSSH\;d:\Program Files (x86)\Microsoft VS Code\bin;%cmder_root%;C:\Program Files (x86)\CMake\bin;C:\Program Files\TortoiseHg\;D:\apache-maven-3.6.0\bin;C:\Program Files\Java\jdk1.8.0_191\bin;C:\Program Files\Java\jdk1.8.0_191\jre\bin;D:\Program Files\nodejs\;D:\Tools\apache-ant-1.9.14\bin;C:\Program Files\Git\usr\bin;D:\develop\flutter\bin;;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Anaconda3;D:\Anaconda3\Library\mingw-w64\bin;D:\Anaconda3\Library\usr\bin;D:\Anaconda3\Library\bin;D:\Anaconda3\Scripts;C:\Users\zhuxiaobo\AppData\Local\Microsoft\WindowsApps;d:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\zhuxiaobo\AppData\Roaming\Composer\vendor\bin;C:\Users\zhuxiaobo\AppData\Local\.meteor;C:\Users\zhuxiaobo\AppData\Local\GitHubDesktop\bin;C:\Users\zhuxiaobo\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\zhuxiaobo\.dotnet\tools;C:\Users\zhuxiaobo\AppData\Roaming\npm;d:\Program Files\JetBrains\IntelliJ IDEA 2019.1.2\bin;;C:\Users\zhuxiaobo\AppData\Local\Microsoft\WindowsApps;;.]
- 2019-12-03 15:41:24.254 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring embedded WebApplicationContext
- 2019-12-03 15:41:24.255 [main] INFO org.springframework.web.context.ContextLoader:296 - Root WebApplicationContext: initialization completed in 7162 ms
- 2019-12-03 15:41:24.821 [main] INFO c.b.dynamic.datasource.DynamicDataSourceCreator:113 - 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置
- 2019-12-03 15:41:25.224 [main] INFO com.alibaba.druid.pool.DruidDataSource:1003 - {dataSource-1,master} inited
- 2019-12-03 15:41:25.225 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:203 - 初始共加载 1 个数据源
- 2019-12-03 15:41:25.226 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:142 - 动态数据源-加载 master 成功
- 2019-12-03 15:41:25.227 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:212 - 当前的默认数据源是单数据源,数据源名为 master
- 2019-12-03 15:41:29.556 [main] INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
- 2019-12-03 15:41:29.572 [main] INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 2019-12-03 15:41:29.572 [main] INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.0 created.
- 2019-12-03 15:41:29.577 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:672 - Using db table-based data access locking (synchronization).
- 2019-12-03 15:41:29.580 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:145 - JobStoreCMT initialized.
- 2019-12-03 15:41:29.581 [main] INFO org.quartz.core.QuartzScheduler:294 - 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.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.
- 2019-12-03 15:41:29.582 [main] INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 2019-12-03 15:41:29.583 [main] INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.0
- 2019-12-03 15:41:29.584 [main] INFO org.quartz.core.QuartzScheduler:2287 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@57bd9c2b
- 2019-12-03 15:41:33.621 [main] WARN org.jeecg.common.es.JeecgElasticsearchTemplate:61 - ElasticSearch 服务连接失败,原因:配置未通过。可能是BaseURL未配置或配置有误,也可能是Elasticsearch服务未启动。接下来将会拒绝执行任何方法!
- 2019-12-03 15:41:35.716 [main] INFO o.s.b.actuate.endpoint.web.EndpointLinksResolver:59 - Exposing 2 endpoint(s) beneath base path '/actuator'
- 2019-12-03 15:41:36.098 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping:69 - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
- 2019-12-03 15:41:36.687 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
- 2019-12-03 15:41:38.296 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
- 2019-12-03 15:41:38.332 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
- 2019-12-03 15:41:38.439 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
- 2019-12-03 15:41:38.767 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_1
- 2019-12-03 15:41:38.769 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_1
- 2019-12-03 15:41:38.772 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_1
- 2019-12-03 15:41:38.777 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_1
- 2019-12-03 15:41:38.782 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_1
- 2019-12-03 15:41:38.822 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_2
- 2019-12-03 15:41:38.829 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_2
- 2019-12-03 15:41:38.835 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_2
- 2019-12-03 15:41:38.844 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_2
- 2019-12-03 15:41:38.852 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_2
- 2019-12-03 15:41:38.882 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_1
- 2019-12-03 15:41:38.911 [main] INFO o.s.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
- 2019-12-03 15:41:39.197 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:866 - Freed 0 triggers from 'acquired' / 'blocked' state.
- 2019-12-03 15:41:39.206 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:876 - Recovering 0 jobs that were in-progress at the time of the last shut-down.
- 2019-12-03 15:41:39.206 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:889 - Recovery complete.
- 2019-12-03 15:41:39.208 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:896 - Removed 0 'complete' triggers.
- 2019-12-03 15:41:39.214 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:901 - Removed 0 stale fired job entries.
- 2019-12-03 15:41:39.215 [main] INFO org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 2019-12-03 15:41:39.248 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-8080"]
- 2019-12-03 15:41:39.332 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:204 - Tomcat started on port(s): 8080 (http) with context path '/jeecg-boot'
- 2019-12-03 15:41:39.336 [main] INFO org.jeecg.JeecgApplication:59 - Started JeecgApplication in 23.81 seconds (JVM running for 25.645)
- 2019-12-03 15:41:39.364 [main] INFO org.jeecg.JeecgApplication:33 -
- ----------------------------------------------------------
- Application Jeecg-Boot is running! Access URLs:
- Local: http://localhost:8080/jeecg-boot/
- External: http://192.168.2.44:8080/jeecg-boot/
- swagger-ui: http://192.168.2.44:8080/jeecg-boot/swagger-ui.html
- Doc: http://192.168.2.44:8080/jeecg-boot/doc.html
- ----------------------------------------------------------
- 2019-12-03 15:41:39.947 [RMI TCP Connection(1)-192.168.2.44] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2019-12-03 15:41:39.948 [RMI TCP Connection(1)-192.168.2.44] INFO org.springframework.web.servlet.DispatcherServlet:524 - Initializing Servlet 'dispatcherServlet'
- 2019-12-03 15:41:39.982 [RMI TCP Connection(1)-192.168.2.44] INFO org.springframework.web.servlet.DispatcherServlet:546 - Completed initialization in 33 ms
- 2019-12-03 15:41:40.264 [http-nio-8080-exec-1] INFO org.jeecg.modules.message.websocket.WebSocket:37 - 【websocket消息】有新的连接,总数为:1
- 2019-12-03 15:41:40.904 [RMI TCP Connection(3)-192.168.2.44] INFO io.lettuce.core.EpollProvider:68 - Starting without optional epoll library
- 2019-12-03 15:41:40.919 [RMI TCP Connection(3)-192.168.2.44] INFO io.lettuce.core.KqueueProvider:70 - Starting without optional kqueue library
- 2019-12-03 15:45:28.010 [main] INFO org.jeecg.JeecgApplication:50 - Starting JeecgApplication on zhuxiaobo-mi with PID 94368 (D:\develop\IntelliJProjects\jeecg-boot\jeecg-boot\jeecg-boot-module-system\target\classes started by zhuxiaobo in D:\develop\IntelliJProjects\jeecg-boot\jeecg-boot)
- 2019-12-03 15:45:28.031 [main] INFO org.jeecg.JeecgApplication:679 - The following profiles are active: dev
- 2019-12-03 15:45:34.811 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:244 - Multiple Spring Data modules found, entering strict repository configuration mode!
- 2019-12-03 15:45:34.814 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
- 2019-12-03 15:45:34.915 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:182 - Finished Spring Data repository scanning in 81ms. Found 0 repository interfaces.
- 2019-12-03 15:45:35.432 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroConfig' of type [org.jeecg.config.ShiroConfig$$EnhancerBySpringCGLIB$$ec124709] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:45:35.544 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroRealm' of type [org.jeecg.modules.shiro.authc.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:45:36.100 [main] INFO org.jeecg.config.ShiroConfig:193 - ===============(1)创建缓存管理器RedisCacheManager
- 2019-12-03 15:45:36.104 [main] INFO org.jeecg.config.ShiroConfig:211 - ===============(2)创建RedisManager,连接Redis..URL= 127.0.0.1:6379
- 2019-12-03 15:45:36.109 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisManager' of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:45:36.115 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - 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)
- 2019-12-03 15:45:36.158 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - 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)
- 2019-12-03 15:45:36.251 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$cc0cdd73] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:45:36.500 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:45:36.511 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$359b4e44] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:45:36.530 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:45:36.541 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:45:36.574 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:45:36.588 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration$$EnhancerBySpringCGLIB$$e1269bbd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:45:36.772 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:45:36.892 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:45:36.916 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConfig' of type [org.jeecg.config.RedisConfig$$EnhancerBySpringCGLIB$$36e0ce53] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:45:36.970 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$df25bb23] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:45:36.983 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-03 15:45:37.617 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 8080 (http)
- 2019-12-03 15:45:37.643 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-8080"]
- 2019-12-03 15:45:37.659 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
- 2019-12-03 15:45:37.660 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.16]
- 2019-12-03 15:45:37.670 [main] INFO org.apache.catalina.core.AprLifecycleListener:173 - The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\Program Files\Java\jdk1.8.0_191\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;D:\Program Files (x86)\DVTk\DVT\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\xampp\php;C:\ProgramData\ComposerSetup\bin;C:\Program Files\Git\cmd;C:\ProgramData\chocolatey\bin;C:\WINDOWS\System32\OpenSSH\;d:\Program Files (x86)\Microsoft VS Code\bin;%cmder_root%;C:\Program Files (x86)\CMake\bin;C:\Program Files\TortoiseHg\;D:\apache-maven-3.6.0\bin;C:\Program Files\Java\jdk1.8.0_191\bin;C:\Program Files\Java\jdk1.8.0_191\jre\bin;D:\Program Files\nodejs\;D:\Tools\apache-ant-1.9.14\bin;C:\Program Files\Git\usr\bin;D:\develop\flutter\bin;;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Anaconda3;D:\Anaconda3\Library\mingw-w64\bin;D:\Anaconda3\Library\usr\bin;D:\Anaconda3\Library\bin;D:\Anaconda3\Scripts;C:\Users\zhuxiaobo\AppData\Local\Microsoft\WindowsApps;d:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\zhuxiaobo\AppData\Roaming\Composer\vendor\bin;C:\Users\zhuxiaobo\AppData\Local\.meteor;C:\Users\zhuxiaobo\AppData\Local\GitHubDesktop\bin;C:\Users\zhuxiaobo\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\zhuxiaobo\.dotnet\tools;C:\Users\zhuxiaobo\AppData\Roaming\npm;d:\Program Files\JetBrains\IntelliJ IDEA 2019.1.2\bin;;C:\Users\zhuxiaobo\AppData\Local\Microsoft\WindowsApps;;.]
- 2019-12-03 15:45:37.913 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring embedded WebApplicationContext
- 2019-12-03 15:45:37.913 [main] INFO org.springframework.web.context.ContextLoader:296 - Root WebApplicationContext: initialization completed in 9651 ms
- 2019-12-03 15:45:38.531 [main] INFO c.b.dynamic.datasource.DynamicDataSourceCreator:113 - 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置
- 2019-12-03 15:45:38.983 [main] INFO com.alibaba.druid.pool.DruidDataSource:1003 - {dataSource-1,master} inited
- 2019-12-03 15:45:38.984 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:203 - 初始共加载 1 个数据源
- 2019-12-03 15:45:38.984 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:142 - 动态数据源-加载 master 成功
- 2019-12-03 15:45:38.985 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:212 - 当前的默认数据源是单数据源,数据源名为 master
- 2019-12-03 15:45:44.455 [main] INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
- 2019-12-03 15:45:44.481 [main] INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 2019-12-03 15:45:44.482 [main] INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.0 created.
- 2019-12-03 15:45:44.489 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:672 - Using db table-based data access locking (synchronization).
- 2019-12-03 15:45:44.493 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:145 - JobStoreCMT initialized.
- 2019-12-03 15:45:44.497 [main] INFO org.quartz.core.QuartzScheduler:294 - 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.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.
- 2019-12-03 15:45:44.498 [main] INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 2019-12-03 15:45:44.499 [main] INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.0
- 2019-12-03 15:45:44.500 [main] INFO org.quartz.core.QuartzScheduler:2287 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@e7d0db2
- 2019-12-03 15:45:48.857 [main] WARN org.jeecg.common.es.JeecgElasticsearchTemplate:61 - ElasticSearch 服务连接失败,原因:配置未通过。可能是BaseURL未配置或配置有误,也可能是Elasticsearch服务未启动。接下来将会拒绝执行任何方法!
- 2019-12-03 15:45:50.972 [main] INFO o.s.b.actuate.endpoint.web.EndpointLinksResolver:59 - Exposing 2 endpoint(s) beneath base path '/actuator'
- 2019-12-03 15:45:51.278 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping:69 - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
- 2019-12-03 15:45:51.873 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
- 2019-12-03 15:45:53.267 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
- 2019-12-03 15:45:53.296 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
- 2019-12-03 15:45:53.381 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
- 2019-12-03 15:45:53.664 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_1
- 2019-12-03 15:45:53.668 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_1
- 2019-12-03 15:45:53.670 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_1
- 2019-12-03 15:45:53.675 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_1
- 2019-12-03 15:45:53.678 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_1
- 2019-12-03 15:45:53.709 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_2
- 2019-12-03 15:45:53.712 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_2
- 2019-12-03 15:45:53.716 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_2
- 2019-12-03 15:45:53.719 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_2
- 2019-12-03 15:45:53.723 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_2
- 2019-12-03 15:45:53.741 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_1
- 2019-12-03 15:45:53.758 [main] INFO o.s.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
- 2019-12-03 15:45:54.029 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:866 - Freed 0 triggers from 'acquired' / 'blocked' state.
- 2019-12-03 15:45:54.039 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:876 - Recovering 0 jobs that were in-progress at the time of the last shut-down.
- 2019-12-03 15:45:54.040 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:889 - Recovery complete.
- 2019-12-03 15:45:54.043 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:896 - Removed 0 'complete' triggers.
- 2019-12-03 15:45:54.046 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:901 - Removed 0 stale fired job entries.
- 2019-12-03 15:45:54.047 [main] INFO org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 2019-12-03 15:45:54.073 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-8080"]
- 2019-12-03 15:45:54.115 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:204 - Tomcat started on port(s): 8080 (http) with context path '/jeecg-boot'
- 2019-12-03 15:45:54.119 [main] INFO org.jeecg.JeecgApplication:59 - Started JeecgApplication in 28.194 seconds (JVM running for 30.592)
- 2019-12-03 15:45:54.143 [main] INFO org.jeecg.JeecgApplication:33 -
- ----------------------------------------------------------
- Application Jeecg-Boot is running! Access URLs:
- Local: http://localhost:8080/jeecg-boot/
- External: http://192.168.2.44:8080/jeecg-boot/
- swagger-ui: http://192.168.2.44:8080/jeecg-boot/swagger-ui.html
- Doc: http://192.168.2.44:8080/jeecg-boot/doc.html
- ----------------------------------------------------------
- 2019-12-03 15:45:54.787 [RMI TCP Connection(5)-192.168.2.44] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2019-12-03 15:45:54.788 [RMI TCP Connection(5)-192.168.2.44] INFO org.springframework.web.servlet.DispatcherServlet:524 - Initializing Servlet 'dispatcherServlet'
- 2019-12-03 15:45:54.842 [RMI TCP Connection(5)-192.168.2.44] INFO org.springframework.web.servlet.DispatcherServlet:546 - Completed initialization in 53 ms
- 2019-12-03 15:45:55.396 [RMI TCP Connection(6)-192.168.2.44] INFO io.lettuce.core.EpollProvider:68 - Starting without optional epoll library
- 2019-12-03 15:45:55.402 [RMI TCP Connection(6)-192.168.2.44] INFO io.lettuce.core.KqueueProvider:70 - Starting without optional kqueue library
- 2019-12-03 15:45:57.672 [http-nio-8080-exec-1] INFO org.jeecg.modules.message.websocket.WebSocket:37 - 【websocket消息】有新的连接,总数为:1
- 2019-12-03 16:08:35.314 [lettuce-nioEventLoop-4-1] INFO io.lettuce.core.protocol.CommandHandler:219 - [null, java.io.IOException: 远程主机强迫关闭了一个现有的连接。, java.io.IOException: 远程主机强迫关闭了一个现有的连接。] Unexpected exception during request: [null, java.io.IOException: 远程主机强迫关闭了一个现有的连接。, java.io.IOException: 远程主机强迫关闭了一个现有的连接。]
- 2019-12-03 16:08:35.455 [lettuce-eventExecutorLoop-1-3] INFO io.lettuce.core.protocol.ConnectionWatchdog:173 - Reconnecting, last destination was /127.0.0.1:6379
- 2019-12-03 16:08:37.478 [lettuce-nioEventLoop-4-2] WARN io.lettuce.core.protocol.ConnectionWatchdog:176 - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:6379
- 2019-12-03 16:08:41.754 [lettuce-eventExecutorLoop-1-2] INFO io.lettuce.core.protocol.ConnectionWatchdog:173 - Reconnecting, last destination was 127.0.0.1:6379
- 2019-12-03 16:08:43.758 [lettuce-nioEventLoop-4-1] WARN io.lettuce.core.protocol.ConnectionWatchdog:176 - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:6379
- 2019-12-03 16:08:48.053 [lettuce-eventExecutorLoop-1-4] INFO io.lettuce.core.protocol.ConnectionWatchdog:173 - Reconnecting, last destination was 127.0.0.1:6379
|