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