lileilei 2 years ago
parent
commit
fed06401bd

File diff suppressed because it is too large
+ 44 - 5733
logs/info-collection.log


BIN
logs/info-collection.log.2022-08-07.0.gz


BIN
logs/info-collection.log.2022-08-08.0.gz


BIN
logs/info-collection.log.2022-08-11.0.gz


+ 20 - 0
logs/ldb-airport-master.log

@@ -0,0 +1,20 @@
+2022-08-11 10:47:41.625  INFO 16566 --- [main] com.yx.face.FaceServerApplication        : Starting FaceServerApplication using Java 1.8.0_161 on lileileideMacBook-Pro.local with PID 16566 (/Users/lileilei/Documents/items/ldb-airport/target/classes started by lileilei in /Users/lileilei/Documents/items/ldb-airport)
+2022-08-11 10:47:41.629  INFO 16566 --- [main] com.yx.face.FaceServerApplication        : The following profiles are active: prod
+2022-08-11 10:47:43.252  INFO 16566 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
+2022-08-11 10:47:43.255  INFO 16566 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
+2022-08-11 10:47:43.325  INFO 16566 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 39 ms. Found 0 Redis repository interfaces.
+2022-08-11 10:47:43.535  WARN 16566 --- [main] o.m.s.mapper.ClassPathMapperScanner      : No MyBatis mapper was found in '[com.yx.face]' package. Please check your configuration.
+2022-08-11 10:47:43.637  INFO 16566 --- [main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=2946ec06-4337-3df3-83ea-dc3381d16723
+2022-08-11 10:47:43.904  INFO 16566 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'redisConfig' of type [com.yx.face.boot.config.RedisConfig$$EnhancerBySpringCGLIB$$775428d1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
+2022-08-11 10:47:44.276  INFO 16566 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 9200 (http)
+2022-08-11 10:47:44.289  INFO 16566 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
+2022-08-11 10:47:44.289  INFO 16566 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.46]
+2022-08-11 10:47:44.397  INFO 16566 --- [main] o.a.c.c.C.[.[localhost].[/ldb-airport]   : Initializing Spring embedded WebApplicationContext
+2022-08-11 10:47:44.398  INFO 16566 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2667 ms
+2022-08-11 10:47:48.686  INFO 16566 --- [main] t.m.m.autoconfigure.MapperCacheDisabler  : Clear tk.mybatis.mapper.util.MsUtil CLASS_CACHE cache.
+2022-08-11 10:47:48.687  INFO 16566 --- [main] t.m.m.autoconfigure.MapperCacheDisabler  : Clear tk.mybatis.mapper.genid.GenIdUtil CACHE cache.
+2022-08-11 10:47:48.687  INFO 16566 --- [main] t.m.m.autoconfigure.MapperCacheDisabler  : Clear tk.mybatis.mapper.version.VersionUtil CACHE cache.
+2022-08-11 10:47:48.687  INFO 16566 --- [main] t.m.m.autoconfigure.MapperCacheDisabler  : Clear EntityHelper entityTableMap cache.
+2022-08-11 10:47:48.948  WARN 16566 --- [main] arterDeprecationWarningAutoConfiguration : spring-boot-starter-redis is deprecated as of Spring Boot 1.4, please migrate to spring-boot-starter-data-redis
+2022-08-11 10:47:49.190  INFO 16566 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 9200 (http) with context path '/ldb-airport'
+2022-08-11 10:47:50.091  INFO 16566 --- [main] com.yx.face.FaceServerApplication        : Started FaceServerApplication in 9.196 seconds (JVM running for 9.977)

+ 0 - 1
src/main/java/com/yx/face/service/impl/FaceTBServiceImpl.java

@@ -569,7 +569,6 @@ public class FaceTBServiceImpl implements FaceTBService {
 //            if (verifytype == 2) {
             Map<String, Object> map = (Map<String, Object>) data.get("idCard");
             if (map != null && !map.isEmpty()) {
-                log.info("verifytype==2 代表刷身份证解析身份证 ;{}", data.get("idCard"));
                 //身份证信息
 //                Map<String, Object> map = (Map<String, Object>) data.get("idCard");
                 if (map.get("address") != null) {

Some files were not shown because too many files changed in this diff