1 Star 0 Fork 0

java_胡/redis-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
redis-admin.log 175.48 KB
一键复制 编辑 原始数据 按行查看 历史
java_胡 提交于 2023-05-16 14:20 . first
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183
2022-04-23 09:56:21.503 INFO 79164 --- [main] c.x.redis.admin.RedisServerApplication : Starting RedisServerApplication on liujingingdeMBP.lan with PID 79164 (/Users/xianxini/Documents/projects/redis/redis-admin/target/classes started by xianxini in /Users/xianxini/Documents/projects/redis/redis-admin)
2022-04-23 09:56:21.506 INFO 79164 --- [main] c.x.redis.admin.RedisServerApplication : No active profile set, falling back to default profiles: default
2022-04-23 09:56:22.162 INFO 79164 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-04-23 09:56:22.252 INFO 79164 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 78ms. Found 3 JPA repository interfaces.
2022-04-23 09:56:22.555 INFO 79164 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-23 09:56:22.881 INFO 79164 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9898 (http)
2022-04-23 09:56:22.891 INFO 79164 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2022-04-23 09:56:22.891 INFO 79164 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
2022-04-23 09:56:22.963 INFO 79164 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2022-04-23 09:56:22.963 INFO 79164 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1411 ms
2022-04-23 09:56:22.998 INFO 79164 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2022-04-23 09:56:23.257 INFO 79164 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2022-04-23 09:56:23.262 INFO 79164 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:~/test'
2022-04-23 09:56:23.276 INFO 79164 --- [main] c.x.r.admin.framework.config.CorsConfig : CorsFilter Configuration
2022-04-23 09:56:23.397 INFO 79164 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2022-04-23 09:56:23.481 INFO 79164 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.9.Final}
2022-04-23 09:56:23.636 INFO 79164 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2022-04-23 09:56:23.758 INFO 79164 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2022-04-23 09:56:24.453 INFO 79164 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-23 09:56:24.459 INFO 79164 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 09:56:24.876 WARN 79164 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-23 09:56:24.983 INFO 79164 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2022-04-23 09:56:25.046 INFO 79164 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2022-04-23 09:56:25.178 INFO 79164 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9898 (http) with context path ''
2022-04-23 09:56:25.180 INFO 79164 --- [main] c.x.redis.admin.RedisServerApplication : Started RedisServerApplication in 4.047 seconds (JVM running for 4.707)
2022-04-23 09:56:25.281 INFO 79164 --- [main] c.x.r.a.f.handler.InitSysUserHandler : 检测系统用户数量:2
2022-04-23 09:58:29.758 INFO 79164 --- [http-nio-9898-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-23 09:58:29.758 INFO 79164 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2022-04-23 09:58:29.763 INFO 79164 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 5 ms
2022-04-23 09:58:30.342 INFO 79164 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 09:58:30.343 INFO 79164 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 09:58:30.343 INFO 79164 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 09:58:30.343 INFO 79164 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 09:58:30.381 INFO 79164 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 09:58:30.388 INFO 79164 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:null
2022-04-23 09:58:30.388 INFO 79164 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.047189033s
2022-04-23 09:58:30.395 INFO 79164 --- [http-nio-9898-exec-2] c.x.r.a.f.h.ExceptionHandlerAdvice : 异常堆栈:
java.lang.NullPointerException: null
at com.xianxin.redis.admin.controller.BaseController$SpringUtil.getHttpServletRequest(BaseController.java:46) ~[classes/:na]
at com.xianxin.redis.admin.controller.BaseController.getLoginUser(BaseController.java:25) ~[classes/:na]
at com.xianxin.redis.admin.controller.RedisController.select(RedisController.java:178) ~[classes/:na]
at com.xianxin.redis.admin.controller.RedisController$$FastClassBySpringCGLIB$$6ecd21f3.invoke(<generated>) ~[classes/:na]
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:769) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at com.xianxin.redis.admin.framework.aop.LogAnnotationAspect.logSave(LogAnnotationAspect.java:79) ~[classes/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at com.xianxin.redis.admin.controller.RedisController$$EnhancerBySpringCGLIB$$ff44821b.select(<generated>) ~[classes/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:888) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:793) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:92) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:526) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:367) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1591) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.29.jar:9.0.29]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_181]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_181]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.29.jar:9.0.29]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_181]
2022-04-23 10:11:13.667 INFO 79164 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2022-04-23 10:11:13.668 INFO 79164 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 10:11:13.670 INFO 79164 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2022-04-23 10:11:13.676 INFO 79164 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2022-04-23 10:11:17.084 INFO 79456 --- [main] c.x.redis.admin.RedisServerApplication : Starting RedisServerApplication on liujingingdeMBP.lan with PID 79456 (/Users/xianxini/Documents/projects/redis/redis-admin/target/classes started by xianxini in /Users/xianxini/Documents/projects/redis/redis-admin)
2022-04-23 10:11:17.086 INFO 79456 --- [main] c.x.redis.admin.RedisServerApplication : No active profile set, falling back to default profiles: default
2022-04-23 10:11:17.556 INFO 79456 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-04-23 10:11:17.636 INFO 79456 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 72ms. Found 3 JPA repository interfaces.
2022-04-23 10:11:17.883 INFO 79456 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-23 10:11:18.145 INFO 79456 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9898 (http)
2022-04-23 10:11:18.152 INFO 79456 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2022-04-23 10:11:18.153 INFO 79456 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
2022-04-23 10:11:18.215 INFO 79456 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2022-04-23 10:11:18.216 INFO 79456 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1097 ms
2022-04-23 10:11:18.249 INFO 79456 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2022-04-23 10:11:18.475 INFO 79456 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2022-04-23 10:11:18.480 INFO 79456 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:~/test'
2022-04-23 10:11:18.494 INFO 79456 --- [main] c.x.r.admin.framework.config.CorsConfig : CorsFilter Configuration
2022-04-23 10:11:18.588 INFO 79456 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2022-04-23 10:11:18.637 INFO 79456 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.9.Final}
2022-04-23 10:11:18.732 INFO 79456 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2022-04-23 10:11:18.816 INFO 79456 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2022-04-23 10:11:19.347 INFO 79456 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-23 10:11:19.353 INFO 79456 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 10:11:19.718 WARN 79456 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-23 10:11:19.815 INFO 79456 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2022-04-23 10:11:19.872 INFO 79456 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2022-04-23 10:11:19.991 INFO 79456 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9898 (http) with context path ''
2022-04-23 10:11:19.993 INFO 79456 --- [main] c.x.redis.admin.RedisServerApplication : Started RedisServerApplication in 3.238 seconds (JVM running for 3.736)
2022-04-23 10:11:20.075 INFO 79456 --- [main] c.x.r.a.f.handler.InitSysUserHandler : 检测系统用户数量:2
2022-04-23 10:11:23.567 INFO 79456 --- [http-nio-9898-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-23 10:11:23.567 INFO 79456 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2022-04-23 10:11:23.573 INFO 79456 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 6 ms
2022-04-23 10:11:23.604 INFO 79456 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:11:23.604 INFO 79456 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:11:23.604 INFO 79456 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:11:23.605 INFO 79456 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:11:23.764 INFO 79456 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:11:23.771 INFO 79456 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:null
2022-04-23 10:11:23.771 INFO 79456 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.168240964s
2022-04-23 10:11:23.778 INFO 79456 --- [http-nio-9898-exec-1] c.x.r.a.f.h.ExceptionHandlerAdvice : 异常堆栈:
org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'javax.servlet.http.HttpServletRequest' available
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:351) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:342) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1126) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at com.xianxin.redis.admin.controller.BaseController.getLoginUser(BaseController.java:26) ~[classes/:na]
at com.xianxin.redis.admin.controller.RedisController.select(RedisController.java:178) ~[classes/:na]
at com.xianxin.redis.admin.controller.RedisController$$FastClassBySpringCGLIB$$6ecd21f3.invoke(<generated>) ~[classes/:na]
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:769) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at com.xianxin.redis.admin.framework.aop.LogAnnotationAspect.logSave(LogAnnotationAspect.java:79) ~[classes/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at com.xianxin.redis.admin.controller.RedisController$$EnhancerBySpringCGLIB$$5849cb2d.select(<generated>) ~[classes/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:888) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:793) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:92) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:526) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:367) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1591) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.29.jar:9.0.29]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_181]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_181]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.29.jar:9.0.29]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_181]
2022-04-23 10:11:58.619 INFO 79456 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2022-04-23 10:11:58.620 INFO 79456 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 10:11:58.622 INFO 79456 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2022-04-23 10:11:58.637 INFO 79456 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2022-04-23 10:12:03.638 INFO 79480 --- [main] c.x.redis.admin.RedisServerApplication : Starting RedisServerApplication on liujingingdeMBP.lan with PID 79480 (/Users/xianxini/Documents/projects/redis/redis-admin/target/classes started by xianxini in /Users/xianxini/Documents/projects/redis/redis-admin)
2022-04-23 10:12:03.652 INFO 79480 --- [main] c.x.redis.admin.RedisServerApplication : No active profile set, falling back to default profiles: default
2022-04-23 10:12:04.123 INFO 79480 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-04-23 10:12:04.190 INFO 79480 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 60ms. Found 3 JPA repository interfaces.
2022-04-23 10:12:04.421 INFO 79480 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-23 10:12:04.694 INFO 79480 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9898 (http)
2022-04-23 10:12:04.702 INFO 79480 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2022-04-23 10:12:04.703 INFO 79480 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
2022-04-23 10:12:04.768 INFO 79480 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2022-04-23 10:12:04.768 INFO 79480 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1082 ms
2022-04-23 10:12:04.803 INFO 79480 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2022-04-23 10:12:05.028 INFO 79480 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2022-04-23 10:12:05.034 INFO 79480 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:~/test'
2022-04-23 10:12:05.048 INFO 79480 --- [main] c.x.r.admin.framework.config.CorsConfig : CorsFilter Configuration
2022-04-23 10:12:05.146 INFO 79480 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2022-04-23 10:12:05.201 INFO 79480 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.9.Final}
2022-04-23 10:12:05.303 INFO 79480 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2022-04-23 10:12:05.388 INFO 79480 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2022-04-23 10:12:05.941 INFO 79480 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-23 10:12:05.947 INFO 79480 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 10:12:06.312 WARN 79480 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-23 10:12:06.409 INFO 79480 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2022-04-23 10:12:06.466 INFO 79480 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2022-04-23 10:12:06.583 INFO 79480 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9898 (http) with context path ''
2022-04-23 10:12:06.585 INFO 79480 --- [main] c.x.redis.admin.RedisServerApplication : Started RedisServerApplication in 3.267 seconds (JVM running for 3.774)
2022-04-23 10:12:06.664 INFO 79480 --- [main] c.x.r.a.f.handler.InitSysUserHandler : 检测系统用户数量:2
2022-04-23 10:12:11.116 INFO 79480 --- [http-nio-9898-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-23 10:12:11.116 INFO 79480 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2022-04-23 10:12:11.122 INFO 79480 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 6 ms
2022-04-23 10:12:11.158 INFO 79480 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:12:11.158 INFO 79480 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:12:11.158 INFO 79480 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:12:11.158 INFO 79480 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:12:11.332 INFO 79480 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:18:15.071 WARN 79480 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=6m9s941ms).
2022-04-23 10:18:15.072 INFO 79480 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:null
2022-04-23 10:18:15.072 INFO 79480 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:363.824128934s
2022-04-23 10:18:15.080 INFO 79480 --- [http-nio-9898-exec-1] c.x.r.a.f.h.ExceptionHandlerAdvice : 异常堆栈:
org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'javax.servlet.http.HttpServletRequest' available
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:351) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:342) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1126) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at com.xianxin.redis.admin.controller.BaseController.getLoginUser(BaseController.java:27) ~[classes/:na]
at com.xianxin.redis.admin.controller.RedisController.select(RedisController.java:178) ~[classes/:na]
at com.xianxin.redis.admin.controller.RedisController$$FastClassBySpringCGLIB$$6ecd21f3.invoke(<generated>) ~[classes/:na]
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:769) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at com.xianxin.redis.admin.framework.aop.LogAnnotationAspect.logSave(LogAnnotationAspect.java:79) ~[classes/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at com.xianxin.redis.admin.controller.RedisController$$EnhancerBySpringCGLIB$$188cceb8.select(<generated>) ~[classes/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:888) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:793) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:92) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:526) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:367) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1591) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.29.jar:9.0.29]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_181]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_181]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.29.jar:9.0.29]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_181]
2022-04-23 10:18:15.145 INFO 79480 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2022-04-23 10:18:15.146 INFO 79480 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 10:18:15.148 INFO 79480 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2022-04-23 10:18:15.150 INFO 79480 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2022-04-23 10:18:46.191 INFO 79609 --- [main] c.x.redis.admin.RedisServerApplication : Starting RedisServerApplication on liujingingdeMBP.lan with PID 79609 (/Users/xianxini/Documents/projects/redis/redis-admin/target/classes started by xianxini in /Users/xianxini/Documents/projects/redis/redis-admin)
2022-04-23 10:18:46.204 INFO 79609 --- [main] c.x.redis.admin.RedisServerApplication : No active profile set, falling back to default profiles: default
2022-04-23 10:18:46.697 INFO 79609 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-04-23 10:18:46.762 INFO 79609 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 58ms. Found 3 JPA repository interfaces.
2022-04-23 10:18:47.001 INFO 79609 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-23 10:18:47.286 INFO 79609 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9898 (http)
2022-04-23 10:18:47.294 INFO 79609 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2022-04-23 10:18:47.294 INFO 79609 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
2022-04-23 10:18:47.391 INFO 79609 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2022-04-23 10:18:47.391 INFO 79609 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1153 ms
2022-04-23 10:18:47.427 INFO 79609 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2022-04-23 10:18:47.625 INFO 79609 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2022-04-23 10:18:47.630 INFO 79609 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:~/test'
2022-04-23 10:18:47.644 INFO 79609 --- [main] c.x.r.admin.framework.config.CorsConfig : CorsFilter Configuration
2022-04-23 10:18:47.741 INFO 79609 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2022-04-23 10:18:47.794 INFO 79609 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.9.Final}
2022-04-23 10:18:47.893 INFO 79609 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2022-04-23 10:18:47.980 INFO 79609 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2022-04-23 10:18:48.520 INFO 79609 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-23 10:18:48.525 INFO 79609 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 10:18:48.885 WARN 79609 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-23 10:18:48.990 INFO 79609 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2022-04-23 10:18:49.051 INFO 79609 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2022-04-23 10:18:49.181 INFO 79609 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9898 (http) with context path ''
2022-04-23 10:18:49.183 INFO 79609 --- [main] c.x.redis.admin.RedisServerApplication : Started RedisServerApplication in 3.307 seconds (JVM running for 3.77)
2022-04-23 10:18:49.273 INFO 79609 --- [main] c.x.r.a.f.handler.InitSysUserHandler : 检测系统用户数量:2
2022-04-23 10:18:53.238 INFO 79609 --- [http-nio-9898-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-23 10:18:53.238 INFO 79609 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2022-04-23 10:18:53.244 INFO 79609 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 6 ms
2022-04-23 10:18:53.279 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:18:53.279 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:18:53.279 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:18:53.280 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:18:53.464 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:19:02.177 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:null
2022-04-23 10:19:02.177 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:8.899229004s
2022-04-23 10:19:02.184 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.h.ExceptionHandlerAdvice : 异常堆栈:
com.xianxin.redis.admin.framework.exception.ServerException: 用户不存在
at com.xianxin.redis.admin.controller.BaseController.getLoginUser(BaseController.java:32) ~[classes/:na]
at com.xianxin.redis.admin.controller.RedisController.select(RedisController.java:178) ~[classes/:na]
at com.xianxin.redis.admin.controller.RedisController$$FastClassBySpringCGLIB$$6ecd21f3.invoke(<generated>) ~[classes/:na]
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:769) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at com.xianxin.redis.admin.framework.aop.LogAnnotationAspect.logSave(LogAnnotationAspect.java:79) ~[classes/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at com.xianxin.redis.admin.controller.RedisController$$EnhancerBySpringCGLIB$$a6f60edb.select(<generated>) ~[classes/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:888) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:793) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:92) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:526) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:367) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1591) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.29.jar:9.0.29]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_181]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_181]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.29.jar:9.0.29]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_181]
2022-04-23 10:20:15.239 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:20:15.239 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:20:15.239 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:20:15.239 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:20:15.239 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:20:15.306 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:20:15.307 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.049911978s
2022-04-23 10:20:28.563 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:20:28.564 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:20:28.564 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:20:28.564 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:20:28.564 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:20:39.656 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:20:39.656 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:11.091699645s
2022-04-23 10:24:12.300 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:24:12.300 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:24:12.300 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:24:12.301 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:24:12.301 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:24:12.303 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:24:12.303 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.003119998s
2022-04-23 10:24:20.694 INFO 79609 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:24:20.694 INFO 79609 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:24:20.694 INFO 79609 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:24:20.694 INFO 79609 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:24:20.694 INFO 79609 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:24:20.696 INFO 79609 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:24:20.696 INFO 79609 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.002345695s
2022-04-23 10:24:24.742 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:24:24.742 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:24:24.742 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:24:24.742 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:24:24.742 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:24:24.744 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:24:24.744 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.002488696s
2022-04-23 10:25:20.859 INFO 79609 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:25:20.859 INFO 79609 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:25:20.859 INFO 79609 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:25:20.859 INFO 79609 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:25:20.860 INFO 79609 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:25:20.864 INFO 79609 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:25:20.864 INFO 79609 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.004479139s
2022-04-23 10:25:38.088 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:25:38.088 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:25:38.088 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:25:38.089 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:25:38.089 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:25:38.090 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:25:38.091 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.002252102s
2022-04-23 10:25:47.907 INFO 79609 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:25:47.907 INFO 79609 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:25:47.907 INFO 79609 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:25:47.907 INFO 79609 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:25:47.907 INFO 79609 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:25:47.909 INFO 79609 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:25:47.909 INFO 79609 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.001935524s
2022-04-23 10:25:51.048 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 列表查询
2022-04-23 10:25:51.048 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/query
2022-04-23 10:25:51.048 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:25:51.048 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:25:51.048 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 请求参数:[]
2022-04-23 10:25:51.052 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 响应参数:{"code":200,"count":2,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:25:51.052 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 耗时:0.001885846s
2022-04-23 10:25:57.681 INFO 79609 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 停用配置
2022-04-23 10:25:57.682 INFO 79609 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/disabled
2022-04-23 10:25:57.682 INFO 79609 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:25:57.682 INFO 79609 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:25:57.684 INFO 79609 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:disabled - 请求参数:[{"db":"0","host":"10.25.24.1","port":6379}]
2022-04-23 10:25:57.692 INFO 79609 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:disabled - 响应参数:{"code":200,"count":0,"data":true,"msg":"停用成功"}
2022-04-23 10:25:57.692 INFO 79609 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:disabled - 耗时:0.010417645s
2022-04-23 10:26:01.206 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 启用配置
2022-04-23 10:26:01.206 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/enabled
2022-04-23 10:26:01.206 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:26:01.206 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:26:01.206 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:enabled - 请求参数:[{"db":"0","host":"10.25.24.1","port":6379}]
2022-04-23 10:26:01.208 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:enabled - 响应参数:{"code":200,"count":0,"data":true,"msg":"启用成功"}
2022-04-23 10:26:01.208 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:enabled - 耗时:0.002641478s
2022-04-23 10:26:02.513 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:26:02.513 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:26:02.513 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:26:02.513 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:26:02.513 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:26:02.517 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:26:02.517 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.004066901s
2022-04-23 10:26:16.051 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:26:16.051 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:26:16.051 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:26:16.051 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:26:16.051 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:26:16.054 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:26:16.055 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.003465215s
2022-04-23 10:26:22.461 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:26:22.461 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:26:22.461 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:26:22.461 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:26:22.461 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:26:22.463 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:26:22.463 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.002110301s
2022-04-23 10:26:44.875 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:26:44.875 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:26:44.875 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:26:44.875 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:26:44.875 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:26:44.877 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:26:44.877 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.001768425s
2022-04-23 10:28:06.465 INFO 79609 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2022-04-23 10:28:06.466 INFO 79609 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 10:28:06.469 INFO 79609 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2022-04-23 10:28:06.470 INFO 79609 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2022-04-23 10:28:10.224 INFO 79826 --- [main] c.x.redis.admin.RedisServerApplication : Starting RedisServerApplication on liujingingdeMBP.lan with PID 79826 (/Users/xianxini/Documents/projects/redis/redis-admin/target/classes started by xianxini in /Users/xianxini/Documents/projects/redis/redis-admin)
2022-04-23 10:28:10.226 INFO 79826 --- [main] c.x.redis.admin.RedisServerApplication : No active profile set, falling back to default profiles: default
2022-04-23 10:28:10.729 INFO 79826 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-04-23 10:28:10.795 INFO 79826 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 59ms. Found 3 JPA repository interfaces.
2022-04-23 10:28:11.028 INFO 79826 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-23 10:28:11.290 INFO 79826 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9898 (http)
2022-04-23 10:28:11.297 INFO 79826 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2022-04-23 10:28:11.298 INFO 79826 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
2022-04-23 10:28:11.357 INFO 79826 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2022-04-23 10:28:11.357 INFO 79826 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1091 ms
2022-04-23 10:28:11.389 INFO 79826 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2022-04-23 10:28:11.834 INFO 79826 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2022-04-23 10:28:11.839 INFO 79826 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:~/test'
2022-04-23 10:28:11.853 INFO 79826 --- [main] c.x.r.admin.framework.config.CorsConfig : CorsFilter Configuration
2022-04-23 10:28:11.945 INFO 79826 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2022-04-23 10:28:11.998 INFO 79826 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.9.Final}
2022-04-23 10:28:12.095 INFO 79826 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2022-04-23 10:28:12.179 INFO 79826 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2022-04-23 10:28:12.729 INFO 79826 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-23 10:28:12.735 INFO 79826 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 10:28:13.099 WARN 79826 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-23 10:28:13.197 INFO 79826 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2022-04-23 10:28:13.252 INFO 79826 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2022-04-23 10:28:13.370 INFO 79826 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9898 (http) with context path ''
2022-04-23 10:28:13.372 INFO 79826 --- [main] c.x.redis.admin.RedisServerApplication : Started RedisServerApplication in 3.471 seconds (JVM running for 3.957)
2022-04-23 10:28:13.454 INFO 79826 --- [main] c.x.r.a.f.handler.InitSysUserHandler : 检测系统用户数量:2
2022-04-23 10:28:18.066 INFO 79826 --- [http-nio-9898-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-23 10:28:18.067 INFO 79826 --- [http-nio-9898-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2022-04-23 10:28:18.073 INFO 79826 --- [http-nio-9898-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 6 ms
2022-04-23 10:28:18.104 INFO 79826 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:28:18.105 INFO 79826 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:28:18.105 INFO 79826 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:28:18.105 INFO 79826 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:28:18.275 INFO 79826 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:28:18.309 INFO 79826 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:28:18.309 INFO 79826 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.187378685s
2022-04-23 10:33:42.970 INFO 79826 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2022-04-23 10:33:42.972 INFO 79826 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 10:33:42.974 INFO 79826 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2022-04-23 10:33:42.981 INFO 79826 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2022-04-23 10:35:00.537 INFO 80034 --- [main] c.x.redis.admin.RedisServerApplication : Starting RedisServerApplication on liujingingdeMBP.lan with PID 80034 (/Users/xianxini/Documents/projects/redis/redis-admin/target/classes started by xianxini in /Users/xianxini/Documents/projects/redis/redis-admin)
2022-04-23 10:35:00.539 INFO 80034 --- [main] c.x.redis.admin.RedisServerApplication : No active profile set, falling back to default profiles: default
2022-04-23 10:35:01.075 INFO 80034 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-04-23 10:35:01.149 INFO 80034 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 66ms. Found 3 JPA repository interfaces.
2022-04-23 10:35:01.406 INFO 80034 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-23 10:35:01.698 INFO 80034 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9898 (http)
2022-04-23 10:35:01.705 INFO 80034 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2022-04-23 10:35:01.706 INFO 80034 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
2022-04-23 10:35:01.788 INFO 80034 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2022-04-23 10:35:01.789 INFO 80034 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1209 ms
2022-04-23 10:35:01.835 INFO 80034 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2022-04-23 10:35:02.043 INFO 80034 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2022-04-23 10:35:02.048 INFO 80034 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:~/test'
2022-04-23 10:35:02.062 INFO 80034 --- [main] c.x.r.admin.framework.config.CorsConfig : CorsFilter Configuration
2022-04-23 10:35:02.160 INFO 80034 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2022-04-23 10:35:02.215 INFO 80034 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.9.Final}
2022-04-23 10:35:02.317 INFO 80034 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2022-04-23 10:35:02.408 INFO 80034 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2022-04-23 10:35:02.958 INFO 80034 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-23 10:35:02.963 INFO 80034 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 10:35:03.333 WARN 80034 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-23 10:35:03.438 INFO 80034 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2022-04-23 10:35:03.500 INFO 80034 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2022-04-23 10:35:03.636 INFO 80034 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9898 (http) with context path ''
2022-04-23 10:35:03.638 INFO 80034 --- [main] c.x.redis.admin.RedisServerApplication : Started RedisServerApplication in 3.469 seconds (JVM running for 4.17)
2022-04-23 10:35:03.732 INFO 80034 --- [main] c.x.r.a.f.handler.InitSysUserHandler : 检测系统用户数量:2
2022-04-23 10:35:07.577 INFO 80034 --- [http-nio-9898-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-23 10:35:07.577 INFO 80034 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2022-04-23 10:35:07.582 INFO 80034 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 5 ms
2022-04-23 10:35:20.569 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:35:20.570 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:35:20.570 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:35:20.570 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:35:20.602 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:35:20.648 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:35:20.648 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.063359729s
2022-04-23 10:35:22.738 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 列表查询
2022-04-23 10:35:22.738 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/query
2022-04-23 10:35:22.738 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:35:22.738 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:35:22.738 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 请求参数:[]
2022-04-23 10:35:22.742 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 响应参数:{"code":200,"count":2,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:35:22.742 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 耗时:0.001834362s
2022-04-23 10:35:25.506 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:35:25.506 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:35:25.506 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:35:25.506 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:35:25.506 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:35:25.510 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:35:25.510 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.003740581s
2022-04-23 10:35:35.593 INFO 80034 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:35:35.593 INFO 80034 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:35:35.593 INFO 80034 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:35:35.593 INFO 80034 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:35:35.593 INFO 80034 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:35:35.595 INFO 80034 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:35:35.595 INFO 80034 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.001973142s
2022-04-23 10:35:38.332 INFO 80034 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:35:38.332 INFO 80034 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:35:38.332 INFO 80034 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:35:38.332 INFO 80034 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:35:38.332 INFO 80034 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:35:38.335 INFO 80034 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:35:38.336 INFO 80034 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.003821498s
2022-04-23 10:35:50.410 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:35:50.411 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:35:50.411 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:35:50.411 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:35:50.411 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:35:50.415 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:35:50.415 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.004110389s
2022-04-23 10:36:03.653 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2022-04-23 10:36:03.654 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select/db
2022-04-23 10:36:03.654 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:36:03.654 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:36:03.655 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"10.25.24.1","port":6379}]
2022-04-23 10:36:03.656 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : HOST: 10.25.24.1
2022-04-23 10:36:03.668 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 0
2022-04-23 10:36:05.680 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:05.680 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 1
2022-04-23 10:36:07.683 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:07.683 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 2
2022-04-23 10:36:09.687 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:09.687 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 3
2022-04-23 10:36:11.690 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:11.690 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 4
2022-04-23 10:36:13.694 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:13.695 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 5
2022-04-23 10:36:14.110 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:36:14.110 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:36:14.111 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:36:14.111 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:36:14.111 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:36:14.113 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:36:14.113 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.00229204s
2022-04-23 10:36:15.697 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:15.698 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 6
2022-04-23 10:36:17.700 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:17.700 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 7
2022-04-23 10:36:19.702 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:19.703 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 8
2022-04-23 10:36:21.704 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:21.705 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 9
2022-04-23 10:36:23.707 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:23.707 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 10
2022-04-23 10:36:25.712 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:25.712 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 11
2022-04-23 10:36:27.714 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:27.714 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 12
2022-04-23 10:36:29.720 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:29.720 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 13
2022-04-23 10:36:31.725 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:31.726 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 14
2022-04-23 10:36:33.731 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:33.732 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 15
2022-04-23 10:36:35.734 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:35.735 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 响应参数:{"code":555,"count":0,"msg":"ERR数据库索引超出范围"}
2022-04-23 10:36:35.735 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:32.080234273s
2022-04-23 10:56:04.890 INFO 80034 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2022-04-23 10:56:04.892 INFO 80034 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 10:56:04.894 INFO 80034 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2022-04-23 10:56:04.895 INFO 80034 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2023-05-16 13:58:05.250 INFO 20244 --- [main] c.x.redis.admin.RedisServerApplication : Starting RedisServerApplication on DESKTOP-L3DTT1I with PID 20244 (F:\JavaProject\redis-admin\target\classes started by java_h in F:\JavaProject\redis-admin)
2023-05-16 13:58:05.253 INFO 20244 --- [main] c.x.redis.admin.RedisServerApplication : No active profile set, falling back to default profiles: default
2023-05-16 13:58:05.703 INFO 20244 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2023-05-16 13:58:05.760 INFO 20244 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 52ms. Found 3 JPA repository interfaces.
2023-05-16 13:58:05.931 INFO 20244 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-05-16 13:58:06.147 INFO 20244 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9898 (http)
2023-05-16 13:58:06.156 INFO 20244 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-05-16 13:58:06.156 INFO 20244 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
2023-05-16 13:58:06.221 INFO 20244 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-05-16 13:58:06.222 INFO 20244 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 929 ms
2023-05-16 13:58:06.257 INFO 20244 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2023-05-16 13:58:10.934 INFO 20244 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2023-05-16 13:58:10.937 INFO 20244 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:~/test'
2023-05-16 13:58:10.945 INFO 20244 --- [main] c.x.r.admin.framework.config.CorsConfig : CorsFilter Configuration
2023-05-16 13:58:11.005 INFO 20244 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2023-05-16 13:58:11.029 INFO 20244 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.9.Final}
2023-05-16 13:58:11.088 INFO 20244 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2023-05-16 13:58:11.133 INFO 20244 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2023-05-16 13:58:11.420 INFO 20244 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-16 13:58:11.423 INFO 20244 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2023-05-16 13:58:11.632 WARN 20244 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-05-16 13:58:11.746 INFO 20244 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2023-05-16 13:58:11.787 INFO 20244 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2023-05-16 13:58:11.866 INFO 20244 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9898 (http) with context path ''
2023-05-16 13:58:11.868 INFO 20244 --- [main] c.x.redis.admin.RedisServerApplication : Started RedisServerApplication in 7.07 seconds (JVM running for 8.598)
2023-05-16 13:58:11.917 INFO 20244 --- [main] c.x.r.a.f.handler.InitSysUserHandler : 检测系统用户数量:0
2023-05-16 13:58:11.917 INFO 20244 --- [main] c.x.r.a.f.handler.InitSysUserHandler : 开始初始化用户信息...
2023-05-16 13:58:11.918 INFO 20244 --- [main] c.x.r.a.f.handler.InitSysUserHandler : Role:ADMIN - username:admin - password:admin
2023-05-16 13:58:11.937 INFO 20244 --- [main] c.x.r.a.f.handler.InitSysUserHandler : Role:DEV - username:developer - password:developer
2023-05-16 13:58:11.939 INFO 20244 --- [main] c.x.r.a.f.handler.InitSysUserHandler : 初始化完成!
2023-05-16 13:58:20.312 INFO 20244 --- [http-nio-9898-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-05-16 13:58:20.313 INFO 20244 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2023-05-16 13:58:20.319 INFO 20244 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 6 ms
2023-05-16 13:58:25.162 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-05-16 13:58:25.163 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2023-05-16 13:58:25.163 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 13:58:25.164 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 13:58:25.193 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-05-16 13:58:25.222 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[],"msg":"success"}
2023-05-16 13:58:25.222 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0460659s
2023-05-16 13:58:27.940 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 列表查询
2023-05-16 13:58:27.940 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/query
2023-05-16 13:58:27.941 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 13:58:27.941 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 13:58:27.941 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 请求参数:[]
2023-05-16 13:58:27.943 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 响应参数:{"code":200,"count":0,"data":[],"msg":"success"}
2023-05-16 13:58:27.943 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 耗时:0.0024998s
2023-05-16 13:58:28.803 INFO 20244 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-05-16 13:58:28.804 INFO 20244 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2023-05-16 13:58:28.804 INFO 20244 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 13:58:28.804 INFO 20244 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 13:58:28.804 INFO 20244 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-05-16 13:58:28.809 INFO 20244 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[],"msg":"success"}
2023-05-16 13:58:28.809 INFO 20244 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0057453s
2023-05-16 13:58:35.397 INFO 20244 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-05-16 13:58:35.397 INFO 20244 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2023-05-16 13:58:35.397 INFO 20244 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 13:58:35.397 INFO 20244 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 13:58:35.397 INFO 20244 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-05-16 13:58:35.399 INFO 20244 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[],"msg":"success"}
2023-05-16 13:58:35.399 INFO 20244 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0022672s
2023-05-16 14:00:57.450 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-05-16 14:00:57.450 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2023-05-16 14:00:57.450 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:00:57.450 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:00:57.450 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-05-16 14:00:57.452 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[],"msg":"success"}
2023-05-16 14:00:57.452 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0023261s
2023-05-16 14:00:59.008 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 列表查询
2023-05-16 14:00:59.008 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/query
2023-05-16 14:00:59.008 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:00:59.008 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:00:59.008 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 请求参数:[]
2023-05-16 14:00:59.010 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 响应参数:{"code":200,"count":0,"data":[],"msg":"success"}
2023-05-16 14:00:59.010 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 耗时:0.001378s
2023-05-16 14:00:59.645 INFO 20244 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-05-16 14:00:59.646 INFO 20244 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2023-05-16 14:00:59.646 INFO 20244 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:00:59.646 INFO 20244 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:00:59.646 INFO 20244 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-05-16 14:00:59.647 INFO 20244 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[],"msg":"success"}
2023-05-16 14:00:59.647 INFO 20244 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0017947s
2023-05-16 14:01:00.960 INFO 20244 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-05-16 14:01:00.961 INFO 20244 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2023-05-16 14:01:00.961 INFO 20244 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:01:00.961 INFO 20244 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:01:00.961 INFO 20244 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-05-16 14:01:00.962 INFO 20244 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[],"msg":"success"}
2023-05-16 14:01:00.962 INFO 20244 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.001845s
2023-05-16 14:01:18.176 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-05-16 14:01:18.176 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2023-05-16 14:01:18.176 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:01:18.176 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:01:18.176 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-05-16 14:01:18.177 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[],"msg":"success"}
2023-05-16 14:01:18.178 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0019269s
2023-05-16 14:01:20.022 INFO 20244 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 列表查询
2023-05-16 14:01:20.022 INFO 20244 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/query
2023-05-16 14:01:20.022 INFO 20244 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:01:20.022 INFO 20244 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:01:20.022 INFO 20244 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 请求参数:[]
2023-05-16 14:01:20.023 INFO 20244 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 响应参数:{"code":200,"count":0,"data":[],"msg":"success"}
2023-05-16 14:01:20.023 INFO 20244 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 耗时:0.0010891s
2023-05-16 14:01:20.693 INFO 20244 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-05-16 14:01:20.694 INFO 20244 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2023-05-16 14:01:20.694 INFO 20244 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:01:20.694 INFO 20244 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:01:20.694 INFO 20244 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-05-16 14:01:20.695 INFO 20244 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[],"msg":"success"}
2023-05-16 14:01:20.695 INFO 20244 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0015676s
2023-05-16 14:01:21.562 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 列表查询
2023-05-16 14:01:21.562 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/query
2023-05-16 14:01:21.562 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:01:21.562 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:01:21.562 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 请求参数:[]
2023-05-16 14:01:21.563 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 响应参数:{"code":200,"count":0,"data":[],"msg":"success"}
2023-05-16 14:01:21.563 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 耗时:0.0010113s
2023-05-16 14:01:23.126 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-05-16 14:01:23.126 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2023-05-16 14:01:23.126 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:01:23.126 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:01:23.126 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-05-16 14:01:23.129 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[],"msg":"success"}
2023-05-16 14:01:23.129 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0024814s
2023-05-16 14:01:48.219 INFO 20244 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-05-16 14:01:48.219 INFO 20244 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2023-05-16 14:01:48.219 INFO 20244 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:01:48.220 INFO 20244 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:01:48.220 INFO 20244 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-05-16 14:01:48.221 INFO 20244 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[],"msg":"success"}
2023-05-16 14:01:48.221 INFO 20244 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0017406s
2023-05-16 14:01:58.685 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-05-16 14:01:58.685 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2023-05-16 14:01:58.685 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:01:58.685 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:01:58.685 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-05-16 14:01:58.686 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[],"msg":"success"}
2023-05-16 14:01:58.686 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0015427s
2023-05-16 14:02:00.548 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 列表查询
2023-05-16 14:02:00.548 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/query
2023-05-16 14:02:00.548 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:02:00.548 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:02:00.548 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 请求参数:[]
2023-05-16 14:02:00.549 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 响应参数:{"code":200,"count":0,"data":[],"msg":"success"}
2023-05-16 14:02:00.549 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 耗时:0.0012951s
2023-05-16 14:02:19.256 INFO 20244 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 测试连接
2023-05-16 14:02:19.256 INFO 20244 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/test/conn
2023-05-16 14:02:19.256 INFO 20244 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-05-16 14:02:19.256 INFO 20244 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:02:19.257 INFO 20244 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:connection - 请求参数:[{"env":"LOCAL","host":"127.0.0.1","name":"localhost","password":"","port":6379,"status":true}]
2023-05-16 14:02:19.265 INFO 20244 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:connection - 响应参数:{"code":200,"count":0,"msg":"redis-server连接成功"}
2023-05-16 14:02:19.265 INFO 20244 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:connection - 耗时:0.0099873s
2023-05-16 14:02:21.252 INFO 20244 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 创建配置
2023-05-16 14:02:21.253 INFO 20244 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/create
2023-05-16 14:02:21.253 INFO 20244 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-05-16 14:02:21.253 INFO 20244 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:02:21.253 INFO 20244 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:create - 请求参数:[{"env":"LOCAL","host":"127.0.0.1","name":"localhost","password":"","port":6379,"status":true}]
2023-05-16 14:02:21.270 INFO 20244 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:create - 响应参数:{"code":200,"count":0,"data":true,"msg":"保存成功"}
2023-05-16 14:02:21.270 INFO 20244 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:create - 耗时:0.0171304s
2023-05-16 14:02:21.276 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 列表查询
2023-05-16 14:02:21.277 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/query
2023-05-16 14:02:21.277 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:02:21.277 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:02:21.277 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 请求参数:[]
2023-05-16 14:02:21.278 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 响应参数:{"code":200,"count":1,"data":[{"env":"LOCAL","host":"127.0.0.1","id":"RC1658352164034052096","name":"localhost","password":"","port":6379,"status":true}],"msg":"success"}
2023-05-16 14:02:21.278 INFO 20244 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 耗时:0.0014616s
2023-05-16 14:02:23.837 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 列表查询
2023-05-16 14:02:23.837 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/query
2023-05-16 14:02:23.837 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:02:23.837 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:02:23.837 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 请求参数:[]
2023-05-16 14:02:23.838 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 响应参数:{"code":200,"count":1,"data":[{"env":"LOCAL","host":"127.0.0.1","id":"RC1658352164034052096","name":"localhost","password":"","port":6379,"status":true}],"msg":"success"}
2023-05-16 14:02:23.838 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 耗时:9.471E-4s
2023-05-16 14:02:24.366 INFO 20244 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 列表查询
2023-05-16 14:02:24.366 INFO 20244 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/query
2023-05-16 14:02:24.366 INFO 20244 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:02:24.366 INFO 20244 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:02:24.366 INFO 20244 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 请求参数:[]
2023-05-16 14:02:24.367 INFO 20244 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 响应参数:{"code":200,"count":1,"data":[{"env":"LOCAL","host":"127.0.0.1","id":"RC1658352164034052096","name":"localhost","password":"","port":6379,"status":true}],"msg":"success"}
2023-05-16 14:02:24.367 INFO 20244 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 耗时:0.0011432s
2023-05-16 14:02:24.525 INFO 20244 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 列表查询
2023-05-16 14:02:24.526 INFO 20244 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/query
2023-05-16 14:02:24.526 INFO 20244 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:02:24.526 INFO 20244 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:02:24.526 INFO 20244 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 请求参数:[]
2023-05-16 14:02:24.527 INFO 20244 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 响应参数:{"code":200,"count":1,"data":[{"env":"LOCAL","host":"127.0.0.1","id":"RC1658352164034052096","name":"localhost","password":"","port":6379,"status":true}],"msg":"success"}
2023-05-16 14:02:24.527 INFO 20244 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 耗时:0.0013215s
2023-05-16 14:02:27.209 INFO 20244 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-05-16 14:02:27.209 INFO 20244 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2023-05-16 14:02:27.209 INFO 20244 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:02:27.209 INFO 20244 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:02:27.209 INFO 20244 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-05-16 14:02:27.213 INFO 20244 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"LOCAL","host":"127.0.0.1","id":"RC1658352164034052096","name":"localhost","password":"","port":6379,"status":true}],"msg":"success"}
2023-05-16 14:02:27.213 INFO 20244 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0022815s
2023-05-16 14:02:28.892 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-05-16 14:02:28.892 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select/db
2023-05-16 14:02:28.892 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:02:28.892 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:02:28.893 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"127.0.0.1","port":6379}]
2023-05-16 14:02:28.893 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : HOST: 127.0.0.1
2023-05-16 14:02:28.894 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 0
2023-05-16 14:02:28.895 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:02:28.895 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 1
2023-05-16 14:02:28.895 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:02:28.895 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 2
2023-05-16 14:02:28.895 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:02:28.895 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 3
2023-05-16 14:02:28.895 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:02:28.895 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 4
2023-05-16 14:02:28.895 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:02:28.895 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 5
2023-05-16 14:02:28.896 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:02:28.896 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 6
2023-05-16 14:02:28.896 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:02:28.896 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 7
2023-05-16 14:02:28.896 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:02:28.896 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 8
2023-05-16 14:02:28.896 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:02:28.896 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 9
2023-05-16 14:02:28.896 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:02:28.896 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 10
2023-05-16 14:02:28.896 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:02:28.897 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 11
2023-05-16 14:02:28.897 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:02:28.897 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 12
2023-05-16 14:02:28.897 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:02:28.897 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 13
2023-05-16 14:02:28.897 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:02:28.897 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 14
2023-05-16 14:02:28.898 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:02:28.898 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 15
2023-05-16 14:02:28.898 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:02:28.898 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 响应参数:{"code":200,"count":16,"data":[{"db":"0","name":"db0"},{"db":"1","name":"db1"},{"db":"2","name":"db2"},{"db":"3","name":"db3"},{"db":"4","name":"db4"},{"db":"5","name":"db5"},{"db":"6","name":"db6"},{"db":"7","name":"db7"},{"db":"8","name":"db8"},{"db":"9","name":"db9"},{"db":"10","name":"db10"},{"db":"11","name":"db11"},{"db":"12","name":"db12"},{"db":"13","name":"db13"},{"db":"14","name":"db14"},{"db":"15","name":"db15"}],"msg":"success"}
2023-05-16 14:02:28.898 INFO 20244 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:0.0055758s
2023-05-16 14:02:32.947 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 列表查询
2023-05-16 14:02:32.948 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/cache/query
2023-05-16 14:02:32.948 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-05-16 14:02:32.948 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:02:32.949 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 请求参数:[{"db":"0","host":"127.0.0.1","keyword":"","pageNo":1,"pageSize":10,"port":6379}]
2023-05-16 14:02:32.952 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : scan 0 MATCH COUNT 10000
2023-05-16 14:02:32.952 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : key=sys_config:app.withdrawMoney,type=string
2023-05-16 14:02:32.952 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : key=sys_dict:sys_notice_status,type=string
2023-05-16 14:02:32.952 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : key=sys_config:sys.account.registerUser,type=string
2023-05-16 14:02:32.952 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : key=sys_dict:sys_yes_no,type=string
2023-05-16 14:02:32.952 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : key=sys_config:app.bankCard,type=string
2023-05-16 14:02:32.952 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : key=sys_dict:sys_user_sex,type=string
2023-05-16 14:02:32.952 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : key=sys_dict:sys_normal_disable,type=string
2023-05-16 14:02:32.952 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : key=sys_dict:sys_common_status,type=string
2023-05-16 14:02:32.952 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : key=sys_config:app.rechargeName,type=string
2023-05-16 14:02:32.952 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : key=sys_config:app.trc20,type=string
2023-05-16 14:02:32.953 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 响应参数:{"code":200,"count":26,"data":[{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"sys_config:app.withdrawMoney"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"sys_dict:sys_notice_status"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"sys_config:sys.account.registerUser"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"sys_dict:sys_yes_no"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"sys_config:app.bankCard"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"sys_dict:sys_user_sex"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"sys_dict:sys_normal_disable"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"sys_dict:sys_common_status"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"sys_config:app.rechargeName"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"sys_config:app.trc20"}],"msg":"success"}
2023-05-16 14:02:32.953 INFO 20244 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 耗时:0.004263s
2023-05-16 14:02:48.038 INFO 20244 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 详情查询
2023-05-16 14:02:48.039 INFO 20244 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/cache/details
2023-05-16 14:02:48.039 INFO 20244 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-05-16 14:02:48.039 INFO 20244 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:02:48.039 INFO 20244 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCacheDetails - 请求参数:[{"db":"0","host":"127.0.0.1","keyword":"sys_config:app.withdrawMoney","pageNo":1,"pageSize":10,"port":6379,"type":"string"}]
2023-05-16 14:02:48.045 INFO 20244 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCacheDetails - 响应参数:{"code":200,"count":1,"data":{"dataType":"string","elCount":1,"expire":"-1","expireStr":"永不过期","oldRedisKey":"sys_config:app.withdrawMoney","redisKey":"sys_config:app.withdrawMoney","redisValue":"\"3000\""},"msg":"success"}
2023-05-16 14:02:48.045 INFO 20244 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCacheDetails - 耗时:0.0047309s
2023-05-16 14:10:36.977 INFO 20244 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 列表查询
2023-05-16 14:10:36.977 INFO 20244 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/query
2023-05-16 14:10:36.977 INFO 20244 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:10:36.977 INFO 20244 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:10:36.977 INFO 20244 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 请求参数:[]
2023-05-16 14:10:36.980 INFO 20244 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 响应参数:{"code":200,"count":1,"data":[{"env":"LOCAL","host":"127.0.0.1","id":"RC1658352164034052096","name":"localhost","password":"","port":6379,"status":true}],"msg":"success"}
2023-05-16 14:10:36.980 INFO 20244 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 耗时:0.0031875s
2023-05-16 14:10:38.037 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-05-16 14:10:38.037 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2023-05-16 14:10:38.037 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:10:38.037 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:10:38.037 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-05-16 14:10:38.038 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"LOCAL","host":"127.0.0.1","id":"RC1658352164034052096","name":"localhost","password":"","port":6379,"status":true}],"msg":"success"}
2023-05-16 14:10:38.038 INFO 20244 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0011887s
2023-05-16 14:12:29.205 INFO 2636 --- [main] c.x.redis.admin.RedisServerApplication : Starting RedisServerApplication on DESKTOP-L3DTT1I with PID 2636 (F:\JavaProject\redis-admin\target\classes started by java_h in F:\JavaProject\redis-admin)
2023-05-16 14:12:29.209 INFO 2636 --- [main] c.x.redis.admin.RedisServerApplication : No active profile set, falling back to default profiles: default
2023-05-16 14:12:29.903 INFO 2636 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2023-05-16 14:12:29.957 INFO 2636 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 48ms. Found 3 JPA repository interfaces.
2023-05-16 14:12:30.114 INFO 2636 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-05-16 14:12:30.335 INFO 2636 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9898 (http)
2023-05-16 14:12:30.342 INFO 2636 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-05-16 14:12:30.342 INFO 2636 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
2023-05-16 14:12:30.413 INFO 2636 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-05-16 14:12:30.414 INFO 2636 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1109 ms
2023-05-16 14:12:30.439 INFO 2636 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2023-05-16 14:12:39.124 INFO 2636 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2023-05-16 14:12:39.127 INFO 2636 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:~/test'
2023-05-16 14:12:39.135 INFO 2636 --- [main] c.x.r.admin.framework.config.CorsConfig : CorsFilter Configuration
2023-05-16 14:12:39.189 INFO 2636 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2023-05-16 14:12:39.215 INFO 2636 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.9.Final}
2023-05-16 14:12:39.264 INFO 2636 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2023-05-16 14:12:39.306 INFO 2636 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2023-05-16 14:12:39.607 INFO 2636 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-16 14:12:39.611 INFO 2636 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2023-05-16 14:12:39.862 WARN 2636 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-05-16 14:12:39.923 INFO 2636 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2023-05-16 14:12:39.958 INFO 2636 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2023-05-16 14:12:40.025 INFO 2636 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9898 (http) with context path ''
2023-05-16 14:12:40.027 INFO 2636 --- [main] c.x.redis.admin.RedisServerApplication : Started RedisServerApplication in 11.318 seconds (JVM running for 12.195)
2023-05-16 14:12:40.077 INFO 2636 --- [main] c.x.r.a.f.handler.InitSysUserHandler : 检测系统用户数量:2
2023-05-16 14:12:40.396 INFO 2636 --- [http-nio-9898-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-05-16 14:12:40.397 INFO 2636 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2023-05-16 14:12:40.404 INFO 2636 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
2023-05-16 14:12:40.591 INFO 2636 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-05-16 14:12:40.591 INFO 2636 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2023-05-16 14:12:40.592 INFO 2636 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:12:40.592 INFO 2636 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:12:40.619 INFO 2636 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-05-16 14:12:40.646 INFO 2636 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"LOCAL","host":"127.0.0.1","id":"RC1658352164034052096","name":"localhost","password":"","port":6379,"status":true}],"msg":"success"}
2023-05-16 14:12:40.646 INFO 2636 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0419214s
2023-05-16 14:12:58.492 INFO 2636 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-05-16 14:12:58.493 INFO 2636 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2023-05-16 14:12:58.493 INFO 2636 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:12:58.493 INFO 2636 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:12:58.493 INFO 2636 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-05-16 14:12:58.496 INFO 2636 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"LOCAL","host":"127.0.0.1","id":"RC1658352164034052096","name":"localhost","password":"","port":6379,"status":true}],"msg":"success"}
2023-05-16 14:12:58.496 INFO 2636 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0032807s
2023-05-16 14:13:00.092 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-05-16 14:13:00.092 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select/db
2023-05-16 14:13:00.092 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:13:00.092 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:13:00.095 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"127.0.0.1","port":6379}]
2023-05-16 14:13:00.095 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : HOST: 127.0.0.1
2023-05-16 14:13:00.107 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 0
2023-05-16 14:13:00.111 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:13:00.111 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 1
2023-05-16 14:13:00.112 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:13:00.112 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 2
2023-05-16 14:13:00.112 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:13:00.112 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 3
2023-05-16 14:13:00.112 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:13:00.112 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 4
2023-05-16 14:13:00.112 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:13:00.112 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 5
2023-05-16 14:13:00.112 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:13:00.112 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 6
2023-05-16 14:13:00.113 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:13:00.113 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 7
2023-05-16 14:13:00.113 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:13:00.113 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 8
2023-05-16 14:13:00.113 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:13:00.113 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 9
2023-05-16 14:13:00.113 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:13:00.113 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 10
2023-05-16 14:13:00.114 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:13:00.114 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 11
2023-05-16 14:13:00.115 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:13:00.115 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 12
2023-05-16 14:13:00.115 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:13:00.115 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 13
2023-05-16 14:13:00.115 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:13:00.115 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 14
2023-05-16 14:13:00.116 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:13:00.116 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 15
2023-05-16 14:13:00.116 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.s.impl.RedisManagerServiceImpl : OK
2023-05-16 14:13:00.117 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 响应参数:{"code":200,"count":16,"data":[{"db":"0","name":"db0"},{"db":"1","name":"db1"},{"db":"2","name":"db2"},{"db":"3","name":"db3"},{"db":"4","name":"db4"},{"db":"5","name":"db5"},{"db":"6","name":"db6"},{"db":"7","name":"db7"},{"db":"8","name":"db8"},{"db":"9","name":"db9"},{"db":"10","name":"db10"},{"db":"11","name":"db11"},{"db":"12","name":"db12"},{"db":"13","name":"db13"},{"db":"14","name":"db14"},{"db":"15","name":"db15"}],"msg":"success"}
2023-05-16 14:13:00.117 INFO 2636 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:0.0243206s
2023-05-16 14:13:02.197 INFO 2636 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 列表查询
2023-05-16 14:13:02.198 INFO 2636 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/cache/query
2023-05-16 14:13:02.198 INFO 2636 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-05-16 14:13:02.198 INFO 2636 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:13:02.200 INFO 2636 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 请求参数:[{"db":"1","host":"127.0.0.1","keyword":"","pageNo":1,"pageSize":10,"port":6379}]
2023-05-16 14:13:02.205 INFO 2636 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : scan 0 MATCH COUNT 10000
2023-05-16 14:13:02.206 INFO 2636 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 响应参数:{"code":200,"count":0,"msg":"暂无数据"}
2023-05-16 14:13:02.206 INFO 2636 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 耗时:0.0090764s
2023-05-16 14:13:04.238 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 列表查询
2023-05-16 14:13:04.240 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/cache/query
2023-05-16 14:13:04.240 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-05-16 14:13:04.240 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:13:04.240 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 请求参数:[{"db":"0","host":"127.0.0.1","keyword":"","pageNo":1,"pageSize":10,"port":6379}]
2023-05-16 14:13:04.242 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : scan 0 MATCH COUNT 10000
2023-05-16 14:13:04.242 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : key=sys_config:app.withdrawMoney,type=string
2023-05-16 14:13:04.243 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : key=sys_dict:sys_notice_status,type=string
2023-05-16 14:13:04.243 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : key=sys_config:sys.account.registerUser,type=string
2023-05-16 14:13:04.243 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : key=sys_dict:sys_yes_no,type=string
2023-05-16 14:13:04.243 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : key=sys_config:app.bankCard,type=string
2023-05-16 14:13:04.244 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : key=sys_dict:sys_user_sex,type=string
2023-05-16 14:13:04.244 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : key=sys_dict:sys_normal_disable,type=string
2023-05-16 14:13:04.244 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : key=sys_dict:sys_common_status,type=string
2023-05-16 14:13:04.244 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : key=sys_config:app.rechargeName,type=string
2023-05-16 14:13:04.245 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : key=sys_config:app.trc20,type=string
2023-05-16 14:13:04.246 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 响应参数:{"code":200,"count":26,"data":[{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"sys_config:app.withdrawMoney"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"sys_dict:sys_notice_status"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"sys_config:sys.account.registerUser"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"sys_dict:sys_yes_no"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"sys_config:app.bankCard"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"sys_dict:sys_user_sex"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"sys_dict:sys_normal_disable"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"sys_dict:sys_common_status"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"sys_config:app.rechargeName"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"sys_config:app.trc20"}],"msg":"success"}
2023-05-16 14:13:04.247 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 耗时:0.0058009s
2023-05-16 14:13:06.199 INFO 2636 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 列表查询
2023-05-16 14:13:06.200 INFO 2636 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/query
2023-05-16 14:13:06.200 INFO 2636 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:13:06.200 INFO 2636 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:13:06.200 INFO 2636 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 请求参数:[]
2023-05-16 14:13:06.202 INFO 2636 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 响应参数:{"code":200,"count":1,"data":[{"env":"LOCAL","host":"127.0.0.1","id":"RC1658352164034052096","name":"localhost","password":"","port":6379,"status":true}],"msg":"success"}
2023-05-16 14:13:06.203 INFO 2636 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 耗时:0.0014678s
2023-05-16 14:13:07.275 INFO 2636 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-05-16 14:13:07.275 INFO 2636 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2023-05-16 14:13:07.275 INFO 2636 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:13:07.275 INFO 2636 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:13:07.275 INFO 2636 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-05-16 14:13:07.277 INFO 2636 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"LOCAL","host":"127.0.0.1","id":"RC1658352164034052096","name":"localhost","password":"","port":6379,"status":true}],"msg":"success"}
2023-05-16 14:13:07.277 INFO 2636 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0019564s
2023-05-16 14:13:10.963 INFO 2636 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-05-16 14:13:10.963 INFO 2636 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2023-05-16 14:13:10.963 INFO 2636 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:13:10.963 INFO 2636 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:13:10.963 INFO 2636 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-05-16 14:13:10.966 INFO 2636 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"LOCAL","host":"127.0.0.1","id":"RC1658352164034052096","name":"localhost","password":"","port":6379,"status":true}],"msg":"success"}
2023-05-16 14:13:10.966 INFO 2636 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0027025s
2023-05-16 14:13:17.246 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-05-16 14:13:17.247 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2023-05-16 14:13:17.247 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:13:17.247 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:13:17.247 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-05-16 14:13:17.251 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"LOCAL","host":"127.0.0.1","id":"RC1658352164034052096","name":"localhost","password":"","port":6379,"status":true}],"msg":"success"}
2023-05-16 14:13:17.251 INFO 2636 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0048542s
2023-05-16 14:13:25.830 INFO 2636 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 列表查询
2023-05-16 14:13:25.831 INFO 2636 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/query
2023-05-16 14:13:25.831 INFO 2636 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:13:25.831 INFO 2636 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:13:25.831 INFO 2636 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 请求参数:[]
2023-05-16 14:13:25.832 INFO 2636 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 响应参数:{"code":200,"count":1,"data":[{"env":"LOCAL","host":"127.0.0.1","id":"RC1658352164034052096","name":"localhost","password":"","port":6379,"status":true}],"msg":"success"}
2023-05-16 14:13:25.832 INFO 2636 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 耗时:0.0014403s
2023-05-16 14:13:26.729 INFO 2636 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-05-16 14:13:26.729 INFO 2636 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2023-05-16 14:13:26.729 INFO 2636 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-05-16 14:13:26.729 INFO 2636 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2023-05-16 14:13:26.729 INFO 2636 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-05-16 14:13:26.732 INFO 2636 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"LOCAL","host":"127.0.0.1","id":"RC1658352164034052096","name":"localhost","password":"","port":6379,"status":true}],"msg":"success"}
2023-05-16 14:13:26.732 INFO 2636 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0027358s
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/kv523396414/redis-admin.git
git@gitee.com:kv523396414/redis-admin.git
kv523396414
redis-admin
redis-admin
master

搜索帮助