jeecgboot.2019-12-03.log 224 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210
  1. 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)
  2. 2019-12-03 14:24:44.176 [main] INFO org.jeecg.JeecgApplication:679 - The following profiles are active: dev
  3. 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!
  4. 2019-12-03 14:24:46.703 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
  5. 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.
  6. 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)
  7. 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)
  8. 2019-12-03 14:24:48.039 [main] INFO org.jeecg.config.ShiroConfig:191 - ===============(1)创建缓存管理器RedisCacheManager
  9. 2019-12-03 14:24:48.042 [main] INFO org.jeecg.config.ShiroConfig:209 - ===============(2)创建RedisManager,连接Redis..URL= 127.0.0.1:6379
  10. 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)
  11. 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)
  12. 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)
  13. 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)
  14. 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)
  15. 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)
  16. 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)
  17. 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)
  18. 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)
  19. 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)
  20. 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)
  21. 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)
  22. 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)
  23. 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)
  24. 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)
  25. 2019-12-03 14:24:49.668 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 8080 (http)
  26. 2019-12-03 14:24:49.692 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-8080"]
  27. 2019-12-03 14:24:49.705 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
  28. 2019-12-03 14:24:49.706 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.16]
  29. 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;;.]
  30. 2019-12-03 14:24:49.964 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring embedded WebApplicationContext
  31. 2019-12-03 14:24:49.965 [main] INFO org.springframework.web.context.ContextLoader:296 - Root WebApplicationContext: initialization completed in 5653 ms
  32. 2019-12-03 14:24:50.466 [main] INFO c.b.dynamic.datasource.DynamicDataSourceCreator:113 - 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置
  33. 2019-12-03 14:24:50.911 [main] INFO com.alibaba.druid.pool.DruidDataSource:1003 - {dataSource-1,master} inited
  34. 2019-12-03 14:24:50.913 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:203 - 初始共加载 1 个数据源
  35. 2019-12-03 14:24:50.914 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:142 - 动态数据源-加载 master 成功
  36. 2019-12-03 14:24:50.915 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:212 - 当前的默认数据源是单数据源,数据源名为 master
  37. 2019-12-03 14:24:55.518 [main] INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
  38. 2019-12-03 14:24:55.535 [main] INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  39. 2019-12-03 14:24:55.536 [main] INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.0 created.
  40. 2019-12-03 14:24:55.541 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:672 - Using db table-based data access locking (synchronization).
  41. 2019-12-03 14:24:55.544 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:145 - JobStoreCMT initialized.
  42. 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'
  43. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  44. NOT STARTED.
  45. Currently in standby mode.
  46. Number of jobs executed: 0
  47. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  48. Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.
  49. 2019-12-03 14:24:55.545 [main] INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  50. 2019-12-03 14:24:55.547 [main] INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.0
  51. 2019-12-03 14:24:55.547 [main] INFO org.quartz.core.QuartzScheduler:2287 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7404aff2
  52. 2019-12-03 14:24:59.376 [main] WARN org.jeecg.common.es.JeecgElasticsearchTemplate:61 - ElasticSearch 服务连接失败,原因:配置未通过。可能是BaseURL未配置或配置有误,也可能是Elasticsearch服务未启动。接下来将会拒绝执行任何方法!
  53. 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'
  54. 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)]
  55. 2019-12-03 14:25:01.949 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
  56. 2019-12-03 14:25:03.217 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
  57. 2019-12-03 14:25:03.248 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
  58. 2019-12-03 14:25:03.333 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
  59. 2019-12-03 14:25:03.651 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_1
  60. 2019-12-03 14:25:03.654 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_1
  61. 2019-12-03 14:25:03.656 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_1
  62. 2019-12-03 14:25:03.658 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_1
  63. 2019-12-03 14:25:03.661 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_1
  64. 2019-12-03 14:25:03.684 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_2
  65. 2019-12-03 14:25:03.686 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_2
  66. 2019-12-03 14:25:03.689 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_2
  67. 2019-12-03 14:25:03.691 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_2
  68. 2019-12-03 14:25:03.695 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_2
  69. 2019-12-03 14:25:03.708 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_1
  70. 2019-12-03 14:25:03.723 [main] INFO o.s.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
  71. 2019-12-03 14:25:04.028 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:866 - Freed 0 triggers from 'acquired' / 'blocked' state.
  72. 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.
  73. 2019-12-03 14:25:04.042 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:889 - Recovery complete.
  74. 2019-12-03 14:25:04.045 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:896 - Removed 0 'complete' triggers.
  75. 2019-12-03 14:25:04.048 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:901 - Removed 0 stale fired job entries.
  76. 2019-12-03 14:25:04.049 [main] INFO org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  77. 2019-12-03 14:25:04.080 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-8080"]
  78. 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'
  79. 2019-12-03 14:25:04.147 [main] INFO org.jeecg.JeecgApplication:59 - Started JeecgApplication in 21.799 seconds (JVM running for 25.314)
  80. 2019-12-03 14:25:04.175 [main] INFO org.jeecg.JeecgApplication:33 -
  81. ----------------------------------------------------------
  82. Application Jeecg-Boot is running! Access URLs:
  83. Local: http://localhost:8080/jeecg-boot/
  84. External: http://192.168.2.44:8080/jeecg-boot/
  85. swagger-ui: http://192.168.2.44:8080/jeecg-boot/swagger-ui.html
  86. Doc: http://192.168.2.44:8080/jeecg-boot/doc.html
  87. ----------------------------------------------------------
  88. 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
  89. 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
  90. 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'
  91. 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'
  92. 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
  93. 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
  94. 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
  95. org.apache.shiro.authc.AuthenticationException: token为空!
  96. at org.jeecg.modules.shiro.authc.ShiroRealm.doGetAuthenticationInfo(ShiroRealm.java:98)
  97. at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571)
  98. at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doSingleRealmAuthentication(ModularRealmAuthenticator.java:180)
  99. at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:267)
  100. at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198)
  101. at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
  102. at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:274)
  103. at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260)
  104. at org.jeecg.modules.shiro.authc.aop.JwtFilter.executeLogin(JwtFilter.java:51)
  105. at org.jeecg.modules.shiro.authc.aop.JwtFilter.isAccessAllowed(JwtFilter.java:34)
  106. at org.apache.shiro.web.filter.AccessControlFilter.onPreHandle(AccessControlFilter.java:162)
  107. at org.apache.shiro.web.filter.PathMatchingFilter.isFilterChainContinued(PathMatchingFilter.java:203)
  108. at org.apache.shiro.web.filter.PathMatchingFilter.preHandle(PathMatchingFilter.java:178)
  109. at org.jeecg.modules.shiro.authc.aop.JwtFilter.preHandle(JwtFilter.java:71)
  110. at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:131)
  111. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  112. at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
  113. at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
  114. at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
  115. at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
  116. at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
  117. at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
  118. at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
  119. at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  120. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  121. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  122. at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
  123. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  124. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  125. at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:90)
  126. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  127. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  128. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  129. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
  130. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  131. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  132. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  133. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
  134. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  135. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  136. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  137. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
  138. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  139. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  140. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  141. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:117)
  142. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:106)
  143. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  144. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  145. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  146. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
  147. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  148. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  149. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  150. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
  151. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
  152. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
  153. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
  154. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  155. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
  156. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
  157. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
  158. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
  159. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:834)
  160. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1415)
  161. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  162. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  163. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  164. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  165. at java.lang.Thread.run(Thread.java:748)
  166. 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'
  167. 2019-12-03 15:05:52.438 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - ==> Parameters: admin(String)
  168. 2019-12-03 15:05:52.498 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - <== Total: 1
  169. 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 = ? )
  170. 2019-12-03 15:05:52.841 [http-nio-8080-exec-7] DEBUG o.j.m.s.mapper.SysDepartMapper.queryUserDeparts:143 - ==> Parameters: e9ca23d68d884d4ebb19d07889727dae(String)
  171. 2019-12-03 15:05:52.866 [http-nio-8080-exec-7] DEBUG o.j.m.s.mapper.SysDepartMapper.queryUserDeparts:143 - <== Total: 1
  172. 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 = ?
  173. 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)
  174. 2019-12-03 15:05:52.930 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysUserMapper.updateUserDepart:143 - <== Updates: 1
  175. 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 ( ?, ?, ?, ?, ?, ? )
  176. 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)
  177. 2019-12-03 15:05:53.704 [http-nio-8080-exec-7] DEBUG o.jeecg.modules.system.mapper.SysLogMapper.insert:143 - <== Updates: 1
  178. 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
  179. 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'
  180. 2019-12-03 15:05:54.023 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - ==> Parameters: admin(String)
  181. 2019-12-03 15:05:54.040 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysUserMapper.getUserByName:143 - <== Total: 1
  182. 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
  183. 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
  184. 2019-12-03 15:05:54.412 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - ==> Parameters: admin(String)
  185. 2019-12-03 15:05:54.520 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - <== Total: 96
  186. 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 = ?
  187. 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)
  188. 2019-12-03 15:05:54.837 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 3
  189. 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
  190. 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
  191. 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
  192. 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 (系统找不到指定的路径。)
  193. 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
  194. 2019-12-03 15:05:59.533 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysLogMapper.findTotalVisitCount:143 - ==> Parameters:
  195. 2019-12-03 15:05:59.550 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysLogMapper.findTotalVisitCount:143 - <== Total: 1
  196. 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 < ?
  197. 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)
  198. 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
  199. 2019-12-03 15:05:59.577 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysLogMapper.findTodayVisitCount:143 - <== Total: 1
  200. 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 < ?
  201. 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)
  202. 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)
  203. 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 = ?
  204. 2019-12-03 15:05:59.591 [http-nio-8080-exec-2] DEBUG o.j.modules.system.mapper.SysLogMapper.findTodayIp:143 - <== Total: 1
  205. 2019-12-03 15:05:59.594 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.SysAnnouncementSendMapper.queryByUserId:143 - ==> Parameters: e9ca23d68d884d4ebb19d07889727dae(String)
  206. 2019-12-03 15:05:59.602 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.SysAnnouncementSendMapper.queryByUserId:143 - <== Total: 1
  207. 2019-12-03 15:05:59.623 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysLogMapper.findVisitCount:143 - <== Total: 1
  208. 2019-12-03 15:05:59.625 [http-nio-8080-exec-5] INFO org.jeecg.modules.message.websocket.WebSocket:37 - 【websocket消息】有新的连接,总数为:1
  209. 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 (?)
  210. 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)
  211. 2019-12-03 15:05:59.700 [http-nio-8080-exec-6] DEBUG o.j.m.s.mapper.SysAnnouncementMapper.selectList:143 - <== Total: 0
  212. 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')
  213. 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)
  214. 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')
  215. 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)
  216. 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}
  217. 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}
  218. 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内部较实时的每秒执行的命令数'}]
  219. 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}
  220. 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}
  221. 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}
  222. 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}
  223. 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}
  224. 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}
  225. 2019-12-03 15:06:36.502 [http-nio-8080-exec-1] INFO o.j.m.monitor.controller.ActuatorRedisController:68 - 查询磁盘信息:2个
  226. 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}
  227. 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}
  228. 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
  229. 2019-12-03 15:06:45.280 [http-nio-8080-exec-9] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->log_type = 1
  230. 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 = ?
  231. 2019-12-03 15:06:45.335 [http-nio-8080-exec-9] DEBUG o.j.modules.system.mapper.SysLogMapper.selectPage:143 - ==> Parameters: 1(Integer)
  232. 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 ?,?
  233. 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)
  234. 2019-12-03 15:06:45.376 [http-nio-8080-exec-9] DEBUG o.j.modules.system.mapper.SysLogMapper.selectPage:143 - <== Total: 10
  235. 2019-12-03 15:06:45.378 [http-nio-8080-exec-9] INFO o.jeecg.modules.system.controller.SysLogController:66 - 查询当前页:1
  236. 2019-12-03 15:06:45.379 [http-nio-8080-exec-9] INFO o.jeecg.modules.system.controller.SysLogController:67 - 查询当前页数量:10
  237. 2019-12-03 15:06:45.380 [http-nio-8080-exec-9] INFO o.jeecg.modules.system.controller.SysLogController:68 - 查询结果数量:10
  238. 2019-12-03 15:06:45.380 [http-nio-8080-exec-9] INFO o.jeecg.modules.system.controller.SysLogController:69 - 数据总数:788
  239. 2019-12-03 15:06:45.584 [http-nio-8080-exec-9] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
  240. 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 = ?
  241. 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)
  242. 2019-12-03 15:06:45.633 [http-nio-8080-exec-9] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
  243. 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
  244. 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
  245. 2019-12-03 15:08:19.113 [http-nio-8080-exec-4] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
  246. 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 = ?
  247. 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)
  248. 2019-12-03 15:08:19.125 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
  249. 2019-12-03 15:08:19.143 [http-nio-8080-exec-4] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
  250. 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 = ?
  251. 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)
  252. 2019-12-03 15:08:19.149 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
  253. 2019-12-03 15:08:19.183 [http-nio-8080-exec-4] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
  254. 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 = ?
  255. 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)
  256. 2019-12-03 15:08:19.195 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 0
  257. 2019-12-03 15:08:19.217 [http-nio-8080-exec-4] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
  258. 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 = ?
  259. 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)
  260. 2019-12-03 15:08:19.232 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
  261. 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
  262. 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
  263. 2019-12-03 15:08:37.003 [http-nio-8080-exec-2] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : msgType
  264. 2019-12-03 15:08:37.007 [http-nio-8080-exec-2] INFO o.j.modules.system.service.impl.SysDictServiceImpl:51 - 无缓存dictCache的时候调用这里!
  265. 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
  266. 2019-12-03 15:08:37.019 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - ==> Parameters: msgType(String)
  267. 2019-12-03 15:08:37.022 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - <== Total: 3
  268. 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)
  269. 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
  270. 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
  271. 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
  272. 2019-12-03 15:08:53.239 [http-nio-8080-exec-6] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : sex
  273. 2019-12-03 15:08:53.244 [http-nio-8080-exec-6] INFO o.j.modules.system.service.impl.SysDictServiceImpl:51 - 无缓存dictCache的时候调用这里!
  274. 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
  275. 2019-12-03 15:08:53.250 [http-nio-8080-exec-6] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - ==> Parameters: sex(String)
  276. 2019-12-03 15:08:53.254 [http-nio-8080-exec-6] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - <== Total: 2
  277. 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)
  278. 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 = ?
  279. 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)
  280. 2019-12-03 15:08:53.314 [http-nio-8080-exec-8] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 1
  281. 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 = ?
  282. 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)
  283. 2019-12-03 15:08:53.366 [http-nio-8080-exec-8] DEBUG o.j.m.s.m.S.queryDataRuleIds:143 - <== Total: 1
  284. 2019-12-03 15:08:53.440 [http-nio-8080-exec-8] INFO o.j.m.demo.test.controller.JeecgDemoController:79 - 查询当前页:1
  285. 2019-12-03 15:08:53.441 [http-nio-8080-exec-8] INFO o.j.m.demo.test.controller.JeecgDemoController:80 - 查询当前页数量:10
  286. 2019-12-03 15:08:53.444 [http-nio-8080-exec-8] INFO o.j.m.demo.test.controller.JeecgDemoController:81 - 查询结果数量:10
  287. 2019-12-03 15:08:53.445 [http-nio-8080-exec-8] INFO o.j.m.demo.test.controller.JeecgDemoController:82 - 数据总数:22
  288. 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
  289. 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
  290. 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
  291. 2019-12-03 15:09:28.545 [http-nio-8080-exec-3] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : sex
  292. 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
  293. 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)
  294. 2019-12-03 15:09:28.555 [http-nio-8080-exec-9] INFO o.j.modules.system.service.impl.SysDictServiceImpl:80 - 无缓存dictTableList的时候调用这里!
  295. 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
  296. 2019-12-03 15:09:28.562 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - ==> Parameters:
  297. 2019-12-03 15:09:28.569 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.SysDictMapper.queryTableDictItemsByCode:143 - <== Total: 4
  298. 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)
  299. 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
  300. 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
  301. 2019-12-03 15:09:28.814 [http-nio-8080-exec-7] INFO o.j.modules.system.service.impl.SysDictServiceImpl:86 - 无缓存dictTableList的时候调用这里!
  302. 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
  303. 2019-12-03 15:09:28.826 [http-nio-8080-exec-7] DEBUG o.j.m.s.m.S.queryTableDictItemsByCodeAndFilter:143 - ==> Parameters:
  304. 2019-12-03 15:09:28.845 [http-nio-8080-exec-7] DEBUG o.j.m.s.m.S.queryTableDictItemsByCodeAndFilter:143 - <== Total: 3
  305. 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)
  306. 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
  307. 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
  308. 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
  309. 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
  310. 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
  311. 2019-12-03 15:09:28.899 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysDepartMapper.selectList:143 - ==> Parameters: 0(String)
  312. 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
  313. 2019-12-03 15:09:28.937 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysDepartMapper.selectList:143 - <== Total: 8
  314. 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'
  315. 2019-12-03 15:09:29.007 [http-nio-8080-exec-4] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Parameters:
  316. 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
  317. 2019-12-03 15:09:29.062 [http-nio-8080-exec-10] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - ==> Parameters:
  318. 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'
  319. 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 = ?
  320. 2019-12-03 15:09:29.068 [http-nio-8080-exec-5] DEBUG o.j.m.system.mapper.SysCategoryMapper.selectList:143 - ==> Parameters: B01(String)
  321. 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 ?,?
  322. 2019-12-03 15:09:29.067 [http-nio-8080-exec-8] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Parameters:
  323. 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 ?,?
  324. 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)
  325. 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)
  326. 2019-12-03 15:09:29.074 [http-nio-8080-exec-5] DEBUG o.j.m.system.mapper.SysCategoryMapper.selectList:143 - <== Total: 0
  327. 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 ?,?
  328. 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)
  329. 2019-12-03 15:09:29.077 [http-nio-8080-exec-4] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - <== Total: 4
  330. 2019-12-03 15:09:29.085 [http-nio-8080-exec-10] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - <== Total: 3
  331. 2019-12-03 15:09:29.087 [http-nio-8080-exec-8] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - <== Total: 4
  332. 2019-12-03 15:09:29.108 [http-nio-8080-exec-4] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
  333. 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 = ?
  334. 2019-12-03 15:09:29.111 [http-nio-8080-exec-8] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
  335. 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)
  336. 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 = ?
  337. 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)
  338. 2019-12-03 15:09:29.137 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
  339. 2019-12-03 15:09:29.143 [http-nio-8080-exec-4] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
  340. 2019-12-03 15:09:29.145 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
  341. 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 = ?
  342. 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)
  343. 2019-12-03 15:09:29.156 [http-nio-8080-exec-8] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
  344. 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 = ?
  345. 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)
  346. 2019-12-03 15:09:29.171 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
  347. 2019-12-03 15:09:29.183 [http-nio-8080-exec-4] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
  348. 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 = ?
  349. 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)
  350. 2019-12-03 15:09:29.188 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
  351. 2019-12-03 15:09:29.204 [http-nio-8080-exec-8] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
  352. 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 = ?
  353. 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)
  354. 2019-12-03 15:09:29.218 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
  355. 2019-12-03 15:09:29.235 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
  356. 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
  357. 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
  358. 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)
  359. 2019-12-03 15:09:29.374 [http-nio-8080-exec-2] DEBUG o.j.m.system.mapper.SysDictMapper.queryTreeList:143 - ==> Parameters:
  360. 2019-12-03 15:09:29.383 [http-nio-8080-exec-2] DEBUG o.j.m.system.mapper.SysDictMapper.queryTreeList:143 - <== Total: 13
  361. 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
  362. 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)
  363. 2019-12-03 15:09:29.720 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysDictMapper.queryTreeList:143 - ==> Parameters:
  364. 2019-12-03 15:09:29.725 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysDictMapper.queryTreeList:143 - <== Total: 13
  365. 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
  366. 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
  367. 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
  368. 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
  369. 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
  370. 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'
  371. 2019-12-03 15:11:12.425 [http-nio-8080-exec-5] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Parameters:
  372. 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 ?,?
  373. 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)
  374. 2019-12-03 15:11:12.441 [http-nio-8080-exec-5] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - <== Total: 4
  375. 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 (系统找不到指定的路径。)
  376. 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 (系统找不到指定的路径。)
  377. 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 (系统找不到指定的路径。)
  378. 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 (系统找不到指定的路径。)
  379. 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
  380. 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
  381. 2019-12-03 15:11:19.565 [http-nio-8080-exec-3] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectList:143 - ==> Parameters:
  382. 2019-12-03 15:11:19.568 [http-nio-8080-exec-3] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectList:143 - <== Total: 3
  383. 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
  384. 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
  385. 2019-12-03 15:11:19.998 [http-nio-8080-exec-9] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : activiti_sync
  386. 2019-12-03 15:11:20.010 [http-nio-8080-exec-9] INFO o.j.modules.system.service.impl.SysDictServiceImpl:51 - 无缓存dictCache的时候调用这里!
  387. 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
  388. 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)
  389. 2019-12-03 15:11:20.045 [http-nio-8080-exec-9] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - <== Total: 2
  390. 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)
  391. 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
  392. 2019-12-03 15:11:20.102 [http-nio-8080-exec-6] DEBUG o.j.m.system.mapper.SysPositionMapper.selectPage:143 - ==> Parameters:
  393. 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 ?,?
  394. 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)
  395. 2019-12-03 15:11:20.119 [http-nio-8080-exec-6] DEBUG o.j.m.system.mapper.SysPositionMapper.selectPage:143 - <== Total: 1
  396. 2019-12-03 15:11:20.127 [http-nio-8080-exec-6] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
  397. 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 = ?
  398. 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)
  399. 2019-12-03 15:11:20.134 [http-nio-8080-exec-6] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
  400. 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 ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
  401. 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)
  402. 2019-12-03 15:11:20.311 [http-nio-8080-exec-6] DEBUG o.jeecg.modules.system.mapper.SysLogMapper.insert:143 - <== Updates: 1
  403. 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
  404. 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)
  405. 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 = ?
  406. 2019-12-03 15:11:29.487 [http-nio-8080-exec-2] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Parameters: z(String)
  407. 2019-12-03 15:11:29.489 [http-nio-8080-exec-2] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - <== Total: 1
  408. 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
  409. 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)
  410. 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 = ?
  411. 2019-12-03 15:11:29.537 [http-nio-8080-exec-3] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Parameters: zh(String)
  412. 2019-12-03 15:11:29.538 [http-nio-8080-exec-3] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - <== Total: 1
  413. 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
  414. 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)
  415. 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 = ?
  416. 2019-12-03 15:11:29.621 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Parameters: zhu(String)
  417. 2019-12-03 15:11:29.622 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - <== Total: 1
  418. 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
  419. 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)
  420. 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 = ?
  421. 2019-12-03 15:11:29.689 [http-nio-8080-exec-10] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Parameters: zhux(String)
  422. 2019-12-03 15:11:29.695 [http-nio-8080-exec-10] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - <== Total: 1
  423. 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
  424. 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)
  425. 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 = ?
  426. 2019-12-03 15:11:29.726 [http-nio-8080-exec-7] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Parameters: zhuxb(String)
  427. 2019-12-03 15:11:29.732 [http-nio-8080-exec-7] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - <== Total: 1
  428. 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
  429. 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)
  430. 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 = ?
  431. 2019-12-03 15:12:06.199 [http-nio-8080-exec-4] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Parameters: 1(String)
  432. 2019-12-03 15:12:06.201 [http-nio-8080-exec-4] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - <== Total: 1
  433. 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
  434. 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)
  435. 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 = ?
  436. 2019-12-03 15:12:06.451 [http-nio-8080-exec-2] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Parameters: 10(String)
  437. 2019-12-03 15:12:06.453 [http-nio-8080-exec-2] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - <== Total: 1
  438. 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
  439. 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)
  440. 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 = ?
  441. 2019-12-03 15:12:06.568 [http-nio-8080-exec-3] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Parameters: 109(String)
  442. 2019-12-03 15:12:06.571 [http-nio-8080-exec-3] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - <== Total: 1
  443. 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
  444. 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)
  445. 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 = ?
  446. 2019-12-03 15:12:06.798 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - ==> Parameters: 1092(String)
  447. 2019-12-03 15:12:06.800 [http-nio-8080-exec-9] DEBUG o.j.m.s.m.S.duplicateCheckCountSqlNoDataId:143 - <== Total: 1
  448. 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
  449. 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
  450. 2019-12-03 15:12:15.633 [http-nio-8080-exec-10] DEBUG o.j.m.system.mapper.SysDepartMapper.selectList:143 - ==> Parameters: 0(String)
  451. 2019-12-03 15:12:15.661 [http-nio-8080-exec-10] DEBUG o.j.m.system.mapper.SysDepartMapper.selectList:143 - <== Total: 8
  452. 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
  453. 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
  454. 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
  455. 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)
  456. 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 <> ?
  457. 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)
  458. 2019-12-03 15:12:34.207 [http-nio-8080-exec-5] DEBUG o.j.m.s.m.SysDictMapper.duplicateCheckCountSql:143 - <== Total: 1
  459. 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)
  460. 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 <> ?
  461. 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)
  462. 2019-12-03 15:12:34.251 [http-nio-8080-exec-8] DEBUG o.j.m.s.m.SysDictMapper.duplicateCheckCountSql:143 - <== Total: 1
  463. 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
  464. 2019-12-03 15:12:34.700 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:66 - ===============Shiro权限认证开始============ [ roles、permissions]==========
  465. 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=?))
  466. 2019-12-03 15:12:34.727 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysUserRoleMapper.getRoleByUserName:143 - ==> Parameters: admin(String)
  467. 2019-12-03 15:12:34.732 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysUserRoleMapper.getRoleByUserName:143 - <== Total: 1
  468. 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
  469. 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
  470. 2019-12-03 15:12:34.747 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - ==> Parameters: admin(String)
  471. 2019-12-03 15:12:34.799 [http-nio-8080-exec-4] DEBUG o.j.m.s.mapper.SysPermissionMapper.queryByUser:143 - <== Total: 96
  472. 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
  473. 2019-12-03 15:12:34.801 [http-nio-8080-exec-4] INFO org.jeecg.modules.shiro.authc.ShiroRealm:81 - ===============Shiro权限认证成功==============
  474. 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 ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
  475. 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)
  476. 2019-12-03 15:12:34.884 [http-nio-8080-exec-4] DEBUG o.jeecg.modules.system.mapper.SysUserMapper.insert:143 - <== Updates: 1
  477. 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 ( ?, ?, ? )
  478. 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)
  479. 2019-12-03 15:12:34.906 [http-nio-8080-exec-4] DEBUG o.j.modules.system.mapper.SysUserRoleMapper.insert:143 - <== Updates: 1
  480. 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 ( ?, ?, ? )
  481. 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)
  482. 2019-12-03 15:12:34.945 [http-nio-8080-exec-4] DEBUG o.j.m.system.mapper.SysUserDepartMapper.insert:143 - <== Updates: 1
  483. 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
  484. 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'
  485. 2019-12-03 15:12:35.313 [http-nio-8080-exec-2] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Parameters:
  486. 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 ?,?
  487. 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)
  488. 2019-12-03 15:12:35.332 [http-nio-8080-exec-2] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - <== Total: 5
  489. 2019-12-03 15:12:35.958 [http-nio-8080-exec-3] ERROR o.jeecg.common.system.controller.CommonController:119 - 预览图片失败D:\upFiles\null (系统找不到指定的路径。)
  490. 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
  491. 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
  492. 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 = ?
  493. 2019-12-03 15:12:54.929 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.S.getMyAnnouncementSendList:143 - ==> Parameters: e9ca23d68d884d4ebb19d07889727dae(String)
  494. 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 ?,?
  495. 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)
  496. 2019-12-03 15:12:54.989 [http-nio-8080-exec-6] DEBUG o.j.m.s.m.S.getMyAnnouncementSendList:143 - <== Total: 1
  497. 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
  498. 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
  499. 2019-12-03 15:12:59.226 [http-nio-8080-exec-5] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - ==> Parameters:
  500. 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 ?,?
  501. 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)
  502. 2019-12-03 15:12:59.234 [http-nio-8080-exec-5] DEBUG o.j.modules.system.mapper.SysRoleMapper.selectPage:143 - <== Total: 3
  503. 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
  504. 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
  505. 2019-12-03 15:13:07.788 [http-nio-8080-exec-2] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer)
  506. 2019-12-03 15:13:07.804 [http-nio-8080-exec-2] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 101
  507. 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
  508. 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 = ?
  509. 2019-12-03 15:13:08.052 [http-nio-8080-exec-3] DEBUG o.j.m.s.mapper.SysRolePermissionMapper.selectList:143 - ==> Parameters: f6817f48af4fb3af11b9e8bf182f618b(String)
  510. 2019-12-03 15:13:08.064 [http-nio-8080-exec-3] DEBUG o.j.m.s.mapper.SysRolePermissionMapper.selectList:143 - <== Total: 116
  511. 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
  512. 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
  513. 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
  514. 2019-12-03 15:13:23.272 [http-nio-8080-exec-1] DEBUG o.j.modules.system.mapper.SysDictMapper.selectPage:143 - ==> Parameters:
  515. 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 ?,?
  516. 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)
  517. 2019-12-03 15:13:23.295 [http-nio-8080-exec-1] DEBUG o.j.modules.system.mapper.SysDictMapper.selectPage:143 - <== Total: 10
  518. 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
  519. 2019-12-03 15:13:23.353 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysDictItemMapper.selectPage:143 - ==> Parameters:
  520. 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 ?,?
  521. 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)
  522. 2019-12-03 15:13:23.362 [http-nio-8080-exec-7] DEBUG o.j.m.system.mapper.SysDictItemMapper.selectPage:143 - <== Total: 10
  523. 2019-12-03 15:13:23.368 [http-nio-8080-exec-7] INFO o.j.modules.system.service.impl.SysDictServiceImpl:65 - 无缓存dictText的时候调用这里!
  524. 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 = ?
  525. 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)
  526. 2019-12-03 15:13:23.376 [http-nio-8080-exec-7] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictTextByKey:143 - <== Total: 1
  527. 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
  528. 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
  529. 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
  530. 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'
  531. 2019-12-03 15:13:31.196 [http-nio-8080-exec-8] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - ==> Parameters:
  532. 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 ?,?
  533. 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)
  534. 2019-12-03 15:13:31.223 [http-nio-8080-exec-8] DEBUG o.j.modules.system.mapper.SysUserMapper.selectPage:143 - <== Total: 5
  535. 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
  536. 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
  537. 2019-12-03 15:13:41.889 [http-nio-8080-exec-10] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : cgform_table_type
  538. 2019-12-03 15:13:41.893 [http-nio-8080-exec-10] INFO o.j.modules.system.service.impl.SysDictServiceImpl:51 - 无缓存dictCache的时候调用这里!
  539. 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
  540. 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)
  541. 2019-12-03 15:13:41.908 [http-nio-8080-exec-10] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - <== Total: 3
  542. 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)
  543. 2019-12-03 15:13:41.973 [http-nio-8080-exec-3] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->copy_type = 0
  544. 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
  545. 2019-12-03 15:13:42.115 [http-nio-8080-exec-9] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : cgform_table_type
  546. 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)
  547. 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
  548. 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
  549. 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
  550. 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
  551. 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
  552. 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
  553. 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
  554. 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
  555. 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
  556. 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
  557. 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
  558. 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
  559. 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
  560. 2019-12-03 15:16:12.858 [http-nio-8080-exec-10] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->copy_type = 0
  561. 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
  562. 2019-12-03 15:16:25.879 [http-nio-8080-exec-3] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->cgform_head_id = 825422eb60f046299b49e6f1e9a064ec
  563. 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
  564. 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
  565. 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
  566. 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
  567. 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
  568. 2019-12-03 15:17:22.862 [http-nio-8080-exec-7] INFO org.jeecg.modules.online.cgform.service.impl.d:279 - ==判断表是否存在消耗时间2毫秒
  569. 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"?>
  570. <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
  571. <hibernate-mapping>
  572. <class name="test_zhuxb" table="test_zhuxb" optimistic-lock="version">
  573. <id name="id" type="java.lang.String" length="36" unsaved-value="null">
  574. <generator class="uuid" />
  575. </id>
  576. <property name="create_by"
  577. type="java.lang.String"
  578. access="property">
  579. <column name="create_by"
  580. length="50"
  581. not-null="false" unique="false">
  582. <comment>创建人</comment>
  583. </column>
  584. </property>
  585. <property name="create_time"
  586. type="java.util.Date"
  587. access="property">
  588. <column name="create_time"
  589. length="20"
  590. not-null="false" unique="false">
  591. <comment>创建日期</comment>
  592. </column>
  593. </property>
  594. <property name="update_by"
  595. type="java.lang.String"
  596. access="property">
  597. <column name="update_by"
  598. length="50"
  599. not-null="false" unique="false">
  600. <comment>更新人</comment>
  601. </column>
  602. </property>
  603. <property name="update_time"
  604. type="java.util.Date"
  605. access="property">
  606. <column name="update_time"
  607. length="20"
  608. not-null="false" unique="false">
  609. <comment>更新日期</comment>
  610. </column>
  611. </property>
  612. <property name="sys_org_code"
  613. type="java.lang.String"
  614. access="property">
  615. <column name="sys_org_code"
  616. length="64"
  617. not-null="false" unique="false">
  618. <comment>所属部门</comment>
  619. </column>
  620. </property>
  621. <property name="title"
  622. type="java.lang.String"
  623. access="property">
  624. <column name="title"
  625. length="100"
  626. not-null="false" unique="false">
  627. <comment>标题</comment>
  628. </column>
  629. </property>
  630. <property name="content"
  631. type="java.lang.String"
  632. access="property">
  633. <column name="content"
  634. length="200"
  635. not-null="false" unique="false">
  636. <comment>内容</comment>
  637. </column>
  638. </property>
  639. </class>
  640. </hibernate-mapping>
  641. 2019-12-03 15:17:23.460 [http-nio-8080-exec-7] INFO org.hibernate.Version:46 - HHH000412: Hibernate Core {5.3.7.Final}
  642. 2019-12-03 15:17:23.466 [http-nio-8080-exec-7] INFO org.hibernate.cfg.Environment:213 - HHH000206: hibernate.properties not found
  643. 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}
  644. 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
  645. 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
  646. 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
  647. 2019-12-03 15:17:26.214 [http-nio-8080-exec-7] INFO org.hibernate.tool.hbm2ddl.SchemaExport:245 - HHH000227: Running hbm2ddl schema export
  648. 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!)
  649. 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]
  650. 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=****}
  651. 2019-12-03 15:17:26.240 [http-nio-8080-exec-7] INFO org.hibernate.orm.connections.pooling:143 - HHH10001003: Autocommit mode: false
  652. 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)
  653. 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.
  654. 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.
  655. 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'
  656. 2019-12-03 15:17:26.443 [http-nio-8080-exec-7] INFO org.jeecg.modules.online.cgform.a.a:600 - ==同步数据库消耗时间3603毫秒
  657. 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
  658. 2019-12-03 15:17:26.582 [http-nio-8080-exec-6] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->copy_type = 0
  659. 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
  660. 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
  661. 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
  662. 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
  663. 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 = ?
  664. 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)
  665. 2019-12-03 15:18:07.164 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 0
  666. 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 '%*%'
  667. 2019-12-03 15:18:07.173 [http-nio-8080-exec-3] DEBUG o.j.m.s.m.S.queryPermissionUrlWithStar:143 - ==> Parameters:
  668. 2019-12-03 15:18:07.178 [http-nio-8080-exec-3] DEBUG o.j.m.s.m.S.queryPermissionUrlWithStar:143 - <== Total: 0
  669. 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
  670. 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
  671. 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
  672. 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
  673. 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
  674. 2019-12-03 15:18:15.367 [http-nio-8080-exec-6] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->copy_type = 0
  675. 2019-12-03 15:18:15.374 [http-nio-8080-exec-1] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : cgform_table_type
  676. 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)
  677. 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
  678. 2019-12-03 15:18:15.620 [http-nio-8080-exec-5] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : cgform_table_type
  679. 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)
  680. 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
  681. 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
  682. 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
  683. 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]------- 生成中。。。
  684. 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}
  685. 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
  686. 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
  687. 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]------ 生成完成。。。
  688. 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
  689. 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
  690. 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
  691. 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
  692. 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
  693. 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
  694. 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
  695. 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
  696. 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
  697. 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
  698. 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
  699. 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
  700. 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
  701. 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
  702. 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
  703. 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
  704. 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
  705. 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
  706. 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
  707. 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
  708. 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
  709. 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
  710. 2019-12-03 15:22:30.785 [http-nio-8080-exec-6] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->copy_type = 0
  711. 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
  712. 2019-12-03 15:22:42.759 [http-nio-8080-exec-9] INFO org.jeecg.modules.online.cgform.service.impl.d:279 - ==判断表是否存在消耗时间3毫秒
  713. 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"?>
  714. <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
  715. <hibernate-mapping>
  716. <class name="test_bolin" table="test_bolin" optimistic-lock="version">
  717. <id name="id" type="java.lang.String" length="36" unsaved-value="null">
  718. <generator class="uuid" />
  719. </id>
  720. <property name="create_by"
  721. type="java.lang.String"
  722. access="property">
  723. <column name="create_by"
  724. length="50"
  725. not-null="false" unique="false">
  726. <comment>创建人</comment>
  727. </column>
  728. </property>
  729. <property name="create_time"
  730. type="java.util.Date"
  731. access="property">
  732. <column name="create_time"
  733. length="20"
  734. not-null="false" unique="false">
  735. <comment>创建日期</comment>
  736. </column>
  737. </property>
  738. <property name="update_by"
  739. type="java.lang.String"
  740. access="property">
  741. <column name="update_by"
  742. length="50"
  743. not-null="false" unique="false">
  744. <comment>更新人</comment>
  745. </column>
  746. </property>
  747. <property name="update_time"
  748. type="java.util.Date"
  749. access="property">
  750. <column name="update_time"
  751. length="20"
  752. not-null="false" unique="false">
  753. <comment>更新日期</comment>
  754. </column>
  755. </property>
  756. <property name="sys_org_code"
  757. type="java.lang.String"
  758. access="property">
  759. <column name="sys_org_code"
  760. length="64"
  761. not-null="false" unique="false">
  762. <comment>所属部门</comment>
  763. </column>
  764. </property>
  765. <property name="name"
  766. type="java.lang.String"
  767. access="property">
  768. <column name="name"
  769. length="32"
  770. not-null="false" unique="false">
  771. <comment>姓名</comment>
  772. </column>
  773. </property>
  774. <property name="text"
  775. type="java.lang.String"
  776. access="property">
  777. <column name="text"
  778. length="32"
  779. not-null="false" unique="false">
  780. <comment>文本</comment>
  781. </column>
  782. </property>
  783. </class>
  784. </hibernate-mapping>
  785. 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
  786. 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
  787. 2019-12-03 15:22:43.044 [http-nio-8080-exec-9] INFO org.hibernate.tool.hbm2ddl.SchemaExport:245 - HHH000227: Running hbm2ddl schema export
  788. 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!)
  789. 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]
  790. 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=****}
  791. 2019-12-03 15:22:43.049 [http-nio-8080-exec-9] INFO org.hibernate.orm.connections.pooling:143 - HHH10001003: Autocommit mode: false
  792. 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)
  793. 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.
  794. 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.
  795. 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'
  796. 2019-12-03 15:22:43.159 [http-nio-8080-exec-9] INFO org.jeecg.modules.online.cgform.a.a:600 - ==同步数据库消耗时间414毫秒
  797. 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
  798. 2019-12-03 15:22:43.276 [http-nio-8080-exec-7] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->copy_type = 0
  799. 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
  800. 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
  801. 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
  802. 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
  803. 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 = ?
  804. 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)
  805. 2019-12-03 15:22:53.513 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 0
  806. 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
  807. 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
  808. 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
  809. 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
  810. 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})
  811. 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
  812. 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
  813. 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 = ?
  814. 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)
  815. 2019-12-03 15:23:08.995 [http-nio-8080-exec-9] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 0
  816. 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
  817. 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
  818. 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
  819. 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
  820. 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
  821. 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 = ?
  822. 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)
  823. 2019-12-03 15:23:15.340 [http-nio-8080-exec-5] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 0
  824. 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
  825. 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
  826. 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
  827. 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
  828. 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
  829. 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
  830. 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 = ?
  831. 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)
  832. 2019-12-03 15:23:20.386 [http-nio-8080-exec-2] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 0
  833. 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
  834. 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
  835. 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
  836. 2019-12-03 15:23:21.482 [http-nio-8080-exec-7] INFO org.jeecg.common.system.query.QueryGenerator:387 - --查询规则-->copy_type = 0
  837. 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
  838. 2019-12-03 15:23:21.796 [http-nio-8080-exec-10] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : cgform_table_type
  839. 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)
  840. 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
  841. 2019-12-03 15:23:22.139 [http-nio-8080-exec-5] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : cgform_table_type
  842. 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)
  843. 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
  844. 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
  845. 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
  846. 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
  847. 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
  848. 2019-12-03 15:24:46.844 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer)
  849. 2019-12-03 15:24:46.864 [http-nio-8080-exec-3] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 101
  850. 2019-12-03 15:24:46.871 [http-nio-8080-exec-3] INFO o.j.m.system.controller.SysPermissionController:82 - ======获取全部菜单数据=====耗时:38毫秒
  851. 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
  852. 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
  853. 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
  854. 2019-12-03 15:24:54.668 [http-nio-8080-exec-2] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : global_perms_type
  855. 2019-12-03 15:24:54.670 [http-nio-8080-exec-8] INFO o.j.modules.system.controller.SysDictController:130 - dictCode : valid_status
  856. 2019-12-03 15:24:54.674 [http-nio-8080-exec-8] INFO o.j.modules.system.service.impl.SysDictServiceImpl:51 - 无缓存dictCache的时候调用这里!
  857. 2019-12-03 15:24:54.674 [http-nio-8080-exec-2] INFO o.j.modules.system.service.impl.SysDictServiceImpl:51 - 无缓存dictCache的时候调用这里!
  858. 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
  859. 2019-12-03 15:24:54.678 [http-nio-8080-exec-1] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer)
  860. 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
  861. 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)
  862. 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
  863. 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)
  864. 2019-12-03 15:24:54.693 [http-nio-8080-exec-2] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - <== Total: 2
  865. 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)
  866. 2019-12-03 15:24:54.704 [http-nio-8080-exec-1] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 101
  867. 2019-12-03 15:24:54.714 [http-nio-8080-exec-8] DEBUG o.j.m.s.mapper.SysDictMapper.queryDictItemsByCode:143 - <== Total: 2
  868. 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)
  869. 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
  870. 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
  871. 2019-12-03 15:25:19.443 [http-nio-8080-exec-10] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - ==> Parameters: 0(Integer)
  872. 2019-12-03 15:25:19.474 [http-nio-8080-exec-10] DEBUG o.j.m.system.mapper.SysPermissionMapper.selectList:143 - <== Total: 101
  873. 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 (系统找不到指定的路径。)
  874. 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
  875. 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
  876. 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
  877. 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
  878. 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
  879. 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
  880. 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)
  881. 2019-12-03 15:39:20.586 [main] INFO org.jeecg.JeecgApplication:679 - The following profiles are active: dev
  882. 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!
  883. 2019-12-03 15:39:27.951 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
  884. 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.
  885. 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)
  886. 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)
  887. 2019-12-03 15:39:29.467 [main] INFO org.jeecg.config.ShiroConfig:191 - ===============(1)创建缓存管理器RedisCacheManager
  888. 2019-12-03 15:39:29.470 [main] INFO org.jeecg.config.ShiroConfig:209 - ===============(2)创建RedisManager,连接Redis..URL= 127.0.0.1:6379
  889. 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)
  890. 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)
  891. 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)
  892. 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)
  893. 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)
  894. 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)
  895. 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)
  896. 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)
  897. 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)
  898. 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)
  899. 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)
  900. 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)
  901. 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)
  902. 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)
  903. 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)
  904. 2019-12-03 15:39:32.454 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 8080 (http)
  905. 2019-12-03 15:39:32.495 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-8080"]
  906. 2019-12-03 15:39:32.516 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
  907. 2019-12-03 15:39:32.517 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.16]
  908. 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;;.]
  909. 2019-12-03 15:39:33.344 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring embedded WebApplicationContext
  910. 2019-12-03 15:39:33.346 [main] INFO org.springframework.web.context.ContextLoader:296 - Root WebApplicationContext: initialization completed in 12597 ms
  911. 2019-12-03 15:39:34.583 [main] INFO c.b.dynamic.datasource.DynamicDataSourceCreator:113 - 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置
  912. 2019-12-03 15:39:35.192 [main] INFO com.alibaba.druid.pool.DruidDataSource:1003 - {dataSource-1,master} inited
  913. 2019-12-03 15:39:35.194 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:203 - 初始共加载 1 个数据源
  914. 2019-12-03 15:39:35.195 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:142 - 动态数据源-加载 master 成功
  915. 2019-12-03 15:39:35.196 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:212 - 当前的默认数据源是单数据源,数据源名为 master
  916. 2019-12-03 15:39:41.421 [main] INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
  917. 2019-12-03 15:39:41.441 [main] INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  918. 2019-12-03 15:39:41.442 [main] INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.0 created.
  919. 2019-12-03 15:39:41.451 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:672 - Using db table-based data access locking (synchronization).
  920. 2019-12-03 15:39:41.453 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:145 - JobStoreCMT initialized.
  921. 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'
  922. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  923. NOT STARTED.
  924. Currently in standby mode.
  925. Number of jobs executed: 0
  926. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  927. Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.
  928. 2019-12-03 15:39:41.455 [main] INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  929. 2019-12-03 15:39:41.456 [main] INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.0
  930. 2019-12-03 15:39:41.456 [main] INFO org.quartz.core.QuartzScheduler:2287 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3d4818e8
  931. 2019-12-03 15:39:45.466 [main] WARN org.jeecg.common.es.JeecgElasticsearchTemplate:61 - ElasticSearch 服务连接失败,原因:配置未通过。可能是BaseURL未配置或配置有误,也可能是Elasticsearch服务未启动。接下来将会拒绝执行任何方法!
  932. 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'
  933. 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)]
  934. 2019-12-03 15:39:48.434 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
  935. 2019-12-03 15:39:49.931 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
  936. 2019-12-03 15:39:49.968 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
  937. 2019-12-03 15:39:50.138 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
  938. 2019-12-03 15:39:50.929 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_1
  939. 2019-12-03 15:39:50.934 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_1
  940. 2019-12-03 15:39:50.937 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_1
  941. 2019-12-03 15:39:50.943 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_1
  942. 2019-12-03 15:39:50.946 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_1
  943. 2019-12-03 15:39:50.972 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_2
  944. 2019-12-03 15:39:50.975 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_2
  945. 2019-12-03 15:39:50.978 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_2
  946. 2019-12-03 15:39:50.983 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_2
  947. 2019-12-03 15:39:50.986 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_2
  948. 2019-12-03 15:39:51.004 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_1
  949. 2019-12-03 15:39:51.112 [main] INFO o.s.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
  950. 2019-12-03 15:39:51.405 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:866 - Freed 0 triggers from 'acquired' / 'blocked' state.
  951. 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.
  952. 2019-12-03 15:39:51.419 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:889 - Recovery complete.
  953. 2019-12-03 15:39:51.421 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:896 - Removed 0 'complete' triggers.
  954. 2019-12-03 15:39:51.424 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:901 - Removed 0 stale fired job entries.
  955. 2019-12-03 15:39:51.426 [main] INFO org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  956. 2019-12-03 15:39:51.463 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-8080"]
  957. 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'
  958. 2019-12-03 15:39:51.618 [main] INFO org.jeecg.JeecgApplication:59 - Started JeecgApplication in 32.346 seconds (JVM running for 34.669)
  959. 2019-12-03 15:39:51.645 [main] INFO org.jeecg.JeecgApplication:33 -
  960. ----------------------------------------------------------
  961. Application Jeecg-Boot is running! Access URLs:
  962. Local: http://localhost:8080/jeecg-boot/
  963. External: http://192.168.2.44:8080/jeecg-boot/
  964. swagger-ui: http://192.168.2.44:8080/jeecg-boot/swagger-ui.html
  965. Doc: http://192.168.2.44:8080/jeecg-boot/doc.html
  966. ----------------------------------------------------------
  967. 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'
  968. 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'
  969. 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
  970. 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
  971. 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
  972. 2019-12-03 15:39:57.723 [http-nio-8080-exec-1] INFO org.jeecg.modules.message.websocket.WebSocket:37 - 【websocket消息】有新的连接,总数为:1
  973. 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)
  974. 2019-12-03 15:41:16.992 [main] INFO org.jeecg.JeecgApplication:679 - The following profiles are active: dev
  975. 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!
  976. 2019-12-03 15:41:20.749 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
  977. 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.
  978. 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)
  979. 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)
  980. 2019-12-03 15:41:22.244 [main] INFO org.jeecg.config.ShiroConfig:193 - ===============(1)创建缓存管理器RedisCacheManager
  981. 2019-12-03 15:41:22.247 [main] INFO org.jeecg.config.ShiroConfig:211 - ===============(2)创建RedisManager,连接Redis..URL= 127.0.0.1:6379
  982. 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)
  983. 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)
  984. 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)
  985. 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)
  986. 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)
  987. 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)
  988. 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)
  989. 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)
  990. 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)
  991. 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)
  992. 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)
  993. 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)
  994. 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)
  995. 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)
  996. 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)
  997. 2019-12-03 15:41:23.967 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 8080 (http)
  998. 2019-12-03 15:41:23.989 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-8080"]
  999. 2019-12-03 15:41:24.004 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
  1000. 2019-12-03 15:41:24.005 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.16]
  1001. 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;;.]
  1002. 2019-12-03 15:41:24.254 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring embedded WebApplicationContext
  1003. 2019-12-03 15:41:24.255 [main] INFO org.springframework.web.context.ContextLoader:296 - Root WebApplicationContext: initialization completed in 7162 ms
  1004. 2019-12-03 15:41:24.821 [main] INFO c.b.dynamic.datasource.DynamicDataSourceCreator:113 - 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置
  1005. 2019-12-03 15:41:25.224 [main] INFO com.alibaba.druid.pool.DruidDataSource:1003 - {dataSource-1,master} inited
  1006. 2019-12-03 15:41:25.225 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:203 - 初始共加载 1 个数据源
  1007. 2019-12-03 15:41:25.226 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:142 - 动态数据源-加载 master 成功
  1008. 2019-12-03 15:41:25.227 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:212 - 当前的默认数据源是单数据源,数据源名为 master
  1009. 2019-12-03 15:41:29.556 [main] INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
  1010. 2019-12-03 15:41:29.572 [main] INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  1011. 2019-12-03 15:41:29.572 [main] INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.0 created.
  1012. 2019-12-03 15:41:29.577 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:672 - Using db table-based data access locking (synchronization).
  1013. 2019-12-03 15:41:29.580 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:145 - JobStoreCMT initialized.
  1014. 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'
  1015. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  1016. NOT STARTED.
  1017. Currently in standby mode.
  1018. Number of jobs executed: 0
  1019. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  1020. Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.
  1021. 2019-12-03 15:41:29.582 [main] INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  1022. 2019-12-03 15:41:29.583 [main] INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.0
  1023. 2019-12-03 15:41:29.584 [main] INFO org.quartz.core.QuartzScheduler:2287 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@57bd9c2b
  1024. 2019-12-03 15:41:33.621 [main] WARN org.jeecg.common.es.JeecgElasticsearchTemplate:61 - ElasticSearch 服务连接失败,原因:配置未通过。可能是BaseURL未配置或配置有误,也可能是Elasticsearch服务未启动。接下来将会拒绝执行任何方法!
  1025. 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'
  1026. 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)]
  1027. 2019-12-03 15:41:36.687 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
  1028. 2019-12-03 15:41:38.296 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
  1029. 2019-12-03 15:41:38.332 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
  1030. 2019-12-03 15:41:38.439 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
  1031. 2019-12-03 15:41:38.767 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_1
  1032. 2019-12-03 15:41:38.769 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_1
  1033. 2019-12-03 15:41:38.772 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_1
  1034. 2019-12-03 15:41:38.777 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_1
  1035. 2019-12-03 15:41:38.782 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_1
  1036. 2019-12-03 15:41:38.822 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_2
  1037. 2019-12-03 15:41:38.829 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_2
  1038. 2019-12-03 15:41:38.835 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_2
  1039. 2019-12-03 15:41:38.844 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_2
  1040. 2019-12-03 15:41:38.852 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_2
  1041. 2019-12-03 15:41:38.882 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_1
  1042. 2019-12-03 15:41:38.911 [main] INFO o.s.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
  1043. 2019-12-03 15:41:39.197 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:866 - Freed 0 triggers from 'acquired' / 'blocked' state.
  1044. 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.
  1045. 2019-12-03 15:41:39.206 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:889 - Recovery complete.
  1046. 2019-12-03 15:41:39.208 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:896 - Removed 0 'complete' triggers.
  1047. 2019-12-03 15:41:39.214 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:901 - Removed 0 stale fired job entries.
  1048. 2019-12-03 15:41:39.215 [main] INFO org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  1049. 2019-12-03 15:41:39.248 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-8080"]
  1050. 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'
  1051. 2019-12-03 15:41:39.336 [main] INFO org.jeecg.JeecgApplication:59 - Started JeecgApplication in 23.81 seconds (JVM running for 25.645)
  1052. 2019-12-03 15:41:39.364 [main] INFO org.jeecg.JeecgApplication:33 -
  1053. ----------------------------------------------------------
  1054. Application Jeecg-Boot is running! Access URLs:
  1055. Local: http://localhost:8080/jeecg-boot/
  1056. External: http://192.168.2.44:8080/jeecg-boot/
  1057. swagger-ui: http://192.168.2.44:8080/jeecg-boot/swagger-ui.html
  1058. Doc: http://192.168.2.44:8080/jeecg-boot/doc.html
  1059. ----------------------------------------------------------
  1060. 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'
  1061. 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'
  1062. 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
  1063. 2019-12-03 15:41:40.264 [http-nio-8080-exec-1] INFO org.jeecg.modules.message.websocket.WebSocket:37 - 【websocket消息】有新的连接,总数为:1
  1064. 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
  1065. 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
  1066. 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)
  1067. 2019-12-03 15:45:28.031 [main] INFO org.jeecg.JeecgApplication:679 - The following profiles are active: dev
  1068. 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!
  1069. 2019-12-03 15:45:34.814 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
  1070. 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.
  1071. 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)
  1072. 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)
  1073. 2019-12-03 15:45:36.100 [main] INFO org.jeecg.config.ShiroConfig:193 - ===============(1)创建缓存管理器RedisCacheManager
  1074. 2019-12-03 15:45:36.104 [main] INFO org.jeecg.config.ShiroConfig:211 - ===============(2)创建RedisManager,连接Redis..URL= 127.0.0.1:6379
  1075. 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)
  1076. 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)
  1077. 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)
  1078. 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)
  1079. 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)
  1080. 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)
  1081. 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)
  1082. 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)
  1083. 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)
  1084. 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)
  1085. 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)
  1086. 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)
  1087. 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)
  1088. 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)
  1089. 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)
  1090. 2019-12-03 15:45:37.617 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 8080 (http)
  1091. 2019-12-03 15:45:37.643 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-8080"]
  1092. 2019-12-03 15:45:37.659 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
  1093. 2019-12-03 15:45:37.660 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.16]
  1094. 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;;.]
  1095. 2019-12-03 15:45:37.913 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring embedded WebApplicationContext
  1096. 2019-12-03 15:45:37.913 [main] INFO org.springframework.web.context.ContextLoader:296 - Root WebApplicationContext: initialization completed in 9651 ms
  1097. 2019-12-03 15:45:38.531 [main] INFO c.b.dynamic.datasource.DynamicDataSourceCreator:113 - 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置
  1098. 2019-12-03 15:45:38.983 [main] INFO com.alibaba.druid.pool.DruidDataSource:1003 - {dataSource-1,master} inited
  1099. 2019-12-03 15:45:38.984 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:203 - 初始共加载 1 个数据源
  1100. 2019-12-03 15:45:38.984 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:142 - 动态数据源-加载 master 成功
  1101. 2019-12-03 15:45:38.985 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:212 - 当前的默认数据源是单数据源,数据源名为 master
  1102. 2019-12-03 15:45:44.455 [main] INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
  1103. 2019-12-03 15:45:44.481 [main] INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  1104. 2019-12-03 15:45:44.482 [main] INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.0 created.
  1105. 2019-12-03 15:45:44.489 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:672 - Using db table-based data access locking (synchronization).
  1106. 2019-12-03 15:45:44.493 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:145 - JobStoreCMT initialized.
  1107. 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'
  1108. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  1109. NOT STARTED.
  1110. Currently in standby mode.
  1111. Number of jobs executed: 0
  1112. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  1113. Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.
  1114. 2019-12-03 15:45:44.498 [main] INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  1115. 2019-12-03 15:45:44.499 [main] INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.0
  1116. 2019-12-03 15:45:44.500 [main] INFO org.quartz.core.QuartzScheduler:2287 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@e7d0db2
  1117. 2019-12-03 15:45:48.857 [main] WARN org.jeecg.common.es.JeecgElasticsearchTemplate:61 - ElasticSearch 服务连接失败,原因:配置未通过。可能是BaseURL未配置或配置有误,也可能是Elasticsearch服务未启动。接下来将会拒绝执行任何方法!
  1118. 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'
  1119. 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)]
  1120. 2019-12-03 15:45:51.873 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
  1121. 2019-12-03 15:45:53.267 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
  1122. 2019-12-03 15:45:53.296 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
  1123. 2019-12-03 15:45:53.381 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
  1124. 2019-12-03 15:45:53.664 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_1
  1125. 2019-12-03 15:45:53.668 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_1
  1126. 2019-12-03 15:45:53.670 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_1
  1127. 2019-12-03 15:45:53.675 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_1
  1128. 2019-12-03 15:45:53.678 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_1
  1129. 2019-12-03 15:45:53.709 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_2
  1130. 2019-12-03 15:45:53.712 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_2
  1131. 2019-12-03 15:45:53.716 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_2
  1132. 2019-12-03 15:45:53.719 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_2
  1133. 2019-12-03 15:45:53.723 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_2
  1134. 2019-12-03 15:45:53.741 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_1
  1135. 2019-12-03 15:45:53.758 [main] INFO o.s.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
  1136. 2019-12-03 15:45:54.029 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:866 - Freed 0 triggers from 'acquired' / 'blocked' state.
  1137. 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.
  1138. 2019-12-03 15:45:54.040 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:889 - Recovery complete.
  1139. 2019-12-03 15:45:54.043 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:896 - Removed 0 'complete' triggers.
  1140. 2019-12-03 15:45:54.046 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:901 - Removed 0 stale fired job entries.
  1141. 2019-12-03 15:45:54.047 [main] INFO org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  1142. 2019-12-03 15:45:54.073 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-8080"]
  1143. 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'
  1144. 2019-12-03 15:45:54.119 [main] INFO org.jeecg.JeecgApplication:59 - Started JeecgApplication in 28.194 seconds (JVM running for 30.592)
  1145. 2019-12-03 15:45:54.143 [main] INFO org.jeecg.JeecgApplication:33 -
  1146. ----------------------------------------------------------
  1147. Application Jeecg-Boot is running! Access URLs:
  1148. Local: http://localhost:8080/jeecg-boot/
  1149. External: http://192.168.2.44:8080/jeecg-boot/
  1150. swagger-ui: http://192.168.2.44:8080/jeecg-boot/swagger-ui.html
  1151. Doc: http://192.168.2.44:8080/jeecg-boot/doc.html
  1152. ----------------------------------------------------------
  1153. 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'
  1154. 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'
  1155. 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
  1156. 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
  1157. 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
  1158. 2019-12-03 15:45:57.672 [http-nio-8080-exec-1] INFO org.jeecg.modules.message.websocket.WebSocket:37 - 【websocket消息】有新的连接,总数为:1
  1159. 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: 远程主机强迫关闭了一个现有的连接。]
  1160. 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
  1161. 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
  1162. 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
  1163. 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
  1164. 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