Преглед изворни кода

数据推送模块 删除文件

cuimengchao пре 3 година
родитељ
комит
aa61d1b68c

+ 0 - 269
fyzd-phone/logs/info-collection.log

@@ -1,269 +0,0 @@
-2021-11-22 18:02:44.246  INFO 21108 --- [main] com.yx.face.FyzdPhoneApplication         : Starting FyzdPhoneApplication using Java 1.8.0_291 on DESKTOP-UV4BOQR with PID 21108 (D:\CMC\YXCODE\dev-fyzd\face-server\fyzd-phone\target\classes started by 崔哥 in D:\CMC\YXCODE\dev-fyzd\face-server\fyzd-phone)
-2021-11-22 18:02:44.249  INFO 21108 --- [main] com.yx.face.FyzdPhoneApplication         : The following profiles are active: dev
-2021-11-22 18:02:45.196  INFO 21108 --- [main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=3543d1d9-5772-3797-97e9-736c0592e80e
-2021-11-22 18:02:45.473  INFO 21108 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8802 (http)
-2021-11-22 18:02:45.482  INFO 21108 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
-2021-11-22 18:02:45.482  INFO 21108 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.46]
-2021-11-22 18:02:45.617  INFO 21108 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/dev]    : Initializing Spring embedded WebApplicationContext
-2021-11-22 18:02:45.617  INFO 21108 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1327 ms
-2021-11-22 18:02:46.295  WARN 21108 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'minIoClientConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'minio.minio_url' in value "${minio.minio_url}"
-2021-11-22 18:02:46.297  INFO 21108 --- [main] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
-2021-11-22 18:02:46.308  INFO 21108 --- [main] ConditionEvaluationReportLoggingListener : 
-
-Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
-2021-11-22 18:02:46.328 ERROR 21108 --- [main] o.s.boot.SpringApplication               : Application run failed
-
-org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'minIoClientConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'minio.minio_url' in value "${minio.minio_url}"
-	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:405) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1413) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:601) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:524) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:944) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918) ~[spring-context-5.3.7.jar:5.3.7]
-	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) ~[spring-context-5.3.7.jar:5.3.7]
-	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:144) ~[spring-boot-2.4.6.jar:2.4.6]
-	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:771) [spring-boot-2.4.6.jar:2.4.6]
-	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:763) [spring-boot-2.4.6.jar:2.4.6]
-	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:438) [spring-boot-2.4.6.jar:2.4.6]
-	at org.springframework.boot.SpringApplication.run(SpringApplication.java:339) [spring-boot-2.4.6.jar:2.4.6]
-	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1329) [spring-boot-2.4.6.jar:2.4.6]
-	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1318) [spring-boot-2.4.6.jar:2.4.6]
-	at com.yx.face.FyzdPhoneApplication.main(FyzdPhoneApplication.java:13) [classes/:na]
-Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'minio.minio_url' in value "${minio.minio_url}"
-	at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:180) ~[spring-core-5.3.7.jar:5.3.7]
-	at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126) ~[spring-core-5.3.7.jar:5.3.7]
-	at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:239) ~[spring-core-5.3.7.jar:5.3.7]
-	at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:210) ~[spring-core-5.3.7.jar:5.3.7]
-	at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:175) ~[spring-context-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:936) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1321) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.3.7.jar:5.3.7]
-	... 18 common frames omitted
-
-2021-11-22 18:07:23.727  INFO 10384 --- [main] com.yx.face.FyzdPhoneApplication         : Starting FyzdPhoneApplication using Java 1.8.0_291 on DESKTOP-UV4BOQR with PID 10384 (D:\CMC\YXCODE\dev-fyzd\face-server\fyzd-phone\target\classes started by 崔哥 in D:\CMC\YXCODE\dev-fyzd\face-server\fyzd-phone)
-2021-11-22 18:07:23.729  INFO 10384 --- [main] com.yx.face.FyzdPhoneApplication         : The following profiles are active: dev
-2021-11-22 18:07:24.692  INFO 10384 --- [main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=3543d1d9-5772-3797-97e9-736c0592e80e
-2021-11-22 18:07:24.957  INFO 10384 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8802 (http)
-2021-11-22 18:07:24.966  INFO 10384 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
-2021-11-22 18:07:24.967  INFO 10384 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.46]
-2021-11-22 18:07:25.115  INFO 10384 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/dev]    : Initializing Spring embedded WebApplicationContext
-2021-11-22 18:07:25.115  INFO 10384 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1331 ms
-2021-11-22 18:07:26.366  WARN 10384 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'minIoClientConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'minio.minio_url' in value "${minio.minio_url}"
-2021-11-22 18:07:26.369  INFO 10384 --- [main] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
-2021-11-22 18:07:26.380  INFO 10384 --- [main] ConditionEvaluationReportLoggingListener : 
-
-Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
-2021-11-22 18:07:26.404 ERROR 10384 --- [main] o.s.boot.SpringApplication               : Application run failed
-
-org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'minIoClientConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'minio.minio_url' in value "${minio.minio_url}"
-	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:405) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1413) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:601) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:524) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:944) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918) ~[spring-context-5.3.7.jar:5.3.7]
-	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) ~[spring-context-5.3.7.jar:5.3.7]
-	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:144) ~[spring-boot-2.4.6.jar:2.4.6]
-	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:771) [spring-boot-2.4.6.jar:2.4.6]
-	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:763) [spring-boot-2.4.6.jar:2.4.6]
-	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:438) [spring-boot-2.4.6.jar:2.4.6]
-	at org.springframework.boot.SpringApplication.run(SpringApplication.java:339) [spring-boot-2.4.6.jar:2.4.6]
-	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1329) [spring-boot-2.4.6.jar:2.4.6]
-	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1318) [spring-boot-2.4.6.jar:2.4.6]
-	at com.yx.face.FyzdPhoneApplication.main(FyzdPhoneApplication.java:13) [classes/:na]
-Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'minio.minio_url' in value "${minio.minio_url}"
-	at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:180) ~[spring-core-5.3.7.jar:5.3.7]
-	at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126) ~[spring-core-5.3.7.jar:5.3.7]
-	at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:239) ~[spring-core-5.3.7.jar:5.3.7]
-	at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:210) ~[spring-core-5.3.7.jar:5.3.7]
-	at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:175) ~[spring-context-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:936) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1321) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.3.7.jar:5.3.7]
-	... 18 common frames omitted
-
-2021-11-22 18:15:08.345  INFO 20840 --- [main] com.yx.face.FyzdPhoneApplication         : Starting FyzdPhoneApplication using Java 1.8.0_291 on DESKTOP-UV4BOQR with PID 20840 (D:\CMC\YXCODE\dev-fyzd\face-server\fyzd-phone\target\classes started by 崔哥 in D:\CMC\YXCODE\dev-fyzd\face-server\fyzd-phone)
-2021-11-22 18:15:08.349  INFO 20840 --- [main] com.yx.face.FyzdPhoneApplication         : The following profiles are active: dev
-2021-11-22 18:15:09.282  INFO 20840 --- [main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=3543d1d9-5772-3797-97e9-736c0592e80e
-2021-11-22 18:15:09.546  INFO 20840 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8802 (http)
-2021-11-22 18:15:09.555  INFO 20840 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
-2021-11-22 18:15:09.556  INFO 20840 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.46]
-2021-11-22 18:15:09.697  INFO 20840 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/dev]    : Initializing Spring embedded WebApplicationContext
-2021-11-22 18:15:09.697  INFO 20840 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1310 ms
-2021-11-22 18:15:10.365  WARN 20840 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'minIoClientConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'minio.minio_url' in value "${minio.minio_url}"
-2021-11-22 18:15:10.368  INFO 20840 --- [main] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
-2021-11-22 18:15:10.376  INFO 20840 --- [main] ConditionEvaluationReportLoggingListener : 
-
-Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
-2021-11-22 18:15:10.394 ERROR 20840 --- [main] o.s.boot.SpringApplication               : Application run failed
-
-org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'minIoClientConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'minio.minio_url' in value "${minio.minio_url}"
-	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:405) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1413) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:601) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:524) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:944) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918) ~[spring-context-5.3.7.jar:5.3.7]
-	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) ~[spring-context-5.3.7.jar:5.3.7]
-	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:144) ~[spring-boot-2.4.6.jar:2.4.6]
-	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:771) [spring-boot-2.4.6.jar:2.4.6]
-	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:763) [spring-boot-2.4.6.jar:2.4.6]
-	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:438) [spring-boot-2.4.6.jar:2.4.6]
-	at org.springframework.boot.SpringApplication.run(SpringApplication.java:339) [spring-boot-2.4.6.jar:2.4.6]
-	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1329) [spring-boot-2.4.6.jar:2.4.6]
-	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1318) [spring-boot-2.4.6.jar:2.4.6]
-	at com.yx.face.FyzdPhoneApplication.main(FyzdPhoneApplication.java:13) [classes/:na]
-Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'minio.minio_url' in value "${minio.minio_url}"
-	at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:180) ~[spring-core-5.3.7.jar:5.3.7]
-	at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126) ~[spring-core-5.3.7.jar:5.3.7]
-	at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:239) ~[spring-core-5.3.7.jar:5.3.7]
-	at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:210) ~[spring-core-5.3.7.jar:5.3.7]
-	at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:175) ~[spring-context-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:936) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1321) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.3.7.jar:5.3.7]
-	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.3.7.jar:5.3.7]
-	... 18 common frames omitted
-
-2021-11-22 18:25:42.850  INFO 4864 --- [main] com.yx.face.FyzdPhoneApplication         : Starting FyzdPhoneApplication using Java 1.8.0_291 on DESKTOP-UV4BOQR with PID 4864 (D:\CMC\YXCODE\dev-fyzd\face-server\fyzd-phone\target\classes started by 崔哥 in D:\CMC\YXCODE\dev-fyzd\face-server\fyzd-phone)
-2021-11-22 18:25:42.853  INFO 4864 --- [main] com.yx.face.FyzdPhoneApplication         : The following profiles are active: dev
-2021-11-22 18:25:43.787  INFO 4864 --- [main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=3543d1d9-5772-3797-97e9-736c0592e80e
-2021-11-22 18:25:44.047  INFO 4864 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8802 (http)
-2021-11-22 18:25:44.054  INFO 4864 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
-2021-11-22 18:25:44.054  INFO 4864 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.46]
-2021-11-22 18:25:44.190  INFO 4864 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/dev]    : Initializing Spring embedded WebApplicationContext
-2021-11-22 18:25:44.191  INFO 4864 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1294 ms
-2021-11-22 18:25:44.871  WARN 4864 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'uploadController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'io.minio.MinioClient' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@javax.annotation.Resource(shareable=true, lookup=, name=, description=, authenticationType=CONTAINER, type=class java.lang.Object, mappedName=)}
-2021-11-22 18:25:44.873  INFO 4864 --- [main] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
-2021-11-22 18:25:44.884  INFO 4864 --- [main] ConditionEvaluationReportLoggingListener : 
-
-Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
-2021-11-22 18:25:44.902 ERROR 4864 --- [main] o.s.b.d.LoggingFailureAnalysisReporter   : 
-
-***************************
-APPLICATION FAILED TO START
-***************************
-
-Description:
-
-A component required a bean of type 'io.minio.MinioClient' that could not be found.
-
-
-Action:
-
-Consider defining a bean of type 'io.minio.MinioClient' in your configuration.
-
-2021-11-22 18:27:59.781  INFO 21884 --- [main] com.yx.face.FyzdPhoneApplication         : Starting FyzdPhoneApplication using Java 1.8.0_291 on DESKTOP-UV4BOQR with PID 21884 (D:\CMC\YXCODE\dev-fyzd\face-server\fyzd-phone\target\classes started by 崔哥 in D:\CMC\YXCODE\dev-fyzd\face-server\fyzd-phone)
-2021-11-22 18:27:59.786  INFO 21884 --- [main] com.yx.face.FyzdPhoneApplication         : The following profiles are active: dev
-2021-11-22 18:28:00.730  INFO 21884 --- [main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=3543d1d9-5772-3797-97e9-736c0592e80e
-2021-11-22 18:28:01.006  INFO 21884 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8802 (http)
-2021-11-22 18:28:01.013  INFO 21884 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
-2021-11-22 18:28:01.013  INFO 21884 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.46]
-2021-11-22 18:28:01.144  INFO 21884 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/dev]    : Initializing Spring embedded WebApplicationContext
-2021-11-22 18:28:01.144  INFO 21884 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1314 ms
-2021-11-22 18:28:02.835  WARN 21884 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'; nested exception is org.springframework.boot.web.server.PortInUseException: Port 8802 is already in use
-2021-11-22 18:28:02.844  INFO 21884 --- [main] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
-2021-11-22 18:28:02.854  INFO 21884 --- [main] ConditionEvaluationReportLoggingListener : 
-
-Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
-2021-11-22 18:28:02.866 ERROR 21884 --- [main] o.s.b.d.LoggingFailureAnalysisReporter   : 
-
-***************************
-APPLICATION FAILED TO START
-***************************
-
-Description:
-
-Web server failed to start. Port 8802 was already in use.
-
-Action:
-
-Identify and stop the process that's listening on port 8802 or configure this application to listen on another port.
-
-2021-11-22 18:29:11.492  INFO 21416 --- [main] com.yx.face.FyzdPhoneApplication         : Starting FyzdPhoneApplication using Java 1.8.0_291 on DESKTOP-UV4BOQR with PID 21416 (D:\CMC\YXCODE\dev-fyzd\face-server\fyzd-phone\target\classes started by 崔哥 in D:\CMC\YXCODE\dev-fyzd\face-server\fyzd-phone)
-2021-11-22 18:29:11.496  INFO 21416 --- [main] com.yx.face.FyzdPhoneApplication         : The following profiles are active: dev
-2021-11-22 18:29:12.449  INFO 21416 --- [main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=3543d1d9-5772-3797-97e9-736c0592e80e
-2021-11-22 18:29:12.719  INFO 21416 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8802 (http)
-2021-11-22 18:29:12.726  INFO 21416 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
-2021-11-22 18:29:12.727  INFO 21416 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.46]
-2021-11-22 18:29:12.862  INFO 21416 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/dev]    : Initializing Spring embedded WebApplicationContext
-2021-11-22 18:29:12.863  INFO 21416 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1328 ms
-2021-11-22 18:29:14.534  WARN 21416 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'; nested exception is org.springframework.boot.web.server.PortInUseException: Port 8802 is already in use
-2021-11-22 18:29:14.538  INFO 21416 --- [main] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
-2021-11-22 18:29:14.548  INFO 21416 --- [main] ConditionEvaluationReportLoggingListener : 
-
-Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
-2021-11-22 18:29:14.566 ERROR 21416 --- [main] o.s.b.d.LoggingFailureAnalysisReporter   : 
-
-***************************
-APPLICATION FAILED TO START
-***************************
-
-Description:
-
-Web server failed to start. Port 8802 was already in use.
-
-Action:
-
-Identify and stop the process that's listening on port 8802 or configure this application to listen on another port.
-
-2021-11-22 18:32:11.605  INFO 14924 --- [main] com.yx.face.FyzdPhoneApplication         : Starting FyzdPhoneApplication using Java 1.8.0_291 on DESKTOP-UV4BOQR with PID 14924 (D:\CMC\YXCODE\dev-fyzd\face-server\fyzd-phone\target\classes started by 崔哥 in D:\CMC\YXCODE\dev-fyzd\face-server\fyzd-phone)
-2021-11-22 18:32:11.607  INFO 14924 --- [main] com.yx.face.FyzdPhoneApplication         : The following profiles are active: dev
-2021-11-22 18:32:12.565  INFO 14924 --- [main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=3543d1d9-5772-3797-97e9-736c0592e80e
-2021-11-22 18:32:12.845  INFO 14924 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8802 (http)
-2021-11-22 18:32:12.852  INFO 14924 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
-2021-11-22 18:32:12.852  INFO 14924 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.46]
-2021-11-22 18:32:12.986  INFO 14924 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/dev]    : Initializing Spring embedded WebApplicationContext
-2021-11-22 18:32:12.986  INFO 14924 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1335 ms
-2021-11-22 18:32:14.782  INFO 14924 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8802 (http) with context path '/dev'
-2021-11-22 18:32:15.455  INFO 14924 --- [main] com.yx.face.FyzdPhoneApplication         : Started FyzdPhoneApplication in 4.795 seconds (JVM running for 5.869)
-2021-11-22 18:33:35.774  INFO 19540 --- [main] com.yx.face.FyzdPhoneApplication         : Starting FyzdPhoneApplication using Java 1.8.0_291 on DESKTOP-UV4BOQR with PID 19540 (D:\CMC\YXCODE\dev-fyzd\face-server\fyzd-phone\target\classes started by 崔哥 in D:\CMC\YXCODE\dev-fyzd\face-server\fyzd-phone)
-2021-11-22 18:33:35.777  INFO 19540 --- [main] com.yx.face.FyzdPhoneApplication         : The following profiles are active: dev
-2021-11-22 18:33:36.733  INFO 19540 --- [main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=3543d1d9-5772-3797-97e9-736c0592e80e
-2021-11-22 18:33:37.018  INFO 19540 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8802 (http)
-2021-11-22 18:33:37.025  INFO 19540 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
-2021-11-22 18:33:37.025  INFO 19540 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.46]
-2021-11-22 18:33:37.161  INFO 19540 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/dev]    : Initializing Spring embedded WebApplicationContext
-2021-11-22 18:33:37.161  INFO 19540 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1342 ms
-2021-11-22 18:33:38.939  WARN 19540 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'; nested exception is org.springframework.boot.web.server.PortInUseException: Port 8802 is already in use
-2021-11-22 18:33:38.944  INFO 19540 --- [main] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
-2021-11-22 18:33:38.954  INFO 19540 --- [main] ConditionEvaluationReportLoggingListener : 
-
-Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
-2021-11-22 18:33:38.968 ERROR 19540 --- [main] o.s.b.d.LoggingFailureAnalysisReporter   : 
-
-***************************
-APPLICATION FAILED TO START
-***************************
-
-Description:
-
-Web server failed to start. Port 8802 was already in use.
-
-Action:
-
-Identify and stop the process that's listening on port 8802 or configure this application to listen on another port.
-

+ 0 - 10
fyzd-phone/logs/winxin-fyzd.log

@@ -1,10 +0,0 @@
-2021-12-08 13:05:46.874  INFO 2720 --- [main] com.yx.face.FyzdPhoneApplication         : Starting FyzdPhoneApplication using Java 1.8.0_291 on DESKTOP-UV4BOQR with PID 2720 (D:\CMC\YXCODE\ldb-airport\fyzd-phone\target\classes started by 崔哥 in D:\CMC\YXCODE\ldb-airport\fyzd-phone)
-2021-12-08 13:05:46.882  INFO 2720 --- [main] com.yx.face.FyzdPhoneApplication         : The following profiles are active: prod
-2021-12-08 13:05:47.946  INFO 2720 --- [main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=fb259294-95a2-345e-98d2-bd8a5b3c2f51
-2021-12-08 13:05:48.330  INFO 2720 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 9810 (http)
-2021-12-08 13:05:48.337  INFO 2720 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
-2021-12-08 13:05:48.338  INFO 2720 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.46]
-2021-12-08 13:05:48.473  INFO 2720 --- [main] o.a.c.c.C.[.[localhost].[/winxin-fyzd]   : Initializing Spring embedded WebApplicationContext
-2021-12-08 13:05:48.473  INFO 2720 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1532 ms
-2021-12-08 13:05:50.097  INFO 2720 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 9810 (http) with context path '/winxin-fyzd'
-2021-12-08 13:05:50.720  INFO 2720 --- [main] com.yx.face.FyzdPhoneApplication         : Started FyzdPhoneApplication in 4.688 seconds (JVM running for 5.842)

+ 0 - 178
logs/fyzd.log

@@ -1,178 +0,0 @@
-2021-12-01 12:40:42.083  INFO 20240 --- [main] com.yx.face.FaceServerApplication        : Starting FaceServerApplication using Java 1.8.0_291 on DESKTOP-UV4BOQR with PID 20240 (D:\CMC\YXCODE\dev-fyzd\face-server\target\classes started by 崔哥 in D:\CMC\YXCODE\dev-fyzd\face-server)
-2021-12-01 12:40:42.085  INFO 20240 --- [main] com.yx.face.FaceServerApplication        : The following profiles are active: dev
-2021-12-01 12:40:43.355  INFO 20240 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
-2021-12-01 12:40:43.365  INFO 20240 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
-2021-12-01 12:40:43.831  INFO 20240 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 427 ms. Found 0 Redis repository interfaces.
-2021-12-01 12:40:44.146  WARN 20240 --- [main] o.m.s.mapper.ClassPathMapperScanner      : No MyBatis mapper was found in '[com.yx.face]' package. Please check your configuration.
-2021-12-01 12:40:44.809  INFO 20240 --- [main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=94c9405e-71b5-3ee6-9120-3d6f4d16edd8
-2021-12-01 12:40:45.640  INFO 20240 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'redisConfig' of type [com.yx.face.boot.config.RedisConfig$$EnhancerBySpringCGLIB$$4d5ac3e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2021-12-01 12:40:46.080  INFO 20240 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8802 (http)
-2021-12-01 12:40:46.092  INFO 20240 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
-2021-12-01 12:40:46.092  INFO 20240 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.46]
-2021-12-01 12:40:46.282  INFO 20240 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/fyzd]   : Initializing Spring embedded WebApplicationContext
-2021-12-01 12:40:46.283  INFO 20240 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4135 ms
-2021-12-01 12:40:49.379  INFO 20240 --- [main] t.m.m.autoconfigure.MapperCacheDisabler  : Clear tk.mybatis.mapper.util.MsUtil CLASS_CACHE cache.
-2021-12-01 12:40:49.380  INFO 20240 --- [main] t.m.m.autoconfigure.MapperCacheDisabler  : Clear tk.mybatis.mapper.genid.GenIdUtil CACHE cache.
-2021-12-01 12:40:49.380  INFO 20240 --- [main] t.m.m.autoconfigure.MapperCacheDisabler  : Clear tk.mybatis.mapper.version.VersionUtil CACHE cache.
-2021-12-01 12:40:49.380  INFO 20240 --- [main] t.m.m.autoconfigure.MapperCacheDisabler  : Clear EntityHelper entityTableMap cache.
-2021-12-01 12:40:49.560  WARN 20240 --- [main] arterDeprecationWarningAutoConfiguration : spring-boot-starter-redis is deprecated as of Spring Boot 1.4, please migrate to spring-boot-starter-data-redis
-2021-12-01 12:40:50.176  INFO 20240 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8802 (http) with context path '/fyzd'
-2021-12-01 12:40:51.268  INFO 20240 --- [main] com.yx.face.FaceServerApplication        : Started FaceServerApplication in 10.023 seconds (JVM running for 10.952)
-2021-12-01 12:41:43.226  INFO 20240 --- [http-nio-8802-exec-3] o.a.c.c.C.[Tomcat].[localhost].[/fyzd]   : Initializing Spring DispatcherServlet 'dispatcherServlet'
-2021-12-01 12:41:43.226  INFO 20240 --- [http-nio-8802-exec-3] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
-2021-12-01 12:41:43.228  INFO 20240 --- [http-nio-8802-exec-3] o.s.web.servlet.DispatcherServlet        : Completed initialization in 2 ms
-2021-12-01 13:50:26.793  INFO 20240 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
-2021-12-01 13:50:26.794  INFO 20240 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.51 : 请求 path=/admin/auth/doGetInfo
-2021-12-01 13:50:26.825  INFO 20240 --- [http-nio-8802-exec-9] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
-2021-12-01 13:50:26.825  INFO 20240 --- [http-nio-8802-exec-9] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.51 : 请求 path=/admin/auth/doGetInfo
-2021-12-01 13:50:26.856  INFO 20240 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
-2021-12-01 13:50:26.858  INFO 20240 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[1]
-2021-12-01 13:50:26.884  INFO 20240 --- [http-nio-8802-exec-9] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
-2021-12-01 13:50:27.005  INFO 20240 --- [http-nio-8802-exec-9] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
-2021-12-01 13:50:27.045  INFO 20240 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:187毫秒
-2021-12-01 13:50:27.055  INFO 20240 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
-2021-12-01 13:50:27.055  INFO 20240 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[1]
-2021-12-01 13:50:27.060  INFO 20240 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:5毫秒
-2021-12-01 13:50:27.354  INFO 20240 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
-2021-12-01 13:50:27.355  INFO 20240 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.51 : 请求 path=/admin/dataShow/getDeviceNumber
-2021-12-01 13:50:27.378  INFO 20240 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
-2021-12-01 13:50:27.379  INFO 20240 --- [http-nio-8802-exec-1] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
-2021-12-01 13:50:27.379  INFO 20240 --- [http-nio-8802-exec-1] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.51 : 请求 path=/admin/dataShow/getDeviceNumber
-2021-12-01 13:50:27.379  INFO 20240 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.51 : 请求 path=/admin/dataShow/getAdminData
-2021-12-01 13:50:27.380  INFO 20240 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
-2021-12-01 13:50:27.381  INFO 20240 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[1]
-2021-12-01 13:50:27.383  INFO 20240 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:2毫秒
-2021-12-01 13:50:27.384  INFO 20240 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminDataShowServiceImpl
-2021-12-01 13:50:27.384  INFO 20240 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getDeviceNumber【参数】:[]
-2021-12-01 13:50:27.388  INFO 20240 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
-2021-12-01 13:50:27.388  INFO 20240 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
-2021-12-01 13:50:27.390  INFO 20240 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:2毫秒
-2021-12-01 13:50:27.415  INFO 20240 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:30毫秒
-2021-12-01 13:50:27.432  INFO 20240 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
-2021-12-01 13:50:27.433  INFO 20240 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.51 : 请求 path=/admin/dataShow/getAdminData
-2021-12-01 13:50:27.433  INFO 20240 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
-2021-12-01 13:50:27.433  INFO 20240 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[1]
-2021-12-01 13:50:27.435  INFO 20240 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:2毫秒
-2021-12-01 13:50:27.436  INFO 20240 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminDataShowServiceImpl
-2021-12-01 13:50:27.436  INFO 20240 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAdminData【参数】:[]
-2021-12-01 13:50:27.436  INFO 20240 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
-2021-12-01 13:50:27.436  INFO 20240 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[]
-2021-12-01 13:50:27.438  INFO 20240 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:2毫秒
-2021-12-01 13:50:29.472 ERROR 20240 --- [http-nio-8802-exec-2] c.y.f.boot.core.GlobalExceptionHandler   : Cannot get Jedis connection; nested exception is redis.clients.jedis.exceptions.JedisConnectionException: Failed connecting to localhost:6379
-
-org.springframework.data.redis.RedisConnectionFailureException: Cannot get Jedis connection; nested exception is redis.clients.jedis.exceptions.JedisConnectionException: Failed connecting to localhost:6379
-	at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:283) ~[spring-data-redis-2.4.9.jar:2.4.9]
-	at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.getConnection(JedisConnectionFactory.java:485) ~[spring-data-redis-2.4.9.jar:2.4.9]
-	at org.springframework.data.redis.core.RedisConnectionUtils.fetchConnection(RedisConnectionUtils.java:193) ~[spring-data-redis-2.4.9.jar:2.4.9]
-	at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:144) ~[spring-data-redis-2.4.9.jar:2.4.9]
-	at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:105) ~[spring-data-redis-2.4.9.jar:2.4.9]
-	at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:209) ~[spring-data-redis-2.4.9.jar:2.4.9]
-	at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:189) ~[spring-data-redis-2.4.9.jar:2.4.9]
-	at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:96) ~[spring-data-redis-2.4.9.jar:2.4.9]
-	at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:53) ~[spring-data-redis-2.4.9.jar:2.4.9]
-	at com.yx.face.boot.uitls.RedisUtil.get(RedisUtil.java:79) ~[classes/:na]
-	at com.yx.face.service.impl.AdminDataShowServiceImpl.getAdminData(AdminDataShowServiceImpl.java:108) ~[classes/:na]
-	at com.yx.face.service.impl.AdminDataShowServiceImpl$$FastClassBySpringCGLIB$$e3e372c5.invoke(<generated>) ~[classes/:na]
-	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.7.jar:5.3.7]
-	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779) ~[spring-aop-5.3.7.jar:5.3.7]
-	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.7.jar:5.3.7]
-	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.7.jar:5.3.7]
-	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.7.jar:5.3.7]
-	at com.yx.face.boot.component.aop.ServiceLog.aroundLog(ServiceLog.java:40) ~[classes/:na]
-	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_291]
-	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_291]
-	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_291]
-	at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_291]
-	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) ~[spring-aop-5.3.7.jar:5.3.7]
-	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) ~[spring-aop-5.3.7.jar:5.3.7]
-	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) ~[spring-aop-5.3.7.jar:5.3.7]
-	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.7.jar:5.3.7]
-	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.7.jar:5.3.7]
-	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-5.3.7.jar:5.3.7]
-	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.7.jar:5.3.7]
-	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.7.jar:5.3.7]
-	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692) ~[spring-aop-5.3.7.jar:5.3.7]
-	at com.yx.face.service.impl.AdminDataShowServiceImpl$$EnhancerBySpringCGLIB$$70a9b432.getAdminData(<generated>) ~[classes/:na]
-	at com.yx.face.controller.admin.AdminDataShowController.getAdminData(AdminDataShowController.java:38) ~[classes/:na]
-	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_291]
-	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_291]
-	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_291]
-	at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_291]
-	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) ~[spring-web-5.3.7.jar:5.3.7]
-	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) ~[spring-web-5.3.7.jar:5.3.7]
-	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) ~[spring-webmvc-5.3.7.jar:5.3.7]
-	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) ~[spring-webmvc-5.3.7.jar:5.3.7]
-	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) ~[spring-webmvc-5.3.7.jar:5.3.7]
-	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.3.7.jar:5.3.7]
-	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063) ~[spring-webmvc-5.3.7.jar:5.3.7]
-	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963) ~[spring-webmvc-5.3.7.jar:5.3.7]
-	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.7.jar:5.3.7]
-	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.7.jar:5.3.7]
-	at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) [tomcat-embed-core-9.0.46.jar:4.0.FR]
-	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.7.jar:5.3.7]
-	at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.46.jar:4.0.FR]
-	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.46.jar:9.0.46]
-	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at com.github.xiaoymin.knife4j.spring.filter.SecurityBasicAuthFilter.doFilter(SecurityBasicAuthFilter.java:87) [knife4j-spring-3.0.2.jar:na]
-	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.7.jar:5.3.7]
-	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.7.jar:5.3.7]
-	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.7.jar:5.3.7]
-	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.7.jar:5.3.7]
-	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.7.jar:5.3.7]
-	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.7.jar:5.3.7]
-	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_291]
-	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_291]
-	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.46.jar:9.0.46]
-	at java.lang.Thread.run(Thread.java:748) [na:1.8.0_291]
-Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Failed connecting to localhost:6379
-	at redis.clients.jedis.Connection.connect(Connection.java:165) ~[jedis-3.3.0.jar:na]
-	at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:109) ~[jedis-3.3.0.jar:na]
-	at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1904) ~[jedis-3.3.0.jar:na]
-	at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:278) ~[spring-data-redis-2.4.9.jar:2.4.9]
-	... 85 common frames omitted
-Caused by: java.net.SocketTimeoutException: connect timed out
-	at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) ~[na:1.8.0_291]
-	at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) ~[na:1.8.0_291]
-	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) ~[na:1.8.0_291]
-	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) ~[na:1.8.0_291]
-	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) ~[na:1.8.0_291]
-	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) ~[na:1.8.0_291]
-	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) ~[na:1.8.0_291]
-	at java.net.Socket.connect(Socket.java:606) ~[na:1.8.0_291]
-	at redis.clients.jedis.DefaultJedisSocketFactory.createSocket(DefaultJedisSocketFactory.java:53) ~[jedis-3.3.0.jar:na]
-	at redis.clients.jedis.Connection.connect(Connection.java:158) ~[jedis-3.3.0.jar:na]
-	... 88 common frames omitted
-
-2021-12-01 13:51:24.340  INFO 20240 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor      : 【【【【【【【=========preHandle  admin 管理员权限认证 begin==========】】】】】】】
-2021-12-01 13:51:24.341  INFO 20240 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor      : 管理员 IP=192.168.9.51 : 请求 path=/admin/auth/doGetInfo
-2021-12-01 13:51:24.341  INFO 20240 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
-2021-12-01 13:51:24.342  INFO 20240 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getAuthInfo【参数】:[1]
-2021-12-01 13:51:24.343  INFO 20240 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:1毫秒
-2021-12-01 13:51:24.344  INFO 20240 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
-2021-12-01 13:51:24.345  INFO 20240 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【请求方法名】:getInfo【参数】:[1]
-2021-12-01 13:51:24.346  INFO 20240 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog  : 【耗时】:1毫秒
-2021-12-01 13:52:14.078  INFO 20240 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
-2021-12-01 13:52:14.084  INFO 20240 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.

+ 0 - 20
logs/info-collection.log

@@ -1,20 +0,0 @@
-2021-12-01 12:39:35.822  INFO 12060 --- [main] com.yx.face.FaceServerApplication        : Starting FaceServerApplication using Java 1.8.0_291 on DESKTOP-UV4BOQR with PID 12060 (D:\CMC\YXCODE\dev-fyzd\face-server\target\classes started by 崔哥 in D:\CMC\YXCODE\dev-fyzd\face-server)
-2021-12-01 12:39:35.830  INFO 12060 --- [main] com.yx.face.FaceServerApplication        : The following profiles are active: dev
-2021-12-01 12:39:37.055  INFO 12060 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
-2021-12-01 12:39:37.058  INFO 12060 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
-2021-12-01 12:39:37.117  INFO 12060 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 44 ms. Found 0 Redis repository interfaces.
-2021-12-01 12:39:37.299  WARN 12060 --- [main] o.m.s.mapper.ClassPathMapperScanner      : No MyBatis mapper was found in '[com.yx.face]' package. Please check your configuration.
-2021-12-01 12:39:37.392  INFO 12060 --- [main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=94c9405e-71b5-3ee6-9120-3d6f4d16edd8
-2021-12-01 12:39:37.590  INFO 12060 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'redisConfig' of type [com.yx.face.boot.config.RedisConfig$$EnhancerBySpringCGLIB$$c97f85e6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2021-12-01 12:39:37.900  INFO 12060 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8802 (http)
-2021-12-01 12:39:37.908  INFO 12060 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
-2021-12-01 12:39:37.909  INFO 12060 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.46]
-2021-12-01 12:39:38.030  INFO 12060 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/dev]    : Initializing Spring embedded WebApplicationContext
-2021-12-01 12:39:38.031  INFO 12060 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2140 ms
-2021-12-01 12:39:40.966  INFO 12060 --- [main] t.m.m.autoconfigure.MapperCacheDisabler  : Clear tk.mybatis.mapper.util.MsUtil CLASS_CACHE cache.
-2021-12-01 12:39:40.967  INFO 12060 --- [main] t.m.m.autoconfigure.MapperCacheDisabler  : Clear tk.mybatis.mapper.genid.GenIdUtil CACHE cache.
-2021-12-01 12:39:40.968  INFO 12060 --- [main] t.m.m.autoconfigure.MapperCacheDisabler  : Clear tk.mybatis.mapper.version.VersionUtil CACHE cache.
-2021-12-01 12:39:40.968  INFO 12060 --- [main] t.m.m.autoconfigure.MapperCacheDisabler  : Clear EntityHelper entityTableMap cache.
-2021-12-01 12:39:41.135  WARN 12060 --- [main] arterDeprecationWarningAutoConfiguration : spring-boot-starter-redis is deprecated as of Spring Boot 1.4, please migrate to spring-boot-starter-data-redis
-2021-12-01 12:39:41.716  INFO 12060 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8802 (http) with context path '/dev'
-2021-12-01 12:39:42.713  INFO 12060 --- [main] com.yx.face.FaceServerApplication        : Started FaceServerApplication in 7.793 seconds (JVM running for 8.929)

BIN
logs/info-collection.log.2021-11-22.0.gz


BIN
logs/info-collection.log.2021-11-23.0.gz


BIN
logs/info-collection.log.2021-11-24.0.gz


Разлика између датотеке није приказан због своје велике величине
+ 0 - 149
logs/ldbAirport.log


Неке датотеке нису приказане због велике количине промена