代码拉取完成,页面将自动刷新
同步操作将从 云飞飞飞/redis-admin 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
2023-07-20 10:36:22.336 INFO 5012 --- [main] c.x.redis.admin.RedisServerApplication : Starting RedisServerApplication on WIN-20230428GNW with PID 5012 (D:\qzn\workspace\gitee\redis-admin\target\classes started by Administrator in D:\qzn\workspace\gitee\redis-admin)
2023-07-20 10:36:22.353 INFO 5012 --- [main] c.x.redis.admin.RedisServerApplication : No active profile set, falling back to default profiles: default
2023-07-20 10:36:22.871 INFO 5012 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2023-07-20 10:36:22.937 INFO 5012 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 56ms. Found 3 JPA repository interfaces.
2023-07-20 10:36:23.130 INFO 5012 --- [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-07-20 10:36:23.388 INFO 5012 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9898 (http)
2023-07-20 10:36:23.396 INFO 5012 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-07-20 10:36:23.396 INFO 5012 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
2023-07-20 10:36:23.474 INFO 5012 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-07-20 10:36:23.475 INFO 5012 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1081 ms
2023-07-20 10:36:23.506 INFO 5012 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2023-07-20 10:36:23.752 INFO 5012 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2023-07-20 10:36:23.756 INFO 5012 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:~/test'
2023-07-20 10:36:23.768 INFO 5012 --- [main] c.x.r.admin.framework.config.CorsConfig : CorsFilter Configuration
2023-07-20 10:36:23.863 INFO 5012 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2023-07-20 10:36:23.927 INFO 5012 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.9.Final}
2023-07-20 10:36:24.060 INFO 5012 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2023-07-20 10:36:24.156 INFO 5012 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2023-07-20 10:36:24.720 INFO 5012 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-07-20 10:36:24.725 INFO 5012 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2023-07-20 10:36:25.059 WARN 5012 --- [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-07-20 10:36:25.147 INFO 5012 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2023-07-20 10:36:25.206 INFO 5012 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2023-07-20 10:36:25.319 INFO 5012 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9898 (http) with context path ''
2023-07-20 10:36:25.321 INFO 5012 --- [main] c.x.redis.admin.RedisServerApplication : Started RedisServerApplication in 3.328 seconds (JVM running for 4.724)
2023-07-20 10:36:25.413 INFO 5012 --- [main] c.x.r.a.f.handler.InitSysUserHandler : 检测系统用户数量:1
2023-07-20 10:37:43.393 INFO 5012 --- [http-nio-9898-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-07-20 10:37:43.393 INFO 5012 --- [http-nio-9898-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2023-07-20 10:37:43.402 INFO 5012 --- [http-nio-9898-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
2023-07-20 10:37:45.881 INFO 5012 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-07-20 10:37:45.883 INFO 5012 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select
2023-07-20 10:37:45.884 INFO 5012 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 10:37:45.884 INFO 5012 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:37:45.974 INFO 5012 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-07-20 10:37:46.124 INFO 5012 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"DEV","host":"192.168.0.107","id":"RC1666634809033621504","name":"kedu_dev","password":"123456","port":6379,"status":true},{"env":"LOCAL","host":"47.98.151.248","id":"RC1679385418128162816","name":"test","password":"qjkld@12983@ASD","port":6379,"status":true},{"env":"LOCAL","host":"192.168.0.101","id":"RC1681235672007966720","name":"xiaozi_dev","password":"xiaozi2021","port":6379,"status":true},{"env":"LOCAL","host":"192.168.0.102","id":"RC1681236789324414976","name":"xiaozi_fat","password":"xiaozi2021","port":6380,"status":true}],"msg":"success"}
2023-07-20 10:37:46.124 INFO 5012 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.201734s
2023-07-20 10:37:49.026 INFO 5012 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-07-20 10:37:49.026 INFO 5012 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select
2023-07-20 10:37:49.026 INFO 5012 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 10:37:49.026 INFO 5012 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:37:49.026 INFO 5012 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-07-20 10:37:49.035 INFO 5012 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"DEV","host":"192.168.0.107","id":"RC1666634809033621504","name":"kedu_dev","password":"123456","port":6379,"status":true},{"env":"LOCAL","host":"47.98.151.248","id":"RC1679385418128162816","name":"test","password":"qjkld@12983@ASD","port":6379,"status":true},{"env":"LOCAL","host":"192.168.0.101","id":"RC1681235672007966720","name":"xiaozi_dev","password":"xiaozi2021","port":6379,"status":true},{"env":"LOCAL","host":"192.168.0.102","id":"RC1681236789324414976","name":"xiaozi_fat","password":"xiaozi2021","port":6380,"status":true}],"msg":"success"}
2023-07-20 10:37:49.035 INFO 5012 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0089618s
2023-07-20 10:37:51.325 INFO 5012 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 列表查询
2023-07-20 10:37:51.326 INFO 5012 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/query
2023-07-20 10:37:51.326 INFO 5012 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 10:37:51.326 INFO 5012 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:37:51.326 INFO 5012 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 请求参数:[]
2023-07-20 10:37:51.330 INFO 5012 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 响应参数:{"code":200,"count":4,"data":[{"env":"DEV","host":"192.168.0.107","id":"RC1666634809033621504","name":"kedu_dev","password":"123456","port":6379,"status":true},{"env":"LOCAL","host":"47.98.151.248","id":"RC1679385418128162816","name":"test","password":"qjkld@12983@ASD","port":6379,"status":true},{"env":"LOCAL","host":"192.168.0.101","id":"RC1681235672007966720","name":"xiaozi_dev","password":"xiaozi2021","port":6379,"status":true},{"env":"LOCAL","host":"192.168.0.102","id":"RC1681236789324414976","name":"xiaozi_fat","password":"xiaozi2021","port":6380,"status":true}],"msg":"success"}
2023-07-20 10:37:51.330 INFO 5012 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 耗时:0.0021013s
2023-07-20 10:38:27.926 INFO 5012 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 测试连接
2023-07-20 10:38:27.926 INFO 5012 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/test/conn
2023-07-20 10:38:27.926 INFO 5012 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 10:38:27.926 INFO 5012 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:38:27.926 INFO 5012 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 请求参数:[{"env":"LOCAL","host":"192.168.0.101:6379,192.168.0.101:6380,192.168.0.101:6381,192.168.0.101:6382,192.168.0.101:6383,192.168.0.101:6384","id":"RC1681235672007966720","name":"xiaozi_dev","password":"xiaozi2021","port":6379,"status":true}]
2023-07-20 10:38:27.933 INFO 5012 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 响应参数:{"code":555,"count":0,"msg":"redis-server连接出现异常:redis-server配置不存在"}
2023-07-20 10:38:27.933 INFO 5012 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 耗时:0.0067378s
2023-07-20 10:38:30.135 INFO 5012 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 测试连接
2023-07-20 10:38:30.136 INFO 5012 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/test/conn
2023-07-20 10:38:30.136 INFO 5012 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 10:38:30.136 INFO 5012 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:38:30.136 INFO 5012 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 请求参数:[{"env":"LOCAL","host":"192.168.0.101:6379,192.168.0.101:6380,192.168.0.101:6381,192.168.0.101:6382,192.168.0.101:6383,192.168.0.101:6384","id":"RC1681235672007966720","name":"xiaozi_dev","password":"xiaozi2021","port":6379,"status":true}]
2023-07-20 10:38:30.137 INFO 5012 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 响应参数:{"code":555,"count":0,"msg":"redis-server连接出现异常:redis-server配置不存在"}
2023-07-20 10:38:30.137 INFO 5012 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 耗时:0.0011707s
2023-07-20 10:38:33.740 INFO 5012 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 更新配置
2023-07-20 10:38:33.740 INFO 5012 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/update
2023-07-20 10:38:33.740 INFO 5012 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 10:38:33.740 INFO 5012 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:38:33.740 INFO 5012 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:update - 请求参数:[{"env":"LOCAL","host":"192.168.0.101:6379,192.168.0.101:6380,192.168.0.101:6381,192.168.0.101:6382,192.168.0.101:6383,192.168.0.101:6384","id":"RC1681235672007966720","name":"xiaozi_dev","password":"xiaozi2021","port":6379,"status":true}]
2023-07-20 10:38:33.775 INFO 5012 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:update - 响应参数:{"code":200,"count":0,"data":true,"msg":"保存成功"}
2023-07-20 10:38:33.775 INFO 5012 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:update - 耗时:0.0350874s
2023-07-20 10:38:33.788 INFO 5012 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 列表查询
2023-07-20 10:38:33.788 INFO 5012 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/query
2023-07-20 10:38:33.788 INFO 5012 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 10:38:33.788 INFO 5012 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:38:33.788 INFO 5012 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 请求参数:[]
2023-07-20 10:38:33.790 INFO 5012 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 响应参数:{"code":200,"count":4,"data":[{"env":"DEV","host":"192.168.0.107","id":"RC1666634809033621504","name":"kedu_dev","password":"123456","port":6379,"status":true},{"env":"LOCAL","host":"47.98.151.248","id":"RC1679385418128162816","name":"test","password":"qjkld@12983@ASD","port":6379,"status":true},{"env":"LOCAL","host":"192.168.0.101:6379,192.168.0.101:6380,192.168.0.101:6381,192.168.0.101:6382,192.168.0.101:6383,192.168.0.101:6384","id":"RC1681235672007966720","name":"xiaozi_dev","password":"xiaozi2021","port":6379,"status":true},{"env":"LOCAL","host":"192.168.0.102","id":"RC1681236789324414976","name":"xiaozi_fat","password":"xiaozi2021","port":6380,"status":true}],"msg":"success"}
2023-07-20 10:38:33.790 INFO 5012 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 耗时:0.00196s
2023-07-20 10:38:56.788 INFO 5012 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 更新配置
2023-07-20 10:38:56.788 INFO 5012 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/update
2023-07-20 10:38:56.788 INFO 5012 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 10:38:56.788 INFO 5012 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:38:56.788 INFO 5012 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:update - 请求参数:[{"env":"LOCAL","host":"192.168.0.102:6381,192.168.0.102:6383,192.168.0.102:6384,192.168.0.102:6379,192.168.0.102:6380,192.168.0.102:6382","id":"RC1681236789324414976","name":"xiaozi_fat","password":"xiaozi2021","port":6380,"status":true}]
2023-07-20 10:38:56.792 INFO 5012 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:update - 响应参数:{"code":200,"count":0,"data":true,"msg":"保存成功"}
2023-07-20 10:38:56.792 INFO 5012 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:update - 耗时:0.0036315s
2023-07-20 10:38:56.805 INFO 5012 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 列表查询
2023-07-20 10:38:56.806 INFO 5012 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/query
2023-07-20 10:38:56.806 INFO 5012 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 10:38:56.806 INFO 5012 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:38:56.806 INFO 5012 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 请求参数:[]
2023-07-20 10:38:56.807 INFO 5012 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 响应参数:{"code":200,"count":4,"data":[{"env":"DEV","host":"192.168.0.107","id":"RC1666634809033621504","name":"kedu_dev","password":"123456","port":6379,"status":true},{"env":"LOCAL","host":"47.98.151.248","id":"RC1679385418128162816","name":"test","password":"qjkld@12983@ASD","port":6379,"status":true},{"env":"LOCAL","host":"192.168.0.101:6379,192.168.0.101:6380,192.168.0.101:6381,192.168.0.101:6382,192.168.0.101:6383,192.168.0.101:6384","id":"RC1681235672007966720","name":"xiaozi_dev","password":"xiaozi2021","port":6379,"status":true},{"env":"LOCAL","host":"192.168.0.102:6381,192.168.0.102:6383,192.168.0.102:6384,192.168.0.102:6379,192.168.0.102:6380,192.168.0.102:6382","id":"RC1681236789324414976","name":"xiaozi_fat","password":"xiaozi2021","port":6380,"status":true}],"msg":"success"}
2023-07-20 10:38:56.807 INFO 5012 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 耗时:0.001668s
2023-07-20 10:39:08.367 INFO 5012 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 测试连接
2023-07-20 10:39:08.367 INFO 5012 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/test/conn
2023-07-20 10:39:08.367 INFO 5012 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 10:39:08.367 INFO 5012 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:39:08.367 INFO 5012 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 请求参数:[{"env":"LOCAL","host":"192.168.0.101:6379,192.168.0.101:6380,192.168.0.101:6381,192.168.0.101:6382,192.168.0.101:6383,192.168.0.101:6384","id":"RC1681235672007966720","name":"xiaozi_dev","password":"xiaozi2021","port":6379,"status":true}]
2023-07-20 10:39:08.399 INFO 5012 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 响应参数:{"code":200,"count":0,"msg":"redis-server连接成功"}
2023-07-20 10:39:08.399 INFO 5012 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 耗时:0.032308s
2023-07-20 10:39:11.696 INFO 5012 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 测试连接
2023-07-20 10:39:11.696 INFO 5012 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/test/conn
2023-07-20 10:39:11.697 INFO 5012 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 10:39:11.697 INFO 5012 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:39:11.697 INFO 5012 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 请求参数:[{"env":"LOCAL","host":"192.168.0.101:6379,192.168.0.101:6380,192.168.0.101:6381,192.168.0.101:6382,192.168.0.101:6383,192.168.0.101:6384","id":"RC1681235672007966720","name":"xiaozi_dev","password":"xiaozi2021","port":6379,"status":true}]
2023-07-20 10:39:11.708 INFO 5012 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 响应参数:{"code":200,"count":0,"msg":"redis-server连接成功"}
2023-07-20 10:39:11.708 INFO 5012 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 耗时:0.0117931s
2023-07-20 10:39:12.455 INFO 5012 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 测试连接
2023-07-20 10:39:12.455 INFO 5012 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/test/conn
2023-07-20 10:39:12.455 INFO 5012 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 10:39:12.455 INFO 5012 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:39:12.455 INFO 5012 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 请求参数:[{"env":"LOCAL","host":"192.168.0.101:6379,192.168.0.101:6380,192.168.0.101:6381,192.168.0.101:6382,192.168.0.101:6383,192.168.0.101:6384","id":"RC1681235672007966720","name":"xiaozi_dev","password":"xiaozi2021","port":6379,"status":true}]
2023-07-20 10:39:12.471 INFO 5012 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 响应参数:{"code":200,"count":0,"msg":"redis-server连接成功"}
2023-07-20 10:39:12.471 INFO 5012 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 耗时:0.0166732s
2023-07-20 10:39:13.193 INFO 5012 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 测试连接
2023-07-20 10:39:13.193 INFO 5012 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/test/conn
2023-07-20 10:39:13.193 INFO 5012 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 10:39:13.193 INFO 5012 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:39:13.193 INFO 5012 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 请求参数:[{"env":"LOCAL","host":"192.168.0.101:6379,192.168.0.101:6380,192.168.0.101:6381,192.168.0.101:6382,192.168.0.101:6383,192.168.0.101:6384","id":"RC1681235672007966720","name":"xiaozi_dev","password":"xiaozi2021","port":6379,"status":true}]
2023-07-20 10:39:13.213 INFO 5012 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 响应参数:{"code":200,"count":0,"msg":"redis-server连接成功"}
2023-07-20 10:39:13.213 INFO 5012 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 耗时:0.0200035s
2023-07-20 10:39:20.887 INFO 5012 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 测试连接
2023-07-20 10:39:20.887 INFO 5012 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/test/conn
2023-07-20 10:39:20.887 INFO 5012 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 10:39:20.887 INFO 5012 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:39:20.887 INFO 5012 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 请求参数:[{"env":"LOCAL","host":"192.168.0.102:6381,192.168.0.102:6383,192.168.0.102:6384,192.168.0.102:6379,192.168.0.102:6380,192.168.0.102:6382","id":"RC1681236789324414976","name":"xiaozi_fat","password":"xiaozi2021","port":6380,"status":true}]
2023-07-20 10:39:20.907 INFO 5012 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 响应参数:{"code":200,"count":0,"msg":"redis-server连接成功"}
2023-07-20 10:39:20.907 INFO 5012 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 耗时:0.0202881s
2023-07-20 10:39:27.863 INFO 5012 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 测试连接
2023-07-20 10:39:27.864 INFO 5012 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/test/conn
2023-07-20 10:39:27.864 INFO 5012 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 10:39:27.864 INFO 5012 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:39:27.864 INFO 5012 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 请求参数:[{"env":"LOCAL","host":"192.168.0.102:6381,192.168.0.102:6383,192.168.0.102:6384,192.168.0.102:6379,192.168.0.102:6380,192.168.0.102:6382","id":"RC1681236789324414976","name":"xiaozi_fat","password":"xiaozi2021","port":6380,"status":true}]
2023-07-20 10:39:27.888 INFO 5012 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 响应参数:{"code":200,"count":0,"msg":"redis-server连接成功"}
2023-07-20 10:39:27.888 INFO 5012 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 耗时:0.0246058s
2023-07-20 10:39:42.188 INFO 5012 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 测试连接
2023-07-20 10:39:42.189 INFO 5012 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/test/conn
2023-07-20 10:39:42.189 INFO 5012 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 10:39:42.189 INFO 5012 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:39:42.189 INFO 5012 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 请求参数:[{"env":"LOCAL","host":"192.168.0.102:6381,192.168.0.102:6383,192.168.0.102:6384,192.168.0.102:6379,192.168.0.102:6380,192.168.0.102:6382","id":"RC1681236789324414976","name":"xiaozi_fat","password":"xiaozi2021","port":6380,"status":true}]
2023-07-20 10:39:45.426 INFO 5012 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 响应参数:{"code":200,"count":0,"msg":"redis-server连接成功"}
2023-07-20 10:39:45.426 INFO 5012 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 耗时:3.2377514s
2023-07-20 10:39:51.360 INFO 5012 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 测试连接
2023-07-20 10:39:51.361 INFO 5012 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/test/conn
2023-07-20 10:39:51.361 INFO 5012 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 10:39:51.361 INFO 5012 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:39:51.361 INFO 5012 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 请求参数:[{"env":"DEV","host":"192.168.0.107","id":"RC1666634809033621504","name":"kedu_dev","password":"123456","port":6379,"status":true}]
2023-07-20 10:39:54.641 INFO 5012 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 响应参数:{"code":200,"count":0,"msg":"redis-server连接成功"}
2023-07-20 10:39:54.642 INFO 5012 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:testConnection - 耗时:3.2802363s
2023-07-20 10:40:00.832 INFO 5012 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-07-20 10:40:00.833 INFO 5012 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select
2023-07-20 10:40:00.833 INFO 5012 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 10:40:00.833 INFO 5012 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:40:00.833 INFO 5012 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-07-20 10:40:00.839 INFO 5012 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"DEV","host":"192.168.0.107","id":"RC1666634809033621504","name":"kedu_dev","password":"123456","port":6379,"status":true},{"env":"LOCAL","host":"47.98.151.248","id":"RC1679385418128162816","name":"test","password":"qjkld@12983@ASD","port":6379,"status":true},{"env":"LOCAL","host":"192.168.0.101:6379,192.168.0.101:6380,192.168.0.101:6381,192.168.0.101:6382,192.168.0.101:6383,192.168.0.101:6384","id":"RC1681235672007966720","name":"xiaozi_dev","password":"xiaozi2021","port":6379,"status":true},{"env":"LOCAL","host":"192.168.0.102:6381,192.168.0.102:6383,192.168.0.102:6384,192.168.0.102:6379,192.168.0.102:6380,192.168.0.102:6382","id":"RC1681236789324414976","name":"xiaozi_fat","password":"xiaozi2021","port":6380,"status":true}],"msg":"success"}
2023-07-20 10:40:00.839 INFO 5012 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0066979s
2023-07-20 10:40:02.724 INFO 5012 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-07-20 10:40:02.724 INFO 5012 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select/db
2023-07-20 10:40:02.724 INFO 5012 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 10:40:02.724 INFO 5012 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:40:02.725 INFO 5012 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"192.168.0.107","port":6379}]
2023-07-20 10:40:02.727 INFO 5012 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 响应参数:{"code":200,"count":1,"data":[{"db":"0","name":"db-all"}],"msg":"success"}
2023-07-20 10:40:02.727 INFO 5012 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:0.0017329s
2023-07-20 10:40:27.115 INFO 5012 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-07-20 10:40:27.116 INFO 5012 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select/db
2023-07-20 10:40:27.116 INFO 5012 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 10:40:27.116 INFO 5012 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:40:27.116 INFO 5012 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"47.98.151.248","port":6379}]
2023-07-20 10:40:27.116 INFO 5012 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 响应参数:{"code":200,"count":1,"data":[{"db":"0","name":"db-all"}],"msg":"success"}
2023-07-20 10:40:27.116 INFO 5012 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:6.698E-4s
2023-07-20 10:49:10.212 INFO 5012 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2023-07-20 10:49:10.213 INFO 5012 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2023-07-20 10:49:10.217 INFO 5012 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2023-07-20 10:49:10.219 INFO 5012 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2023-07-20 10:49:17.213 INFO 14724 --- [main] c.x.redis.admin.RedisServerApplication : Starting RedisServerApplication on WIN-20230428GNW with PID 14724 (D:\qzn\workspace\gitee\redis-admin\target\classes started by Administrator in D:\qzn\workspace\gitee\redis-admin)
2023-07-20 10:49:17.216 INFO 14724 --- [main] c.x.redis.admin.RedisServerApplication : No active profile set, falling back to default profiles: default
2023-07-20 10:49:17.672 INFO 14724 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2023-07-20 10:49:17.729 INFO 14724 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 50ms. Found 3 JPA repository interfaces.
2023-07-20 10:49:17.916 INFO 14724 --- [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-07-20 10:49:18.139 INFO 14724 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9898 (http)
2023-07-20 10:49:18.146 INFO 14724 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-07-20 10:49:18.146 INFO 14724 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
2023-07-20 10:49:18.217 INFO 14724 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-07-20 10:49:18.217 INFO 14724 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 965 ms
2023-07-20 10:49:18.246 INFO 14724 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2023-07-20 10:49:18.451 INFO 14724 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2023-07-20 10:49:18.455 INFO 14724 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:~/test'
2023-07-20 10:49:18.468 INFO 14724 --- [main] c.x.r.admin.framework.config.CorsConfig : CorsFilter Configuration
2023-07-20 10:49:18.556 INFO 14724 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2023-07-20 10:49:18.604 INFO 14724 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.9.Final}
2023-07-20 10:49:18.700 INFO 14724 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2023-07-20 10:49:18.776 INFO 14724 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2023-07-20 10:49:19.252 INFO 14724 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-07-20 10:49:19.258 INFO 14724 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2023-07-20 10:49:19.591 WARN 14724 --- [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-07-20 10:49:19.673 INFO 14724 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2023-07-20 10:49:19.721 INFO 14724 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2023-07-20 10:49:19.815 INFO 14724 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9898 (http) with context path ''
2023-07-20 10:49:19.817 INFO 14724 --- [main] c.x.redis.admin.RedisServerApplication : Started RedisServerApplication in 2.971 seconds (JVM running for 3.82)
2023-07-20 10:49:19.889 INFO 14724 --- [main] c.x.r.a.f.handler.InitSysUserHandler : 检测系统用户数量:1
2023-07-20 10:49:32.496 INFO 14724 --- [http-nio-9898-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-07-20 10:49:32.497 INFO 14724 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2023-07-20 10:49:32.501 INFO 14724 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 4 ms
2023-07-20 10:49:32.533 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-07-20 10:49:32.533 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select/db
2023-07-20 10:49:32.533 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 10:49:32.533 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:49:32.575 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"192.168.0.107","port":6379}]
2023-07-20 10:49:36.224 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : HOST: 192.168.0.107
2023-07-20 10:49:36.233 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 0
2023-07-20 10:49:36.240 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:49:36.241 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 1
2023-07-20 10:49:36.242 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:49:36.242 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 2
2023-07-20 10:49:36.242 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:49:36.242 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 3
2023-07-20 10:49:36.243 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:49:36.244 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 4
2023-07-20 10:49:36.244 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:49:36.244 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 5
2023-07-20 10:49:36.245 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:49:36.245 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 6
2023-07-20 10:49:36.247 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:49:36.247 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 7
2023-07-20 10:49:36.248 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:49:36.248 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 8
2023-07-20 10:49:36.248 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:49:36.248 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 9
2023-07-20 10:49:36.248 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:49:36.248 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 10
2023-07-20 10:49:36.250 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:49:36.250 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 11
2023-07-20 10:49:36.250 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:49:36.250 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 12
2023-07-20 10:49:36.250 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:49:36.250 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 13
2023-07-20 10:49:36.250 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:49:36.250 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 14
2023-07-20 10:49:36.252 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:49:36.252 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 15
2023-07-20 10:49:36.252 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:49:36.255 INFO 14724 --- [http-nio-9898-exec-1] 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-07-20 10:49:36.255 INFO 14724 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:3.7206773s
2023-07-20 10:49:42.920 INFO 14724 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 列表查询
2023-07-20 10:49:42.920 INFO 14724 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/cache/query
2023-07-20 10:49:42.920 INFO 14724 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 10:49:42.920 INFO 14724 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:49:42.923 INFO 14724 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 请求参数:[{"db":"0","host":"192.168.0.107","keyword":"","pageNo":1,"pageSize":10,"port":6379}]
2023-07-20 10:49:42.936 INFO 14724 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODELSYLZQMJQLS-50LD,type=string
2023-07-20 10:49:42.938 INFO 14724 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : key=ROLEB0BB0I0E[N:4] ,type=string
2023-07-20 10:49:42.939 INFO 14724 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODEYYKQXDJYKG/G-120,type=string
2023-07-20 10:49:42.940 INFO 14724 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODEQYZXQATS-2000,type=string
2023-07-20 10:49:42.941 INFO 14724 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODEYDSBIP-101-IV,type=string
2023-07-20 10:49:42.942 INFO 14724 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : key=SHD20230317[N:3],type=string
2023-07-20 10:49:42.943 INFO 14724 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODEHWXZLYHW-L-1,type=string
2023-07-20 10:49:42.944 INFO 14724 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODEDRYXYTXLGZZDBG-03,type=string
2023-07-20 10:49:42.945 INFO 14724 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODEXQFXYRAPIDPOINT 500,type=string
2023-07-20 10:49:42.946 INFO 14724 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : key=ROLEB0BC0DAC[N:4],type=string
2023-07-20 10:49:42.948 INFO 14724 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 响应参数:{"code":200,"count":1162,"data":[{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODELSYLZQMJQLS-50LD"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"ROLEB0BB0I0E[N:4] "},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODEYYKQXDJYKG/G-120"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODEQYZXQATS-2000"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODEYDSBIP-101-IV"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"SHD20230317[N:3]"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODEHWXZLYHW-L-1"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODEDRYXYTXLGZZDBG-03"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODEXQFXYRAPIDPOINT 500"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"ROLEB0BC0DAC[N:4]"}],"msg":"success"}
2023-07-20 10:49:42.948 INFO 14724 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 耗时:0.0267581s
2023-07-20 10:49:45.094 INFO 14724 --- [http-nio-9898-exec-4] c.x.r.a.f.h.ExceptionHandlerAdvice : 异常堆栈:
org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors
Field error in object 'baseVO' on field 'port': rejected value [6379,192.168.0.101]; codes [typeMismatch.baseVO.port,typeMismatch.port,typeMismatch.java.lang.Integer,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [baseVO.port,port]; arguments []; default message [port]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.lang.Integer' for property 'port'; nested exception is java.lang.NumberFormatException: For input string: "6379,192.168.0.101"]
at org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:164) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:121) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:167) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:134) ~[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_371]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_371]
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:750) [na:1.8.0_371]
2023-07-20 10:49:58.307 INFO 14724 --- [http-nio-9898-exec-6] c.x.r.a.f.h.ExceptionHandlerAdvice : 异常堆栈:
org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors
Field error in object 'baseVO' on field 'port': rejected value [6381,192.168.0.102]; codes [typeMismatch.baseVO.port,typeMismatch.port,typeMismatch.java.lang.Integer,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [baseVO.port,port]; arguments []; default message [port]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.lang.Integer' for property 'port'; nested exception is java.lang.NumberFormatException: For input string: "6381,192.168.0.102"]
at org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:164) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:121) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:167) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:134) ~[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_371]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_371]
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:750) [na:1.8.0_371]
2023-07-20 10:50:08.864 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-07-20 10:50:08.864 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select/db
2023-07-20 10:50:08.864 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 10:50:08.864 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:50:08.864 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"47.98.151.248","port":6379}]
2023-07-20 10:50:08.865 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : HOST: 47.98.151.248
2023-07-20 10:50:08.866 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 0
2023-07-20 10:50:08.935 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:50:08.936 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 1
2023-07-20 10:50:08.960 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:50:08.960 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 2
2023-07-20 10:50:08.982 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:50:08.982 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 3
2023-07-20 10:50:09.007 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:50:09.007 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 4
2023-07-20 10:50:09.038 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:50:09.039 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 5
2023-07-20 10:50:09.070 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:50:09.070 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 6
2023-07-20 10:50:09.098 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:50:09.099 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 7
2023-07-20 10:50:09.124 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:50:09.125 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 8
2023-07-20 10:50:09.148 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:50:09.149 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 9
2023-07-20 10:50:09.173 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:50:09.173 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 10
2023-07-20 10:50:09.200 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:50:09.201 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 11
2023-07-20 10:50:09.232 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:50:09.234 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 12
2023-07-20 10:50:09.501 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:50:09.502 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 13
2023-07-20 10:50:09.535 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:50:09.535 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 14
2023-07-20 10:50:09.792 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:50:09.792 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 15
2023-07-20 10:50:09.818 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:50:09.819 INFO 14724 --- [http-nio-9898-exec-3] 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-07-20 10:50:09.819 INFO 14724 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:0.955383s
2023-07-20 10:50:12.777 INFO 14724 --- [http-nio-9898-exec-9] c.x.r.a.f.h.ExceptionHandlerAdvice : 异常堆栈:
org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors
Field error in object 'baseVO' on field 'port': rejected value [6379,192.168.0.101]; codes [typeMismatch.baseVO.port,typeMismatch.port,typeMismatch.java.lang.Integer,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [baseVO.port,port]; arguments []; default message [port]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.lang.Integer' for property 'port'; nested exception is java.lang.NumberFormatException: For input string: "6379,192.168.0.101"]
at org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:164) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:121) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:167) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:134) ~[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_371]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_371]
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:750) [na:1.8.0_371]
2023-07-20 10:50:33.971 INFO 14724 --- [http-nio-9898-exec-10] c.x.r.a.f.h.ExceptionHandlerAdvice : 异常堆栈:
org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors
Field error in object 'baseVO' on field 'port': rejected value [6381,192.168.0.102]; codes [typeMismatch.baseVO.port,typeMismatch.port,typeMismatch.java.lang.Integer,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [baseVO.port,port]; arguments []; default message [port]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.lang.Integer' for property 'port'; nested exception is java.lang.NumberFormatException: For input string: "6381,192.168.0.102"]
at org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:164) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:121) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:167) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:134) ~[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_371]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_371]
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:750) [na:1.8.0_371]
2023-07-20 10:50:38.224 INFO 14724 --- [http-nio-9898-exec-8] c.x.r.a.f.h.ExceptionHandlerAdvice : 异常堆栈:
org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors
Field error in object 'baseVO' on field 'port': rejected value [6379,192.168.0.101]; codes [typeMismatch.baseVO.port,typeMismatch.port,typeMismatch.java.lang.Integer,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [baseVO.port,port]; arguments []; default message [port]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.lang.Integer' for property 'port'; nested exception is java.lang.NumberFormatException: For input string: "6379,192.168.0.101"]
at org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:164) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:121) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:167) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:134) ~[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_371]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_371]
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:750) [na:1.8.0_371]
2023-07-20 10:50:44.906 INFO 14724 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2023-07-20 10:50:44.908 INFO 14724 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2023-07-20 10:50:44.909 INFO 14724 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2023-07-20 10:50:44.927 INFO 14724 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2023-07-20 10:50:48.046 INFO 17292 --- [main] c.x.redis.admin.RedisServerApplication : Starting RedisServerApplication on WIN-20230428GNW with PID 17292 (D:\qzn\workspace\gitee\redis-admin\target\classes started by Administrator in D:\qzn\workspace\gitee\redis-admin)
2023-07-20 10:50:48.049 INFO 17292 --- [main] c.x.redis.admin.RedisServerApplication : No active profile set, falling back to default profiles: default
2023-07-20 10:50:48.477 INFO 17292 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2023-07-20 10:50:48.544 INFO 17292 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 59ms. Found 3 JPA repository interfaces.
2023-07-20 10:50:48.724 INFO 17292 --- [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-07-20 10:50:48.937 INFO 17292 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9898 (http)
2023-07-20 10:50:48.944 INFO 17292 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-07-20 10:50:48.944 INFO 17292 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
2023-07-20 10:50:49.019 INFO 17292 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-07-20 10:50:49.019 INFO 17292 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 938 ms
2023-07-20 10:50:49.048 INFO 17292 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2023-07-20 10:50:49.235 INFO 17292 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2023-07-20 10:50:49.239 INFO 17292 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:~/test'
2023-07-20 10:50:49.251 INFO 17292 --- [main] c.x.r.admin.framework.config.CorsConfig : CorsFilter Configuration
2023-07-20 10:50:49.332 INFO 17292 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2023-07-20 10:50:49.378 INFO 17292 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.9.Final}
2023-07-20 10:50:49.466 INFO 17292 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2023-07-20 10:50:49.542 INFO 17292 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2023-07-20 10:50:50.018 INFO 17292 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-07-20 10:50:50.023 INFO 17292 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2023-07-20 10:50:50.347 WARN 17292 --- [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-07-20 10:50:50.427 INFO 17292 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2023-07-20 10:50:50.475 INFO 17292 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2023-07-20 10:50:50.568 INFO 17292 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9898 (http) with context path ''
2023-07-20 10:50:50.569 INFO 17292 --- [main] c.x.redis.admin.RedisServerApplication : Started RedisServerApplication in 2.861 seconds (JVM running for 3.612)
2023-07-20 10:50:50.645 INFO 17292 --- [main] c.x.r.a.f.handler.InitSysUserHandler : 检测系统用户数量:1
2023-07-20 10:50:58.296 INFO 17292 --- [http-nio-9898-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-07-20 10:50:58.296 INFO 17292 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2023-07-20 10:50:58.302 INFO 17292 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 5 ms
2023-07-20 10:50:58.339 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-07-20 10:50:58.340 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select/db
2023-07-20 10:50:58.340 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 10:50:58.340 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:50:58.389 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"192.168.0.107","port":6379}]
2023-07-20 10:51:08.429 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : HOST: 192.168.0.107
2023-07-20 10:51:08.437 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 0
2023-07-20 10:51:08.443 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:51:08.444 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 1
2023-07-20 10:51:08.446 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:51:08.446 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 2
2023-07-20 10:51:08.447 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:51:08.447 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 3
2023-07-20 10:51:08.448 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:51:08.448 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 4
2023-07-20 10:51:08.448 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:51:08.448 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 5
2023-07-20 10:51:08.449 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:51:08.449 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 6
2023-07-20 10:51:08.450 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:51:08.450 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 7
2023-07-20 10:51:08.450 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:51:08.450 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 8
2023-07-20 10:51:08.451 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:51:08.451 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 9
2023-07-20 10:51:08.451 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:51:08.451 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 10
2023-07-20 10:51:08.452 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:51:08.452 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 11
2023-07-20 10:51:08.453 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:51:08.453 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 12
2023-07-20 10:51:08.453 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:51:08.453 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 13
2023-07-20 10:51:08.454 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:51:08.454 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 14
2023-07-20 10:51:08.455 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:51:08.455 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 15
2023-07-20 10:51:08.455 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:51:08.459 INFO 17292 --- [http-nio-9898-exec-1] 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-07-20 10:51:08.459 INFO 17292 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:10.1169922s
2023-07-20 10:51:14.724 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.f.h.ExceptionHandlerAdvice : 异常堆栈:
org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors
Field error in object 'baseVO' on field 'port': rejected value [6379,192.168.0.101]; codes [typeMismatch.baseVO.port,typeMismatch.port,typeMismatch.java.lang.Integer,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [baseVO.port,port]; arguments []; default message [port]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.lang.Integer' for property 'port'; nested exception is java.lang.NumberFormatException: For input string: "6379,192.168.0.101"]
at org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:164) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:121) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:167) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:134) ~[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_371]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_371]
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:750) [na:1.8.0_371]
2023-07-20 10:51:59.379 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.f.h.ExceptionHandlerAdvice : 异常堆栈:
org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors
Field error in object 'baseVO' on field 'port': rejected value [6381,192.168.0.102]; codes [typeMismatch.baseVO.port,typeMismatch.port,typeMismatch.java.lang.Integer,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [baseVO.port,port]; arguments []; default message [port]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.lang.Integer' for property 'port'; nested exception is java.lang.NumberFormatException: For input string: "6381,192.168.0.102"]
at org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:164) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:121) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:167) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:134) ~[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_371]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_371]
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:750) [na:1.8.0_371]
2023-07-20 10:52:08.730 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.f.h.ExceptionHandlerAdvice : 异常堆栈:
org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors
Field error in object 'baseVO' on field 'port': rejected value [6379,192.168.0.101]; codes [typeMismatch.baseVO.port,typeMismatch.port,typeMismatch.java.lang.Integer,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [baseVO.port,port]; arguments []; default message [port]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.lang.Integer' for property 'port'; nested exception is java.lang.NumberFormatException: For input string: "6379,192.168.0.101"]
at org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:164) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:121) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:167) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:134) ~[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_371]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_371]
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:750) [na:1.8.0_371]
2023-07-20 10:52:18.986 INFO 17292 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-07-20 10:52:18.986 INFO 17292 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select
2023-07-20 10:52:18.986 INFO 17292 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 10:52:18.986 INFO 17292 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:52:18.986 INFO 17292 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-07-20 10:52:19.087 INFO 17292 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"DEV","host":"192.168.0.107","id":"RC1666634809033621504","name":"kedu_dev","password":"123456","port":6379,"status":true},{"env":"LOCAL","host":"47.98.151.248","id":"RC1679385418128162816","name":"test","password":"qjkld@12983@ASD","port":6379,"status":true},{"env":"LOCAL","host":"192.168.0.101:6379,192.168.0.101:6380,192.168.0.101:6381,192.168.0.101:6382,192.168.0.101:6383,192.168.0.101:6384","id":"RC1681235672007966720","name":"xiaozi_dev","password":"xiaozi2021","port":6379,"status":true},{"env":"LOCAL","host":"192.168.0.102:6381,192.168.0.102:6383,192.168.0.102:6384,192.168.0.102:6379,192.168.0.102:6380,192.168.0.102:6382","id":"RC1681236789324414976","name":"xiaozi_fat","password":"xiaozi2021","port":6380,"status":true}],"msg":"success"}
2023-07-20 10:52:19.087 INFO 17292 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0988951s
2023-07-20 10:52:57.034 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-07-20 10:52:57.035 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select/db
2023-07-20 10:52:57.035 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 10:52:57.035 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:52:57.035 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"192.168.0.107","port":6379}]
2023-07-20 10:52:59.715 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : HOST: 192.168.0.107
2023-07-20 10:52:59.717 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 0
2023-07-20 10:52:59.720 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:52:59.720 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 1
2023-07-20 10:52:59.721 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:52:59.721 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 2
2023-07-20 10:52:59.721 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:52:59.721 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 3
2023-07-20 10:52:59.722 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:52:59.722 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 4
2023-07-20 10:52:59.723 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:52:59.723 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 5
2023-07-20 10:52:59.724 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:52:59.724 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 6
2023-07-20 10:52:59.724 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:52:59.724 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 7
2023-07-20 10:52:59.725 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:52:59.725 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 8
2023-07-20 10:52:59.726 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:52:59.726 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 9
2023-07-20 10:52:59.727 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:52:59.727 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 10
2023-07-20 10:52:59.728 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:52:59.729 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 11
2023-07-20 10:52:59.730 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:52:59.730 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 12
2023-07-20 10:52:59.730 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:52:59.731 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 13
2023-07-20 10:52:59.731 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:52:59.732 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 14
2023-07-20 10:52:59.733 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:52:59.733 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 15
2023-07-20 10:52:59.733 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:52:59.734 INFO 17292 --- [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-07-20 10:52:59.735 INFO 17292 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:2.6991699s
2023-07-20 10:53:28.916 INFO 17292 --- [http-nio-9898-exec-10] c.x.r.a.f.h.ExceptionHandlerAdvice : 异常堆栈:
org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors
Field error in object 'baseVO' on field 'port': rejected value [6379,192.168.0.101]; codes [typeMismatch.baseVO.port,typeMismatch.port,typeMismatch.java.lang.Integer,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [baseVO.port,port]; arguments []; default message [port]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.lang.Integer' for property 'port'; nested exception is java.lang.NumberFormatException: For input string: "6379,192.168.0.101"]
at org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:164) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:121) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:167) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:134) ~[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_371]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_371]
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:750) [na:1.8.0_371]
2023-07-20 10:55:49.273 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-07-20 10:55:49.273 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select/db
2023-07-20 10:55:49.273 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 10:55:49.273 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:55:49.273 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"192.168.0.107","port":6379}]
2023-07-20 10:55:49.274 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : HOST: 192.168.0.107
2023-07-20 10:55:49.275 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 0
2023-07-20 10:55:49.279 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:55:49.279 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 1
2023-07-20 10:55:49.280 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:55:49.280 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 2
2023-07-20 10:55:49.281 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:55:49.281 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 3
2023-07-20 10:55:49.281 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:55:49.281 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 4
2023-07-20 10:55:49.282 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:55:49.282 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 5
2023-07-20 10:55:49.283 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:55:49.283 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 6
2023-07-20 10:55:49.284 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:55:49.284 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 7
2023-07-20 10:55:49.285 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:55:49.285 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 8
2023-07-20 10:55:49.286 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:55:49.286 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 9
2023-07-20 10:55:49.286 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:55:49.286 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 10
2023-07-20 10:55:49.287 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:55:49.287 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 11
2023-07-20 10:55:49.288 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:55:49.288 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 12
2023-07-20 10:55:49.288 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:55:49.288 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 13
2023-07-20 10:55:49.289 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:55:49.289 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 14
2023-07-20 10:55:49.289 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:55:49.289 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 15
2023-07-20 10:55:49.290 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:55:49.290 INFO 17292 --- [http-nio-9898-exec-2] 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-07-20 10:55:49.290 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:0.0176124s
2023-07-20 10:56:02.537 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-07-20 10:56:02.537 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select/db
2023-07-20 10:56:02.537 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 10:56:02.537 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:56:02.538 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"47.98.151.248","port":6379}]
2023-07-20 10:56:02.538 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : HOST: 47.98.151.248
2023-07-20 10:56:02.539 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 0
2023-07-20 10:56:02.646 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:02.646 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 1
2023-07-20 10:56:02.670 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:02.670 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 2
2023-07-20 10:56:02.687 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:02.687 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 3
2023-07-20 10:56:02.705 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:02.706 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 4
2023-07-20 10:56:02.733 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:02.733 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 5
2023-07-20 10:56:02.775 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:02.776 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 6
2023-07-20 10:56:02.810 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:02.811 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 7
2023-07-20 10:56:02.845 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:02.845 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 8
2023-07-20 10:56:02.875 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:02.875 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 9
2023-07-20 10:56:02.911 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:02.911 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 10
2023-07-20 10:56:02.939 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:02.939 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 11
2023-07-20 10:56:02.962 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:02.963 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 12
2023-07-20 10:56:02.986 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:02.987 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 13
2023-07-20 10:56:03.020 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:03.020 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 14
2023-07-20 10:56:03.051 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:03.051 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 15
2023-07-20 10:56:03.074 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:03.074 INFO 17292 --- [http-nio-9898-exec-3] 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-07-20 10:56:03.074 INFO 17292 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:0.5365595s
2023-07-20 10:56:08.066 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-07-20 10:56:08.067 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select/db
2023-07-20 10:56:08.067 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 10:56:08.067 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:56:08.067 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"192.168.0.107","port":6379}]
2023-07-20 10:56:08.069 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : HOST: 192.168.0.107
2023-07-20 10:56:08.070 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 0
2023-07-20 10:56:08.073 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:08.073 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 1
2023-07-20 10:56:08.074 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:08.074 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 2
2023-07-20 10:56:08.074 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:08.074 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 3
2023-07-20 10:56:08.075 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:08.075 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 4
2023-07-20 10:56:08.075 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:08.075 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 5
2023-07-20 10:56:08.076 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:08.076 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 6
2023-07-20 10:56:08.077 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:08.077 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 7
2023-07-20 10:56:08.077 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:08.077 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 8
2023-07-20 10:56:08.078 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:08.078 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 9
2023-07-20 10:56:08.079 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:08.079 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 10
2023-07-20 10:56:08.079 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:08.079 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 11
2023-07-20 10:56:08.080 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:08.080 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 12
2023-07-20 10:56:08.081 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:08.081 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 13
2023-07-20 10:56:08.081 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:08.082 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 14
2023-07-20 10:56:08.082 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:08.082 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 15
2023-07-20 10:56:08.083 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 10:56:08.083 INFO 17292 --- [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-07-20 10:56:08.083 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:0.0165882s
2023-07-20 10:56:14.458 INFO 17292 --- [http-nio-9898-exec-5] c.x.r.a.f.h.ExceptionHandlerAdvice : 异常堆栈:
org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors
Field error in object 'baseVO' on field 'port': rejected value [6379,192.168.0.101]; codes [typeMismatch.baseVO.port,typeMismatch.port,typeMismatch.java.lang.Integer,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [baseVO.port,port]; arguments []; default message [port]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.lang.Integer' for property 'port'; nested exception is java.lang.NumberFormatException: For input string: "6379,192.168.0.101"]
at org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:164) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:121) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:167) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:134) ~[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_371]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_371]
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:750) [na:1.8.0_371]
2023-07-20 10:56:52.740 INFO 17292 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-07-20 10:56:52.742 INFO 17292 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select
2023-07-20 10:56:52.742 INFO 17292 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 10:56:52.742 INFO 17292 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:56:52.742 INFO 17292 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-07-20 10:56:52.747 INFO 17292 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"DEV","host":"192.168.0.107","id":"RC1666634809033621504","name":"kedu_dev","password":"123456","port":6379,"status":true},{"env":"LOCAL","host":"47.98.151.248","id":"RC1679385418128162816","name":"test","password":"qjkld@12983@ASD","port":6379,"status":true},{"env":"LOCAL","host":"192.168.0.101:6379,192.168.0.101:6380,192.168.0.101:6381,192.168.0.101:6382,192.168.0.101:6383,192.168.0.101:6384","id":"RC1681235672007966720","name":"xiaozi_dev","password":"xiaozi2021","port":6379,"status":true},{"env":"LOCAL","host":"192.168.0.102:6381,192.168.0.102:6383,192.168.0.102:6384,192.168.0.102:6379,192.168.0.102:6380,192.168.0.102:6382","id":"RC1681236789324414976","name":"xiaozi_fat","password":"xiaozi2021","port":6380,"status":true}],"msg":"success"}
2023-07-20 10:56:52.747 INFO 17292 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0068528s
2023-07-20 10:58:03.481 INFO 17292 --- [http-nio-9898-exec-10] c.x.r.a.f.h.ExceptionHandlerAdvice : 异常堆栈:
org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors
Field error in object 'baseVO' on field 'port': rejected value [6381,192.168.0.102]; codes [typeMismatch.baseVO.port,typeMismatch.port,typeMismatch.java.lang.Integer,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [baseVO.port,port]; arguments []; default message [port]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.lang.Integer' for property 'port'; nested exception is java.lang.NumberFormatException: For input string: "6381,192.168.0.102"]
at org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:164) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:121) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:167) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:134) ~[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_371]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_371]
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:750) [na:1.8.0_371]
2023-07-20 10:58:57.466 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-07-20 10:58:57.467 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select
2023-07-20 10:58:57.467 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 10:58:57.467 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:58:57.467 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-07-20 10:58:57.486 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"DEV","host":"192.168.0.107","id":"RC1666634809033621504","name":"kedu_dev","password":"123456","port":6379,"status":true},{"env":"LOCAL","host":"47.98.151.248","id":"RC1679385418128162816","name":"test","password":"qjkld@12983@ASD","port":6379,"status":true},{"env":"LOCAL","host":"192.168.0.101:6379,192.168.0.101:6380,192.168.0.101:6381,192.168.0.101:6382,192.168.0.101:6383,192.168.0.101:6384","id":"RC1681235672007966720","name":"xiaozi_dev","password":"xiaozi2021","port":6379,"status":true},{"env":"LOCAL","host":"192.168.0.102:6381,192.168.0.102:6383,192.168.0.102:6384,192.168.0.102:6379,192.168.0.102:6380,192.168.0.102:6382","id":"RC1681236789324414976","name":"xiaozi_fat","password":"xiaozi2021","port":6380,"status":true}],"msg":"success"}
2023-07-20 10:58:57.487 INFO 17292 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0194352s
2023-07-20 10:59:37.761 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-07-20 10:59:37.762 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select
2023-07-20 10:59:37.763 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 10:59:37.763 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 10:59:37.763 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-07-20 10:59:37.777 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"DEV","host":"RC1666634809033621504","id":"RC1666634809033621504","name":"kedu_dev","password":"123456","port":6379,"status":true},{"env":"LOCAL","host":"RC1679385418128162816","id":"RC1679385418128162816","name":"test","password":"qjkld@12983@ASD","port":6379,"status":true},{"env":"LOCAL","host":"RC1681235672007966720","id":"RC1681235672007966720","name":"xiaozi_dev","password":"xiaozi2021","port":6379,"status":true},{"env":"LOCAL","host":"RC1681236789324414976","id":"RC1681236789324414976","name":"xiaozi_fat","password":"xiaozi2021","port":6380,"status":true}],"msg":"success"}
2023-07-20 10:59:37.778 INFO 17292 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0158303s
2023-07-20 10:59:56.112 INFO 17292 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2023-07-20 10:59:56.116 INFO 17292 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2023-07-20 10:59:56.123 INFO 17292 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2023-07-20 10:59:56.146 INFO 17292 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2023-07-20 11:00:01.711 INFO 13836 --- [main] c.x.redis.admin.RedisServerApplication : Starting RedisServerApplication on WIN-20230428GNW with PID 13836 (D:\qzn\workspace\gitee\redis-admin\target\classes started by Administrator in D:\qzn\workspace\gitee\redis-admin)
2023-07-20 11:00:01.714 INFO 13836 --- [main] c.x.redis.admin.RedisServerApplication : No active profile set, falling back to default profiles: default
2023-07-20 11:00:02.231 INFO 13836 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2023-07-20 11:00:02.298 INFO 13836 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 61ms. Found 3 JPA repository interfaces.
2023-07-20 11:00:02.513 INFO 13836 --- [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-07-20 11:00:02.762 INFO 13836 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9898 (http)
2023-07-20 11:00:02.770 INFO 13836 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-07-20 11:00:02.770 INFO 13836 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
2023-07-20 11:00:02.864 INFO 13836 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-07-20 11:00:02.864 INFO 13836 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1108 ms
2023-07-20 11:00:02.899 INFO 13836 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2023-07-20 11:00:03.126 INFO 13836 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2023-07-20 11:00:03.130 INFO 13836 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:~/test'
2023-07-20 11:00:03.142 INFO 13836 --- [main] c.x.r.admin.framework.config.CorsConfig : CorsFilter Configuration
2023-07-20 11:00:03.221 INFO 13836 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2023-07-20 11:00:03.265 INFO 13836 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.9.Final}
2023-07-20 11:00:03.351 INFO 13836 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2023-07-20 11:00:03.432 INFO 13836 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2023-07-20 11:00:03.918 INFO 13836 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-07-20 11:00:03.923 INFO 13836 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2023-07-20 11:00:04.245 WARN 13836 --- [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-07-20 11:00:04.329 INFO 13836 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2023-07-20 11:00:04.380 INFO 13836 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2023-07-20 11:00:04.483 INFO 13836 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9898 (http) with context path ''
2023-07-20 11:00:04.484 INFO 13836 --- [main] c.x.redis.admin.RedisServerApplication : Started RedisServerApplication in 3.221 seconds (JVM running for 4.808)
2023-07-20 11:00:04.564 INFO 13836 --- [main] c.x.r.a.f.handler.InitSysUserHandler : 检测系统用户数量:1
2023-07-20 11:00:09.587 INFO 13836 --- [http-nio-9898-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-07-20 11:00:09.587 INFO 13836 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2023-07-20 11:00:09.591 INFO 13836 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 4 ms
2023-07-20 11:00:09.917 INFO 13836 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-07-20 11:00:09.919 INFO 13836 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select
2023-07-20 11:00:09.919 INFO 13836 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 11:00:09.919 INFO 13836 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:00:09.979 INFO 13836 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-07-20 11:00:10.125 INFO 13836 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"DEV","host":"RC1666634809033621504","id":"RC1666634809033621504","name":"kedu_dev","password":"123456","port":6379,"status":true},{"env":"LOCAL","host":"RC1679385418128162816","id":"RC1679385418128162816","name":"test","password":"qjkld@12983@ASD","port":6379,"status":true},{"env":"LOCAL","host":"RC1681235672007966720","id":"RC1681235672007966720","name":"xiaozi_dev","password":"xiaozi2021","port":6379,"status":true},{"env":"LOCAL","host":"RC1681236789324414976","id":"RC1681236789324414976","name":"xiaozi_fat","password":"xiaozi2021","port":6380,"status":true}],"msg":"success"}
2023-07-20 11:00:10.126 INFO 13836 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.1899787s
2023-07-20 11:00:30.307 INFO 13836 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-07-20 11:00:30.309 INFO 13836 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select
2023-07-20 11:00:30.309 INFO 13836 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 11:00:30.309 INFO 13836 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:00:30.309 INFO 13836 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-07-20 11:01:01.895 INFO 13836 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"DEV","host":"RC1666634809033621504","id":"RC1666634809033621504","name":"kedu_dev","password":"123456","port":6379,"status":true},{"env":"LOCAL","host":"RC1679385418128162816","id":"RC1679385418128162816","name":"test","password":"qjkld@12983@ASD","port":6379,"status":true},{"env":"LOCAL","host":"RC1681235672007966720","id":"RC1681235672007966720","name":"xiaozi_dev","password":"xiaozi2021","port":6379,"status":true},{"env":"LOCAL","host":"RC1681236789324414976","id":"RC1681236789324414976","name":"xiaozi_fat","password":"xiaozi2021","port":6380,"status":true}],"msg":"success"}
2023-07-20 11:01:01.896 INFO 13836 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:31.5878652s
2023-07-20 11:01:04.800 INFO 13836 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-07-20 11:01:04.800 INFO 13836 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select
2023-07-20 11:01:04.801 INFO 13836 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 11:01:04.801 INFO 13836 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:01:04.801 INFO 13836 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-07-20 11:01:10.935 INFO 13836 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"DEV","host":"RC1666634809033621504","id":"RC1666634809033621504","name":"kedu_dev","password":"123456","port":6379,"status":true},{"env":"LOCAL","host":"RC1679385418128162816","id":"RC1679385418128162816","name":"test","password":"qjkld@12983@ASD","port":6379,"status":true},{"env":"LOCAL","host":"RC1681235672007966720","id":"RC1681235672007966720","name":"xiaozi_dev","password":"xiaozi2021","port":6379,"status":true},{"env":"LOCAL","host":"RC1681236789324414976","id":"RC1681236789324414976","name":"xiaozi_fat","password":"xiaozi2021","port":6380,"status":true}],"msg":"success"}
2023-07-20 11:01:10.935 INFO 13836 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:6.1349912s
2023-07-20 11:01:31.273 INFO 13836 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-07-20 11:01:31.273 INFO 13836 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select/db
2023-07-20 11:01:31.274 INFO 13836 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 11:01:31.274 INFO 13836 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:01:31.276 INFO 13836 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"RC1666634809033621504","port":6379}]
2023-07-20 11:01:31.281 INFO 13836 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 响应参数:null
2023-07-20 11:01:31.282 INFO 13836 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:0.0082816s
2023-07-20 11:01:31.285 INFO 13836 --- [http-nio-9898-exec-8] c.x.r.a.f.h.ExceptionHandlerAdvice : 异常堆栈:
com.xianxin.redis.admin.framework.exception.ServerException: redis-server配置不存在
at com.xianxin.redis.admin.service.impl.RedisConfigServiceImpl.getRedisConfig(RedisConfigServiceImpl.java:65) ~[classes/:na]
at com.xianxin.redis.admin.framework.pattern.factory.RedisOperationServiceFactory.getRedisManager(RedisOperationServiceFactory.java:32) ~[classes/:na]
at com.xianxin.redis.admin.framework.pattern.factory.RedisOperationServiceFactory.selectDBIndex(RedisOperationServiceFactory.java:158) ~[classes/:na]
at com.xianxin.redis.admin.controller.RedisController.selectDb(RedisController.java:147) ~[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_371]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_371]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_371]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_371]
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$$14970992.selectDb(<generated>) ~[classes/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_371]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_371]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_371]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_371]
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_371]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_371]
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:750) [na:1.8.0_371]
2023-07-20 11:04:12.587 INFO 13836 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2023-07-20 11:04:12.588 INFO 13836 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2023-07-20 11:04:12.590 INFO 13836 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2023-07-20 11:04:12.591 INFO 13836 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2023-07-20 11:04:18.254 INFO 20408 --- [main] c.x.redis.admin.RedisServerApplication : Starting RedisServerApplication on WIN-20230428GNW with PID 20408 (D:\qzn\workspace\gitee\redis-admin\target\classes started by Administrator in D:\qzn\workspace\gitee\redis-admin)
2023-07-20 11:04:18.256 INFO 20408 --- [main] c.x.redis.admin.RedisServerApplication : No active profile set, falling back to default profiles: default
2023-07-20 11:04:18.729 INFO 20408 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2023-07-20 11:04:18.801 INFO 20408 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 64ms. Found 3 JPA repository interfaces.
2023-07-20 11:04:18.993 INFO 20408 --- [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-07-20 11:04:19.217 INFO 20408 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9898 (http)
2023-07-20 11:04:19.223 INFO 20408 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-07-20 11:04:19.224 INFO 20408 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
2023-07-20 11:04:19.298 INFO 20408 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-07-20 11:04:19.298 INFO 20408 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1006 ms
2023-07-20 11:04:19.327 INFO 20408 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2023-07-20 11:04:19.536 INFO 20408 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2023-07-20 11:04:19.541 INFO 20408 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:~/test'
2023-07-20 11:04:19.553 INFO 20408 --- [main] c.x.r.admin.framework.config.CorsConfig : CorsFilter Configuration
2023-07-20 11:04:19.635 INFO 20408 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2023-07-20 11:04:19.680 INFO 20408 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.9.Final}
2023-07-20 11:04:19.768 INFO 20408 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2023-07-20 11:04:19.846 INFO 20408 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2023-07-20 11:04:20.392 INFO 20408 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-07-20 11:04:20.399 INFO 20408 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2023-07-20 11:04:20.897 WARN 20408 --- [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-07-20 11:04:21.020 INFO 20408 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2023-07-20 11:04:21.096 INFO 20408 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2023-07-20 11:04:21.262 INFO 20408 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9898 (http) with context path ''
2023-07-20 11:04:21.264 INFO 20408 --- [main] c.x.redis.admin.RedisServerApplication : Started RedisServerApplication in 3.358 seconds (JVM running for 4.104)
2023-07-20 11:04:21.357 INFO 20408 --- [main] c.x.r.a.f.handler.InitSysUserHandler : 检测系统用户数量:1
2023-07-20 11:08:24.923 INFO 20408 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2023-07-20 11:08:24.924 INFO 20408 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2023-07-20 11:08:24.929 INFO 20408 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2023-07-20 11:08:24.931 INFO 20408 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2023-07-20 11:08:29.299 INFO 18816 --- [main] c.x.redis.admin.RedisServerApplication : Starting RedisServerApplication on WIN-20230428GNW with PID 18816 (D:\qzn\workspace\gitee\redis-admin\target\classes started by Administrator in D:\qzn\workspace\gitee\redis-admin)
2023-07-20 11:08:29.301 INFO 18816 --- [main] c.x.redis.admin.RedisServerApplication : No active profile set, falling back to default profiles: default
2023-07-20 11:08:29.729 INFO 18816 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2023-07-20 11:08:29.792 INFO 18816 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 57ms. Found 3 JPA repository interfaces.
2023-07-20 11:08:29.967 INFO 18816 --- [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-07-20 11:08:30.182 INFO 18816 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9898 (http)
2023-07-20 11:08:30.188 INFO 18816 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-07-20 11:08:30.188 INFO 18816 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
2023-07-20 11:08:30.257 INFO 18816 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-07-20 11:08:30.257 INFO 18816 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 921 ms
2023-07-20 11:08:30.285 INFO 18816 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2023-07-20 11:08:30.493 INFO 18816 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2023-07-20 11:08:30.498 INFO 18816 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:~/test'
2023-07-20 11:08:30.510 INFO 18816 --- [main] c.x.r.admin.framework.config.CorsConfig : CorsFilter Configuration
2023-07-20 11:08:30.589 INFO 18816 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2023-07-20 11:08:30.633 INFO 18816 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.9.Final}
2023-07-20 11:08:30.718 INFO 18816 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2023-07-20 11:08:30.795 INFO 18816 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2023-07-20 11:08:31.259 INFO 18816 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-07-20 11:08:31.264 INFO 18816 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2023-07-20 11:08:31.586 WARN 18816 --- [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-07-20 11:08:31.666 INFO 18816 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2023-07-20 11:08:31.714 INFO 18816 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2023-07-20 11:08:31.806 INFO 18816 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9898 (http) with context path ''
2023-07-20 11:08:31.808 INFO 18816 --- [main] c.x.redis.admin.RedisServerApplication : Started RedisServerApplication in 2.847 seconds (JVM running for 3.576)
2023-07-20 11:08:31.880 INFO 18816 --- [main] c.x.r.a.f.handler.InitSysUserHandler : 检测系统用户数量:1
2023-07-20 11:08:46.810 INFO 18816 --- [http-nio-9898-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-07-20 11:08:46.811 INFO 18816 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2023-07-20 11:08:46.816 INFO 18816 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 5 ms
2023-07-20 11:08:47.101 INFO 18816 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-07-20 11:08:47.102 INFO 18816 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select
2023-07-20 11:08:47.103 INFO 18816 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 11:08:47.103 INFO 18816 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:08:47.180 INFO 18816 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-07-20 11:08:47.321 INFO 18816 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"DEV","host":"RC1666634809033621504","id":"RC1666634809033621504","name":"kedu_dev","password":"123456","port":6379,"status":true},{"env":"LOCAL","host":"RC1679385418128162816","id":"RC1679385418128162816","name":"test","password":"qjkld@12983@ASD","port":6379,"status":true},{"env":"LOCAL","host":"RC1681235672007966720","id":"RC1681235672007966720","name":"xiaozi_dev","password":"xiaozi2021","port":6379,"status":true},{"env":"LOCAL","host":"RC1681236789324414976","id":"RC1681236789324414976","name":"xiaozi_fat","password":"xiaozi2021","port":6380,"status":true}],"msg":"success"}
2023-07-20 11:08:47.321 INFO 18816 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.2016308s
2023-07-20 11:08:49.471 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-07-20 11:08:49.472 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select/db
2023-07-20 11:08:49.472 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 11:08:49.472 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:08:49.474 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"RC1666634809033621504","port":6379}]
2023-07-20 11:08:49.489 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : HOST: RC1666634809033621504
2023-07-20 11:08:49.500 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 0
2023-07-20 11:08:50.535 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:08:50.536 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 1
2023-07-20 11:08:50.537 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:08:50.537 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 2
2023-07-20 11:08:50.538 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:08:50.538 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 3
2023-07-20 11:08:50.538 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:08:50.539 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 4
2023-07-20 11:08:50.540 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:08:50.540 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 5
2023-07-20 11:08:50.540 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:08:50.540 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 6
2023-07-20 11:08:50.541 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:08:50.541 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 7
2023-07-20 11:08:50.541 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:08:50.542 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 8
2023-07-20 11:08:50.542 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:08:50.542 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 9
2023-07-20 11:08:50.543 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:08:50.543 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 10
2023-07-20 11:08:50.543 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:08:50.544 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 11
2023-07-20 11:08:50.544 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:08:50.544 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 12
2023-07-20 11:08:50.544 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:08:50.544 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 13
2023-07-20 11:08:50.545 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:08:50.545 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 14
2023-07-20 11:08:50.545 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:08:50.546 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 15
2023-07-20 11:08:50.546 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:08:50.546 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 响应参数:{"code":555,"count":0,"msg":"ERR数据库索引超出范围"}
2023-07-20 11:08:50.546 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:1.0746547s
2023-07-20 11:08:59.917 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-07-20 11:08:59.918 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select/db
2023-07-20 11:08:59.918 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 11:08:59.918 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:08:59.918 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"RC1679385418128162816","port":6379}]
2023-07-20 11:08:59.919 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : HOST: RC1679385418128162816
2023-07-20 11:08:59.920 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 0
2023-07-20 11:09:00.942 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:00.943 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 1
2023-07-20 11:09:00.943 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:00.943 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 2
2023-07-20 11:09:00.943 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:00.943 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 3
2023-07-20 11:09:00.943 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:00.943 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 4
2023-07-20 11:09:00.943 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:00.943 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 5
2023-07-20 11:09:00.944 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:00.944 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 6
2023-07-20 11:09:00.944 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:00.944 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 7
2023-07-20 11:09:00.945 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:00.945 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 8
2023-07-20 11:09:00.945 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:00.945 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 9
2023-07-20 11:09:00.945 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:00.945 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 10
2023-07-20 11:09:00.945 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:00.945 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 11
2023-07-20 11:09:00.945 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:00.945 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 12
2023-07-20 11:09:00.945 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:00.945 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 13
2023-07-20 11:09:00.946 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:00.946 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 14
2023-07-20 11:09:00.946 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:00.946 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 15
2023-07-20 11:09:00.946 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:00.947 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 响应参数:{"code":555,"count":0,"msg":"ERR数据库索引超出范围"}
2023-07-20 11:09:00.947 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:1.0290129s
2023-07-20 11:09:02.719 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-07-20 11:09:02.719 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select/db
2023-07-20 11:09:02.720 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 11:09:02.720 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:09:02.720 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"RC1681235672007966720","port":6379}]
2023-07-20 11:09:02.724 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 响应参数:{"code":200,"count":1,"data":[{"db":"0","name":"db-all"}],"msg":"success"}
2023-07-20 11:09:02.724 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:0.0028166s
2023-07-20 11:09:06.202 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 列表查询
2023-07-20 11:09:06.202 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/cache/query
2023-07-20 11:09:06.202 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 11:09:06.202 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:09:06.204 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 请求参数:[{"db":"0","host":"RC1681235672007966720","keyword":"","pageNo":1,"pageSize":10,"port":6379}]
2023-07-20 11:09:06.261 INFO 18816 --- [http-nio-9898-exec-4] r.a.s.i.RedisClusterOperationServiceImpl : key=XMB_OFFLINE_PAY_H5_UPLOAD_TOKEN_973551555322187776,type=string
2023-07-20 11:09:06.262 INFO 18816 --- [http-nio-9898-exec-4] r.a.s.i.RedisClusterOperationServiceImpl : key=code:BJD202211[N|4],type=string
2023-07-20 11:09:06.263 INFO 18816 --- [http-nio-9898-exec-4] r.a.s.i.RedisClusterOperationServiceImpl : key=XMB_COLUMN_KEY_INFO_1047559367140024320,type=string
2023-07-20 11:09:06.264 INFO 18816 --- [http-nio-9898-exec-4] r.a.s.i.RedisClusterOperationServiceImpl : key=XMO_PC_TOKEN_FbHvP16iH1isSO97u8y5z5oj3nDjXKpB,type=string
2023-07-20 11:09:06.266 INFO 18816 --- [http-nio-9898-exec-4] r.a.s.i.RedisClusterOperationServiceImpl : key=XMO_PC_TOKEN_Vu4YQvubTj0Ix4wmWYxOv40IESTldYs2,type=string
2023-07-20 11:09:06.267 INFO 18816 --- [http-nio-9898-exec-4] r.a.s.i.RedisClusterOperationServiceImpl : key=fms:ia:bill:handle:balance:rank:887733140230115328-887733376201658368-XZBAABC0552,type=string
2023-07-20 11:09:06.268 INFO 18816 --- [http-nio-9898-exec-4] r.a.s.i.RedisClusterOperationServiceImpl : key=fms:ia:sale:out:ledger:balance:rank:859399456796315648-849306981901668352-XZBA0FBH005,type=string
2023-07-20 11:09:06.269 INFO 18816 --- [http-nio-9898-exec-4] r.a.s.i.RedisClusterOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODEFJPPJSNjingluo008,type=string
2023-07-20 11:09:06.269 INFO 18816 --- [http-nio-9898-exec-4] r.a.s.i.RedisClusterOperationServiceImpl : key=fms:ia:sale:out:ledger:audit:balance:rank:854326312179994624-864082988797923328-,type=string
2023-07-20 11:09:06.270 INFO 18816 --- [http-nio-9898-exec-4] r.a.s.i.RedisClusterOperationServiceImpl : key=XSSH211124[N:4],type=string
2023-07-20 11:09:06.275 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 响应参数:{"code":200,"count":3756,"data":[{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"XMB_OFFLINE_PAY_H5_UPLOAD_TOKEN_973551555322187776"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"code:BJD202211[N|4]"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"XMB_COLUMN_KEY_INFO_1047559367140024320"},{"dataType":"string","elCount":1,"expire":"1天2小时53分29秒","redisKey":"XMO_PC_TOKEN_FbHvP16iH1isSO97u8y5z5oj3nDjXKpB"},{"dataType":"string","elCount":1,"expire":"22小时21分28秒","redisKey":"XMO_PC_TOKEN_Vu4YQvubTj0Ix4wmWYxOv40IESTldYs2"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"fms:ia:bill:handle:balance:rank:887733140230115328-887733376201658368-XZBAABC0552"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"fms:ia:sale:out:ledger:balance:rank:859399456796315648-849306981901668352-XZBA0FBH005"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODEFJPPJSNjingluo008"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"fms:ia:sale:out:ledger:audit:balance:rank:854326312179994624-864082988797923328-"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"XSSH211124[N:4]"}],"msg":"success"}
2023-07-20 11:09:06.275 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 耗时:0.0708045s
2023-07-20 11:09:08.343 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-07-20 11:09:08.343 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select/db
2023-07-20 11:09:08.343 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 11:09:08.343 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:09:08.343 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"RC1666634809033621504","port":6379}]
2023-07-20 11:09:08.346 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : HOST: RC1666634809033621504
2023-07-20 11:09:08.348 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 0
2023-07-20 11:09:09.371 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:09:09.371 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 1
2023-07-20 11:09:09.372 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:09:09.372 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 2
2023-07-20 11:09:09.372 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:09:09.372 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 3
2023-07-20 11:09:09.372 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:09:09.372 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 4
2023-07-20 11:09:09.372 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:09:09.372 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 5
2023-07-20 11:09:09.372 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:09:09.372 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 6
2023-07-20 11:09:09.372 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:09:09.372 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 7
2023-07-20 11:09:09.373 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:09:09.373 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 8
2023-07-20 11:09:09.373 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:09:09.373 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 9
2023-07-20 11:09:09.373 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:09:09.373 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 10
2023-07-20 11:09:09.373 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:09:09.373 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 11
2023-07-20 11:09:09.373 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:09:09.373 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 12
2023-07-20 11:09:09.373 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:09:09.373 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 13
2023-07-20 11:09:09.373 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:09:09.373 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 14
2023-07-20 11:09:09.374 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:09:09.374 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 15
2023-07-20 11:09:09.374 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:09:09.374 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 响应参数:{"code":555,"count":0,"msg":"ERR数据库索引超出范围"}
2023-07-20 11:09:09.374 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:1.0306502s
2023-07-20 11:09:45.292 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-07-20 11:09:45.292 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select/db
2023-07-20 11:09:45.293 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 11:09:45.293 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:09:45.293 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"RC1679385418128162816","port":6379}]
2023-07-20 11:09:45.294 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : HOST: RC1679385418128162816
2023-07-20 11:09:45.295 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 0
2023-07-20 11:09:46.315 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:46.315 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 1
2023-07-20 11:09:46.316 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:46.316 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 2
2023-07-20 11:09:46.316 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:46.316 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 3
2023-07-20 11:09:46.316 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:46.316 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 4
2023-07-20 11:09:46.316 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:46.316 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 5
2023-07-20 11:09:46.316 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:46.316 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 6
2023-07-20 11:09:46.317 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:46.317 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 7
2023-07-20 11:09:46.317 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:46.317 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 8
2023-07-20 11:09:46.317 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:46.317 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 9
2023-07-20 11:09:46.317 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:46.317 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 10
2023-07-20 11:09:46.317 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:46.317 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 11
2023-07-20 11:09:46.318 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:46.318 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 12
2023-07-20 11:09:46.318 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:46.318 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 13
2023-07-20 11:09:46.318 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:46.318 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 14
2023-07-20 11:09:46.318 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:46.318 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 15
2023-07-20 11:09:46.318 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1679385418128162816:6379
2023-07-20 11:09:46.318 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 响应参数:{"code":555,"count":0,"msg":"ERR数据库索引超出范围"}
2023-07-20 11:09:46.318 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:1.0254569s
2023-07-20 11:10:07.134 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-07-20 11:10:07.135 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select/db
2023-07-20 11:10:07.135 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 11:10:07.135 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:10:07.135 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"RC1666634809033621504","port":6379}]
2023-07-20 11:10:09.642 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : HOST: RC1666634809033621504
2023-07-20 11:10:13.889 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 0
2023-07-20 11:10:38.762 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:10:44.799 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 1
2023-07-20 11:10:47.305 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:11:08.328 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 2
2023-07-20 11:11:19.177 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:11:35.457 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 3
2023-07-20 11:11:36.479 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:11:36.479 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 4
2023-07-20 11:11:36.480 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:11:36.480 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 5
2023-07-20 11:11:36.480 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:11:36.480 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 6
2023-07-20 11:11:36.480 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:11:36.480 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 7
2023-07-20 11:11:36.480 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:11:36.480 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 8
2023-07-20 11:11:36.480 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:11:36.480 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 9
2023-07-20 11:11:36.480 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:11:36.480 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 10
2023-07-20 11:11:36.480 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:11:36.481 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 11
2023-07-20 11:11:36.481 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:11:36.481 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 12
2023-07-20 11:11:36.481 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:11:36.481 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 13
2023-07-20 11:11:36.484 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:11:36.484 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 14
2023-07-20 11:11:36.484 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:11:36.484 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 15
2023-07-20 11:11:36.484 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.s.i.RedisOperationServiceImpl : Failed connecting to host RC1666634809033621504:6379
2023-07-20 11:11:36.484 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 响应参数:{"code":555,"count":0,"msg":"ERR数据库索引超出范围"}
2023-07-20 11:11:36.484 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:89.349491s
2023-07-20 11:11:58.612 INFO 18816 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2023-07-20 11:11:58.612 INFO 18816 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select
2023-07-20 11:11:58.612 INFO 18816 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 11:11:58.612 INFO 18816 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:11:58.613 INFO 18816 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2023-07-20 11:11:58.618 INFO 18816 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"DEV","host":"RC1666634809033621504","id":"RC1666634809033621504","name":"kedu_dev","password":"123456","port":6379,"status":true},{"env":"LOCAL","host":"RC1679385418128162816","id":"RC1679385418128162816","name":"test","password":"qjkld@12983@ASD","port":6379,"status":true},{"env":"LOCAL","host":"RC1681235672007966720","id":"RC1681235672007966720","name":"xiaozi_dev","password":"xiaozi2021","port":6379,"status":true},{"env":"LOCAL","host":"RC1681236789324414976","id":"RC1681236789324414976","name":"xiaozi_fat","password":"xiaozi2021","port":6380,"status":true}],"msg":"success"}
2023-07-20 11:11:58.618 INFO 18816 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.0058981s
2023-07-20 11:12:03.735 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-07-20 11:12:03.735 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select/db
2023-07-20 11:12:03.735 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 11:12:03.735 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:12:03.735 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"RC1666634809033621504","port":6379}]
2023-07-20 11:12:03.737 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : HOST: RC1666634809033621504
2023-07-20 11:12:03.738 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 0
2023-07-20 11:12:03.741 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:03.742 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 1
2023-07-20 11:12:03.742 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:03.742 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 2
2023-07-20 11:12:03.743 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:03.743 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 3
2023-07-20 11:12:03.744 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:03.744 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 4
2023-07-20 11:12:03.745 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:03.745 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 5
2023-07-20 11:12:03.746 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:03.746 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 6
2023-07-20 11:12:03.746 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:03.746 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 7
2023-07-20 11:12:03.747 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:03.747 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 8
2023-07-20 11:12:03.748 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:03.748 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 9
2023-07-20 11:12:03.748 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:03.748 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 10
2023-07-20 11:12:03.749 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:03.749 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 11
2023-07-20 11:12:03.749 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:03.749 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 12
2023-07-20 11:12:03.750 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:03.750 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 13
2023-07-20 11:12:03.750 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:03.750 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 14
2023-07-20 11:12:03.751 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:03.751 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 15
2023-07-20 11:12:03.751 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:03.751 INFO 18816 --- [http-nio-9898-exec-3] 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-07-20 11:12:03.752 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:0.0165032s
2023-07-20 11:12:06.310 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 列表查询
2023-07-20 11:12:06.311 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/cache/query
2023-07-20 11:12:06.311 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 11:12:06.311 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:12:06.311 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 请求参数:[{"db":"0","host":"RC1666634809033621504","keyword":"","pageNo":1,"pageSize":10,"port":6379}]
2023-07-20 11:12:06.325 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODELSYLZQMJQLS-50LD,type=string
2023-07-20 11:12:06.327 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : key=ROLEB0BB0I0E[N:4] ,type=string
2023-07-20 11:12:06.329 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODEYYKQXDJYKG/G-120,type=string
2023-07-20 11:12:06.330 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODEQYZXQATS-2000,type=string
2023-07-20 11:12:06.332 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODEYDSBIP-101-IV,type=string
2023-07-20 11:12:06.334 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : key=SHD20230317[N:3],type=string
2023-07-20 11:12:06.336 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODEHWXZLYHW-L-1,type=string
2023-07-20 11:12:06.337 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODEDRYXYTXLGZZDBG-03,type=string
2023-07-20 11:12:06.339 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODEXQFXYRAPIDPOINT 500,type=string
2023-07-20 11:12:06.340 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.s.i.RedisOperationServiceImpl : key=ROLEB0BC0DAC[N:4],type=string
2023-07-20 11:12:06.341 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 响应参数:{"code":200,"count":1162,"data":[{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODELSYLZQMJQLS-50LD"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"ROLEB0BB0I0E[N:4] "},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODEYYKQXDJYKG/G-120"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODEQYZXQATS-2000"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODEYDSBIP-101-IV"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"SHD20230317[N:3]"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODEHWXZLYHW-L-1"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODEDRYXYTXLGZZDBG-03"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODEXQFXYRAPIDPOINT 500"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"ROLEB0BC0DAC[N:4]"}],"msg":"success"}
2023-07-20 11:12:06.341 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 耗时:0.0298624s
2023-07-20 11:12:10.720 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-07-20 11:12:10.720 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select/db
2023-07-20 11:12:10.720 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 11:12:10.720 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:12:10.720 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"RC1679385418128162816","port":6379}]
2023-07-20 11:12:10.722 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : HOST: RC1679385418128162816
2023-07-20 11:12:10.724 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 0
2023-07-20 11:12:10.754 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:10.754 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 1
2023-07-20 11:12:10.766 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:10.766 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 2
2023-07-20 11:12:10.776 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:10.776 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 3
2023-07-20 11:12:10.786 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:10.786 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 4
2023-07-20 11:12:10.797 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:10.797 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 5
2023-07-20 11:12:10.808 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:10.809 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 6
2023-07-20 11:12:10.821 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:10.821 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 7
2023-07-20 11:12:10.832 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:10.832 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 8
2023-07-20 11:12:10.842 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:10.843 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 9
2023-07-20 11:12:10.852 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:10.852 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 10
2023-07-20 11:12:10.861 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:10.861 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 11
2023-07-20 11:12:10.871 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:10.872 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 12
2023-07-20 11:12:10.881 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:10.881 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 13
2023-07-20 11:12:10.891 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:10.892 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 14
2023-07-20 11:12:10.905 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:10.905 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 15
2023-07-20 11:12:10.919 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:10.919 INFO 18816 --- [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-07-20 11:12:10.919 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:0.1999279s
2023-07-20 11:12:12.354 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 列表查询
2023-07-20 11:12:12.355 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/cache/query
2023-07-20 11:12:12.355 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 11:12:12.355 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:12:12.355 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 请求参数:[{"db":"0","host":"RC1679385418128162816","keyword":"","pageNo":1,"pageSize":10,"port":6379}]
2023-07-20 11:12:12.386 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 响应参数:{"code":200,"count":0,"msg":"暂无数据"}
2023-07-20 11:12:12.386 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 耗时:0.0317845s
2023-07-20 11:12:13.395 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 列表查询
2023-07-20 11:12:13.395 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/cache/query
2023-07-20 11:12:13.395 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 11:12:13.395 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:12:13.395 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 请求参数:[{"db":"0","host":"RC1679385418128162816","keyword":"","pageNo":1,"pageSize":10,"port":6379}]
2023-07-20 11:12:13.428 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 响应参数:{"code":200,"count":0,"msg":"暂无数据"}
2023-07-20 11:12:13.429 INFO 18816 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 耗时:0.033053s
2023-07-20 11:12:14.019 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 列表查询
2023-07-20 11:12:14.020 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/cache/query
2023-07-20 11:12:14.020 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 11:12:14.020 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:12:14.020 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 请求参数:[{"db":"0","host":"RC1679385418128162816","keyword":"","pageNo":1,"pageSize":10,"port":6379}]
2023-07-20 11:12:14.046 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 响应参数:{"code":200,"count":0,"msg":"暂无数据"}
2023-07-20 11:12:14.046 INFO 18816 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 耗时:0.0266091s
2023-07-20 11:12:18.555 INFO 18816 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 列表查询
2023-07-20 11:12:18.555 INFO 18816 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/cache/query
2023-07-20 11:12:18.555 INFO 18816 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 11:12:18.555 INFO 18816 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:12:18.555 INFO 18816 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 请求参数:[{"db":"1","host":"RC1679385418128162816","keyword":"","pageNo":1,"pageSize":10,"port":6379}]
2023-07-20 11:12:18.609 INFO 18816 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 响应参数:{"code":200,"count":0,"msg":"暂无数据"}
2023-07-20 11:12:18.610 INFO 18816 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 耗时:0.0540479s
2023-07-20 11:12:20.538 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 列表查询
2023-07-20 11:12:20.538 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/cache/query
2023-07-20 11:12:20.538 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 11:12:20.538 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:12:20.538 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 请求参数:[{"db":"0","host":"RC1679385418128162816","keyword":"","pageNo":1,"pageSize":10,"port":6379}]
2023-07-20 11:12:20.574 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 响应参数:{"code":200,"count":0,"msg":"暂无数据"}
2023-07-20 11:12:20.575 INFO 18816 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 耗时:0.0366712s
2023-07-20 11:12:22.164 INFO 18816 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-07-20 11:12:22.164 INFO 18816 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select/db
2023-07-20 11:12:22.164 INFO 18816 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 11:12:22.164 INFO 18816 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:12:22.164 INFO 18816 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"RC1681235672007966720","port":6379}]
2023-07-20 11:12:22.166 INFO 18816 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 响应参数:{"code":200,"count":1,"data":[{"db":"0","name":"db-all"}],"msg":"success"}
2023-07-20 11:12:22.166 INFO 18816 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:0.0017882s
2023-07-20 11:12:23.087 INFO 18816 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 列表查询
2023-07-20 11:12:23.087 INFO 18816 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/cache/query
2023-07-20 11:12:23.087 INFO 18816 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 11:12:23.087 INFO 18816 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:12:23.087 INFO 18816 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 请求参数:[{"db":"0","host":"RC1681235672007966720","keyword":"","pageNo":1,"pageSize":10,"port":6379}]
2023-07-20 11:12:23.117 INFO 18816 --- [http-nio-9898-exec-2] r.a.s.i.RedisClusterOperationServiceImpl : key=XMB_OFFLINE_PAY_H5_UPLOAD_TOKEN_973551555322187776,type=string
2023-07-20 11:12:23.118 INFO 18816 --- [http-nio-9898-exec-2] r.a.s.i.RedisClusterOperationServiceImpl : key=code:BJD202211[N|4],type=string
2023-07-20 11:12:23.119 INFO 18816 --- [http-nio-9898-exec-2] r.a.s.i.RedisClusterOperationServiceImpl : key=XMB_COLUMN_KEY_INFO_1047559367140024320,type=string
2023-07-20 11:12:23.120 INFO 18816 --- [http-nio-9898-exec-2] r.a.s.i.RedisClusterOperationServiceImpl : key=XMO_PC_TOKEN_FbHvP16iH1isSO97u8y5z5oj3nDjXKpB,type=string
2023-07-20 11:12:23.120 INFO 18816 --- [http-nio-9898-exec-2] r.a.s.i.RedisClusterOperationServiceImpl : key=XMO_PC_TOKEN_Vu4YQvubTj0Ix4wmWYxOv40IESTldYs2,type=string
2023-07-20 11:12:23.121 INFO 18816 --- [http-nio-9898-exec-2] r.a.s.i.RedisClusterOperationServiceImpl : key=fms:ia:bill:handle:balance:rank:887733140230115328-887733376201658368-XZBAABC0552,type=string
2023-07-20 11:12:23.121 INFO 18816 --- [http-nio-9898-exec-2] r.a.s.i.RedisClusterOperationServiceImpl : key=fms:ia:sale:out:ledger:balance:rank:859399456796315648-849306981901668352-XZBA0FBH005,type=string
2023-07-20 11:12:23.122 INFO 18816 --- [http-nio-9898-exec-2] r.a.s.i.RedisClusterOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODEFJPPJSNjingluo008,type=string
2023-07-20 11:12:23.123 INFO 18816 --- [http-nio-9898-exec-2] r.a.s.i.RedisClusterOperationServiceImpl : key=fms:ia:sale:out:ledger:audit:balance:rank:854326312179994624-864082988797923328-,type=string
2023-07-20 11:12:23.123 INFO 18816 --- [http-nio-9898-exec-2] r.a.s.i.RedisClusterOperationServiceImpl : key=XSSH211124[N:4],type=string
2023-07-20 11:12:23.126 INFO 18816 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 响应参数:{"code":200,"count":3756,"data":[{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"XMB_OFFLINE_PAY_H5_UPLOAD_TOKEN_973551555322187776"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"code:BJD202211[N|4]"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"XMB_COLUMN_KEY_INFO_1047559367140024320"},{"dataType":"string","elCount":1,"expire":"1天2小时50分12秒","redisKey":"XMO_PC_TOKEN_FbHvP16iH1isSO97u8y5z5oj3nDjXKpB"},{"dataType":"string","elCount":1,"expire":"22小时18分11秒","redisKey":"XMO_PC_TOKEN_Vu4YQvubTj0Ix4wmWYxOv40IESTldYs2"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"fms:ia:bill:handle:balance:rank:887733140230115328-887733376201658368-XZBAABC0552"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"fms:ia:sale:out:ledger:balance:rank:859399456796315648-849306981901668352-XZBA0FBH005"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODEFJPPJSNjingluo008"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"fms:ia:sale:out:ledger:audit:balance:rank:854326312179994624-864082988797923328-"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"XSSH211124[N:4]"}],"msg":"success"}
2023-07-20 11:12:23.126 INFO 18816 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 耗时:0.0376381s
2023-07-20 11:12:25.148 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-07-20 11:12:25.148 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select/db
2023-07-20 11:12:25.148 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 11:12:25.148 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:12:25.148 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"RC1681236789324414976","port":6380}]
2023-07-20 11:12:25.150 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 响应参数:{"code":200,"count":1,"data":[{"db":"0","name":"db-all"}],"msg":"success"}
2023-07-20 11:12:25.150 INFO 18816 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:0.0019713s
2023-07-20 11:12:26.170 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 列表查询
2023-07-20 11:12:26.170 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/cache/query
2023-07-20 11:12:26.170 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 11:12:26.170 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:12:26.170 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 请求参数:[{"db":"0","host":"RC1681236789324414976","keyword":"","pageNo":1,"pageSize":10,"port":6380}]
2023-07-20 11:12:26.252 INFO 18816 --- [http-nio-9898-exec-6] r.a.s.i.RedisClusterOperationServiceImpl : key=fms:ia:detail:ledger:balance:rank:978237183293001735-1003644973842829312-1072185230745538560-XZBC0DAC008,type=string
2023-07-20 11:12:26.253 INFO 18816 --- [http-nio-9898-exec-6] r.a.s.i.RedisClusterOperationServiceImpl : key=fms:ia:bill:handle:balance:rank:862719635630460928-874948071237226496-XZBB0ABF010,type=string
2023-07-20 11:12:26.254 INFO 18816 --- [http-nio-9898-exec-6] r.a.s.i.RedisClusterOperationServiceImpl : key=fms:ia:detail:ledger:balance:rank:978237183293001735-1006139764031754240-1008706378530951168-XZBB0HBI003,type=string
2023-07-20 11:12:26.254 INFO 18816 --- [http-nio-9898-exec-6] r.a.s.i.RedisClusterOperationServiceImpl : key=fms:ia:detail:ledger:balance:rank:978237183293001735-968077608413696000-975731574366670848-XZBC0BBG004,type=string
2023-07-20 11:12:26.255 INFO 18816 --- [http-nio-9898-exec-6] r.a.s.i.RedisClusterOperationServiceImpl : key=XMO_PC_TOKEN_QyxYPPIv5K0HYvC9AcnTyxjqNpubOHTQ,type=string
2023-07-20 11:12:26.256 INFO 18816 --- [http-nio-9898-exec-6] r.a.s.i.RedisClusterOperationServiceImpl : key=OAMS_EMPLOYEE_ROLE_BY_EMPLOYEE_ID_962017722152173568,type=string
2023-07-20 11:12:26.256 INFO 18816 --- [http-nio-9898-exec-6] r.a.s.i.RedisClusterOperationServiceImpl : key=fms:ia:detail:ledger:balance:rank:978237183293001735-968077608413696000-975520884121014272-XZBC0BBG007,type=string
2023-07-20 11:12:26.257 INFO 18816 --- [http-nio-9898-exec-6] r.a.s.i.RedisClusterOperationServiceImpl : key=fms:ia:detail:ledger:balance:rank:978237183293001735-999981586223075328-1049678861702402048-XZBC0BAF037,type=string
2023-07-20 11:12:26.257 INFO 18816 --- [http-nio-9898-exec-6] r.a.s.i.RedisClusterOperationServiceImpl : key=fms:ia:detail:ledger:balance:rank:978237183293001735-1002193295222378496-1042823829338066944-XZBBAAAH004,type=string
2023-07-20 11:12:26.258 INFO 18816 --- [http-nio-9898-exec-6] r.a.s.i.RedisClusterOperationServiceImpl : key=fms:ia:detail:ledger:balance:rank:978237183293001735-968077608413696000-972961208489611264-XZBBA0AE030,type=string
2023-07-20 11:12:26.261 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 响应参数:{"code":200,"count":21540,"data":[{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"fms:ia:detail:ledger:balance:rank:978237183293001735-1003644973842829312-1072185230745538560-XZBC0DAC008"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"fms:ia:bill:handle:balance:rank:862719635630460928-874948071237226496-XZBB0ABF010"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"fms:ia:detail:ledger:balance:rank:978237183293001735-1006139764031754240-1008706378530951168-XZBB0HBI003"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"fms:ia:detail:ledger:balance:rank:978237183293001735-968077608413696000-975731574366670848-XZBC0BBG004"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"XMO_PC_TOKEN_QyxYPPIv5K0HYvC9AcnTyxjqNpubOHTQ"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"OAMS_EMPLOYEE_ROLE_BY_EMPLOYEE_ID_962017722152173568"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"fms:ia:detail:ledger:balance:rank:978237183293001735-968077608413696000-975520884121014272-XZBC0BBG007"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"fms:ia:detail:ledger:balance:rank:978237183293001735-999981586223075328-1049678861702402048-XZBC0BAF037"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"fms:ia:detail:ledger:balance:rank:978237183293001735-1002193295222378496-1042823829338066944-XZBBAAAH004"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"fms:ia:detail:ledger:balance:rank:978237183293001735-968077608413696000-972961208489611264-XZBBA0AE030"}],"msg":"success"}
2023-07-20 11:12:26.261 INFO 18816 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 耗时:0.0910926s
2023-07-20 11:12:28.684 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2023-07-20 11:12:28.684 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/config/select/db
2023-07-20 11:12:28.684 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2023-07-20 11:12:28.684 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:12:28.684 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"RC1666634809033621504","port":6379}]
2023-07-20 11:12:28.685 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : HOST: RC1666634809033621504
2023-07-20 11:12:28.686 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 0
2023-07-20 11:12:28.688 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:28.688 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 1
2023-07-20 11:12:28.689 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:28.689 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 2
2023-07-20 11:12:28.690 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:28.690 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 3
2023-07-20 11:12:28.691 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:28.691 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 4
2023-07-20 11:12:28.691 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:28.691 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 5
2023-07-20 11:12:28.692 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:28.692 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 6
2023-07-20 11:12:28.693 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:28.693 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 7
2023-07-20 11:12:28.693 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:28.693 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 8
2023-07-20 11:12:28.694 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:28.694 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 9
2023-07-20 11:12:28.695 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:28.695 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 10
2023-07-20 11:12:28.695 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:28.695 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 11
2023-07-20 11:12:28.696 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:28.696 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 12
2023-07-20 11:12:28.697 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:28.697 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 13
2023-07-20 11:12:28.697 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:28.697 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 14
2023-07-20 11:12:28.698 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:28.698 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : SELECT 15
2023-07-20 11:12:28.698 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.s.i.RedisOperationServiceImpl : OK
2023-07-20 11:12:28.699 INFO 18816 --- [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-07-20 11:12:28.699 INFO 18816 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:0.0149076s
2023-07-20 11:12:29.417 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 列表查询
2023-07-20 11:12:29.417 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://localhost:9898/redis/cache/query
2023-07-20 11:12:29.417 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:POST
2023-07-20 11:12:29.417 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:0:0:0:0:0:0:0:1
2023-07-20 11:12:29.417 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 请求参数:[{"db":"0","host":"RC1666634809033621504","keyword":"","pageNo":1,"pageSize":10,"port":6379}]
2023-07-20 11:12:29.428 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.s.i.RedisOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODELSYLZQMJQLS-50LD,type=string
2023-07-20 11:12:29.430 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.s.i.RedisOperationServiceImpl : key=ROLEB0BB0I0E[N:4] ,type=string
2023-07-20 11:12:29.431 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.s.i.RedisOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODEYYKQXDJYKG/G-120,type=string
2023-07-20 11:12:29.432 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.s.i.RedisOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODEQYZXQATS-2000,type=string
2023-07-20 11:12:29.433 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.s.i.RedisOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODEYDSBIP-101-IV,type=string
2023-07-20 11:12:29.434 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.s.i.RedisOperationServiceImpl : key=SHD20230317[N:3],type=string
2023-07-20 11:12:29.437 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.s.i.RedisOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODEHWXZLYHW-L-1,type=string
2023-07-20 11:12:29.438 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.s.i.RedisOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODEDRYXYTXLGZZDBG-03,type=string
2023-07-20 11:12:29.439 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.s.i.RedisOperationServiceImpl : key=EQUIPMENT_SPARE_PART_CODEXQFXYRAPIDPOINT 500,type=string
2023-07-20 11:12:29.441 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.s.i.RedisOperationServiceImpl : key=ROLEB0BC0DAC[N:4],type=string
2023-07-20 11:12:29.441 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 响应参数:{"code":200,"count":1162,"data":[{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODELSYLZQMJQLS-50LD"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"ROLEB0BB0I0E[N:4] "},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODEYYKQXDJYKG/G-120"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODEQYZXQATS-2000"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODEYDSBIP-101-IV"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"SHD20230317[N:3]"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODEHWXZLYHW-L-1"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODEDRYXYTXLGZZDBG-03"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"EQUIPMENT_SPARE_PART_CODEXQFXYRAPIDPOINT 500"},{"dataType":"string","elCount":1,"expire":"永不过期","redisKey":"ROLEB0BC0DAC[N:4]"}],"msg":"success"}
2023-07-20 11:12:29.441 INFO 18816 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryCache - 耗时:0.0233688s
2023-07-20 11:12:36.637 INFO 18816 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2023-07-20 11:12:36.638 INFO 18816 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2023-07-20 11:12:36.641 INFO 18816 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2023-07-20 11:12:36.669 INFO 18816 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。