|
@@ -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)
|