3353 lines
667 KiB
Plaintext
3353 lines
667 KiB
Plaintext
2021-01-27 11:11:39,286 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 9568 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
|
|
2021-01-27 11:11:39,291 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
|
|
2021-01-27 11:11:39,331 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
2021-01-27 11:11:39,331 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
2021-01-27 11:11:39,921 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 11:11:39,924 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 11:11:39,937 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 8 ms. Found 0 Elasticsearch repository interfaces.
|
|
2021-01-27 11:11:39,941 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 11:11:39,941 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 11:11:39,945 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Reactive Elasticsearch repository interfaces.
|
|
2021-01-27 11:11:39,955 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 11:11:39,955 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2021-01-27 11:11:39,965 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces.
|
|
2021-01-27 11:11:40,131 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
|
|
2021-01-27 11:11:40,181 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
|
|
2021-01-27 11:11:40,181 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 11:11:40,181 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 11:11:40,181 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 11:11:40,181 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
|
2021-01-27 11:11:40,181 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 11:11:40,181 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 11:11:40,181 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 11:11:40,211 INFO [restartedMain] c.u.j.f.DefaultLazyPropertyFilter [DefaultLazyPropertyFilter.java:34] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
|
2021-01-27 11:11:40,396 INFO [restartedMain] c.u.j.r.DefaultLazyPropertyResolver [DefaultLazyPropertyResolver.java:35] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
|
2021-01-27 11:11:40,396 INFO [restartedMain] c.u.j.d.DefaultLazyPropertyDetector [DefaultLazyPropertyDetector.java:33] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
|
2021-01-27 11:11:40,621 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
|
|
2021-01-27 11:11:40,631 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 11:11:40,631 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
|
|
2021-01-27 11:11:40,631 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
|
|
2021-01-27 11:11:40,751 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
|
|
2021-01-27 11:11:40,751 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1420 ms
|
|
2021-01-27 11:11:41,456 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
|
|
2021-01-27 11:11:41,531 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
|
|
2021-01-27 11:11:43,211 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
|
|
2021-01-27 11:11:43,211 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
|
|
2021-01-27 11:11:43,211 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
|
|
2021-01-27 11:11:43,471 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
|
|
2021-01-27 11:11:43,486 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 11:11:43,491 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:220] Tomcat started on port(s): 8080 (http) with context path '/echo'
|
|
2021-01-27 11:11:43,501 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.61 seconds (JVM running for 5.441)
|
|
2021-01-27 11:13:36,831 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2021-01-27 11:13:36,831 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
|
|
2021-01-27 11:13:36,831 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 0 ms
|
|
2021-01-27 11:13:46,369 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:46], 访问了[com.greate.community.service.UserService.login].
|
|
2021-01-27 11:13:46,389 INFO [http-nio-8080-exec-9] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
|
|
2021-01-27 11:13:46,528 INFO [http-nio-8080-exec-9] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
|
|
2021-01-27 11:13:46,598 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:13:46,600 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:46], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:46,606 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:46], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
|
|
2021-01-27 11:13:46,630 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:46], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
|
|
2021-01-27 11:13:46,636 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:46], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:46,638 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:46], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:47,189 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:47,192 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:47,194 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:47,195 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:47,196 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:47,198 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:47,199 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:47,201 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:47,202 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:47,204 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:47,205 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:47,206 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:47,208 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:47,209 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:47,210 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:47,212 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:47,213 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:47,215 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:47,336 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:13:47,341 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:47,347 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:13:47,352 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:49,757 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:13:49,760 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:49,762 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
|
|
2021-01-27 11:13:49,763 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
|
|
2021-01-27 11:13:49,767 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:49,770 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:49,771 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:49,773 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:49,775 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:49,777 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:49,777 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:49,779 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:49,779 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:49,781 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:49,782 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:49,783 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:49,784 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:49,785 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:49,785 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:49,788 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:49,789 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:49,791 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:49,792 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:49,794 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:49,884 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:13:49,886 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:49,893 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:13:49,895 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:53,744 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:13:53,747 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:53,755 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
|
|
2021-01-27 11:13:53,757 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:53,759 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:53,760 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:13:53,774 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:13:53,781 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:53,782 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:53,783 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:13:53,784 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:13:53,786 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:53,788 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:53,789 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:13:53,789 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:53,791 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:53,791 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:13:53,792 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:53,793 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:53,794 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:53,795 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:13:53,795 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:13:53,797 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:53,798 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:53,800 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:13:53,800 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:13:53,801 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:13:53,802 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:53,803 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:53,805 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:13:53,805 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:13:53,806 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:13:53,807 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:53,808 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:53,809 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:13:53,810 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:13:53,811 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:13:53,812 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:53,813 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:53,814 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:13:53,815 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:13:53,816 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:13:53,946 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:13:53,950 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:53], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:55,063 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:55], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:13:55,065 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:55,067 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:55], 访问了[com.greate.community.service.LikeService.like].
|
|
2021-01-27 11:13:55,109 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:55,110 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:13:56,644 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:56], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:13:56,646 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:56], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:56,648 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:56], 访问了[com.greate.community.service.LikeService.like].
|
|
2021-01-27 11:13:56,653 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:56,654 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:56], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:13:57,416 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:57], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:13:57,419 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:57], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:13:57,421 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:57], 访问了[com.greate.community.service.LikeService.like].
|
|
2021-01-27 11:13:57,427 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:57], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:13:57,428 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:13:57], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:14:00,184 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:00,186 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:00,188 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
|
|
2021-01-27 11:14:00,189 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
|
|
2021-01-27 11:14:00,192 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:00,194 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:14:00,195 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:00,196 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:14:00,197 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:00,198 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:14:00,199 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:00,200 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:14:00,200 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:00,202 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:14:00,202 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:00,204 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:14:00,205 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:00,207 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:14:00,208 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:00,209 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:14:00,210 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:00,211 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:14:00,212 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:00,213 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:14:00,313 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:00,315 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:00,322 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:00,324 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:04,669 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:04,671 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:04], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:04,672 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:04], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:04,674 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:04], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 11:14:04,703 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:04], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 11:14:04,707 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:04], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 11:14:04,708 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:04], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 11:14:04,946 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:04,950 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:04], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:20,712 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:20,713 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:20], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:20,739 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:20,741 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:20], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:20,990 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:20,994 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:20], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:24,602 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:24], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:24,604 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:24], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:24,605 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:24], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:24,606 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:24], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 11:14:24,607 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:24], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 11:14:24,608 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:24], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 11:14:24,609 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:24], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 11:14:24,702 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:24], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:24,705 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:24], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:26,077 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:26,079 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:26,080 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
|
|
2021-01-27 11:14:26,081 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
|
|
2021-01-27 11:14:26,083 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:26,085 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:14:26,087 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:26,088 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:14:26,088 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:26,090 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:14:26,090 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:26,091 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:14:26,092 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:26,093 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:14:26,094 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:26,095 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:14:26,096 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:26,097 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:14:26,097 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:26,099 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:14:26,099 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:26,101 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:14:26,102 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:26,103 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:14:26,205 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:26,208 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:26,213 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:26,215 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:26], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:27,871 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:27], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:27,874 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:27], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:27,875 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:27], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:27,876 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:27], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 11:14:27,877 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:27], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 11:14:27,878 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:27], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 11:14:27,878 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:27], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 11:14:27,972 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:27], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:27,974 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:27], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:27,980 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:27], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:27,983 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:27], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:29,557 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:29], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:29,558 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:29], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:29,560 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:29], 访问了[com.greate.community.service.FollowService.follow].
|
|
2021-01-27 11:14:29,585 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:29], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:29,586 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:29], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:29,587 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:29], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:29,590 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:29], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 11:14:29,591 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:29], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 11:14:29,592 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:29], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 11:14:29,593 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:29], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 11:14:29,682 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:29], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:29,684 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:29], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:29,690 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:29], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:29,692 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:29], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:32,605 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:32], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:32,608 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:32], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:32,609 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:32], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:32,610 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:32], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 11:14:32,611 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:32], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 11:14:32,611 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:32], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 11:14:32,612 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:32], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 11:14:32,742 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:32], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:32,745 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:32], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:14:32,750 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:32], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:14:32,753 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:14:32], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:15:43,479 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:43], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:15:43,481 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:15:43,482 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:15:43,483 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:43], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 11:15:43,484 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:43], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 11:15:43,485 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:43], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 11:15:43,486 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:43], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 11:15:43,587 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:43], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:15:43,590 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:15:55,594 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:15:55,596 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:15:55,597 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
|
|
2021-01-27 11:15:55,598 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:15:55,599 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:15:55,600 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:15:55,601 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:15:55,602 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:15:55,604 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:15:55,605 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:15:55,606 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:15:55,609 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:15:55,610 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:15:55,610 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:15:55,611 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:15:55,612 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:15:55,613 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:15:55,613 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:15:55,614 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:15:55,615 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:15:55,616 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:15:55,616 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:15:55,617 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:15:55,618 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:15:55,619 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:15:55,620 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:15:55,622 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:15:55,623 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:15:55,624 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:15:55,625 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:15:55,625 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:15:55,626 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:15:55,627 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:15:55,628 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:15:55,629 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:15:55,629 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:15:55,630 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:15:55,631 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:15:55,632 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:15:55,632 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:15:55,633 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:15:55,634 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:15:55,732 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:15:55,734 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:15:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:03,774 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:03,776 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:03,785 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.CommentService.addComment].
|
|
2021-01-27 11:16:03,811 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:03,813 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:03,814 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
|
|
2021-01-27 11:16:03,815 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:03,816 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:03,817 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:03,818 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:16:03,819 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:03,820 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:03,821 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:03,821 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:16:03,822 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:03,823 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:03,824 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:03,825 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:03,826 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:03,827 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:03,827 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:03,829 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:03,830 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:03,830 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:03,831 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:16:03,832 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:03,833 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:03,833 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:03,834 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:16:03,835 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:03,836 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:03,836 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:03,837 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:16:03,838 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:03,839 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:03,840 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:03,840 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:16:03,842 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:16:03,843 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:03,844 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:03,844 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:03,845 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:16:03,846 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:16:03,847 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:03,848 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:03,849 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:03,849 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:16:03,851 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:16:03,954 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:03,956 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:03], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:08,330 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:08], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:08,332 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:08,333 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:08], 访问了[com.greate.community.service.LikeService.like].
|
|
2021-01-27 11:16:08,339 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:08,340 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:08], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:10,982 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:10], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:10,985 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:10], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:10,987 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:10], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:10,988 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:10], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 11:16:10,988 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:10], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 11:16:10,989 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:10], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 11:16:10,990 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:10], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 11:16:11,082 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:11], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:11,085 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:11], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:18,839 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:18], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:18,841 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:18], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:18,842 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:18], 访问了[com.greate.community.service.LikeService.like].
|
|
2021-01-27 11:16:18,848 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:18,848 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:20,990 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:20,992 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:20], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:20,993 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:20], 访问了[com.greate.community.service.LikeService.like].
|
|
2021-01-27 11:16:20,997 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:20], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:20,998 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:20], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:22,445 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:22], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:22,446 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:22], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:22,447 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:22], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:22,448 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:22], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 11:16:22,449 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:22], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 11:16:22,449 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:22], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 11:16:22,450 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:22], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 11:16:22,685 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:22], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:22,687 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:22], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:24,523 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:24], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:24,526 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:24], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:24,528 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:24], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:24,529 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:24], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 11:16:24,530 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:24], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 11:16:24,530 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:24], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 11:16:24,531 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:24], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 11:16:24,621 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:24], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:24,622 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:24], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:28,411 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:28,412 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:28,414 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
|
|
2021-01-27 11:16:28,415 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:28,416 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:28,417 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:28,417 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:16:28,420 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:28,422 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:28,422 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:28,423 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:16:28,424 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:28,425 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:28,426 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:28,426 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:28,427 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:28,428 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:28,428 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:28,429 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:28,430 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:28,431 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:28,431 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:16:28,432 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:28,433 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:28,434 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:28,435 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:16:28,436 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:28,438 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:28,438 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:28,439 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:16:28,440 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:28,441 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:28,441 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:28,442 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:16:28,443 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:16:28,444 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:28,445 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:28,445 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:28,446 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:16:28,447 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:16:28,448 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:28,449 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:28,450 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:28,451 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:16:28,453 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:16:28,548 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:28,550 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:31,049 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:31], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:31,050 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:31], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:31,053 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:31], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:31,063 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:31], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 11:16:31,064 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:31], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 11:16:31,065 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:31], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 11:16:31,065 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:31], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 11:16:31,181 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:31], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:31,183 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:31], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:33,283 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:33,285 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:33], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:33,286 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:33], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:33,288 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:33], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 11:16:33,288 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:33], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 11:16:33,289 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:33], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 11:16:33,290 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:33], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 11:16:33,417 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:33,419 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:33], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:39,865 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:39], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:39,867 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:39,868 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:39,869 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:39], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 11:16:39,870 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:39], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 11:16:39,870 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:39], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 11:16:39,871 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:39], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 11:16:39,972 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:39], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:39,975 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:41,178 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:41], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:41,181 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:41], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:41,182 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:41], 访问了[com.greate.community.service.FollowService.follow].
|
|
2021-01-27 11:16:41,208 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:41], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:41,209 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:41], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:41,210 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:41], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:41,211 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:41], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 11:16:41,212 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:41], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 11:16:41,212 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:41], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 11:16:41,213 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:41], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 11:16:41,301 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:41], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:41,302 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:41], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:50,535 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:50,536 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:50,538 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
|
|
2021-01-27 11:16:50,539 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:50,540 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:50,540 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:50,541 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:16:50,542 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:50,543 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:50,544 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:50,544 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:16:50,546 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:50,547 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:50,547 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:50,547 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:50,549 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:50,550 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:50,551 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:50,552 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:50,553 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:50,554 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:50,554 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:50,555 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:16:50,556 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:50,557 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:50,557 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:50,558 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:16:50,559 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:16:50,560 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:50,561 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:50,561 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:50,561 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:16:50,562 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:50,563 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:50,564 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:50,564 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:16:50,565 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:50,567 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:50,567 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:50,568 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:16:50,569 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:16:50,570 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:50,571 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:50,572 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:50,572 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:16:50,573 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:16:50,692 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:50,694 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:55,668 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:55,669 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:55,671 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
|
|
2021-01-27 11:16:55,672 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:55,673 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:55,673 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:55,674 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:16:55,675 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:55,676 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:55,677 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:55,677 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:16:55,678 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:16:55,680 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:55,682 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:55,682 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:55,683 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:16:55,684 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:16:55,686 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:55,687 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:55,687 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:55,688 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:16:55,689 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:55,690 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:55,690 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:55,691 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:55,692 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:16:55,692 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:16:55,693 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:16:55,822 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:55,824 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:55,830 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:55,834 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:59,326 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:59], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:59,328 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:59], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:59,329 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:59], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:16:59,330 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:59], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 11:16:59,331 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:59], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 11:16:59,331 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:59], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 11:16:59,332 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:59], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 11:16:59,467 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:59], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:16:59,469 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:16:59], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:01,305 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:01], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:01,307 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:01], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:01,308 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:01], 访问了[com.greate.community.service.LikeService.like].
|
|
2021-01-27 11:17:01,313 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:01], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:17:01,313 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:01], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:17:02,286 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:02], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:02,288 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:02], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:02,288 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:02], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:02,289 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:02], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 11:17:02,290 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:02], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 11:17:02,290 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:02], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 11:17:02,291 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:02], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 11:17:02,460 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:02], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:02,462 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:02], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:08,104 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:08], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:08,106 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:08,107 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:08,108 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:08], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 11:17:08,109 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:08], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 11:17:08,109 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:08], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 11:17:08,110 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:08], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 11:17:08,211 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:08], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:08,213 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:10,538 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:10], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:10,540 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:10], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:10,541 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:10], 访问了[com.greate.community.service.LikeService.like].
|
|
2021-01-27 11:17:10,545 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:17:10,546 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:10], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:17:11,570 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:11], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:11,572 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:11], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:11,573 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:11], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:11,574 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:11], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 11:17:11,575 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:11], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 11:17:11,575 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:11], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 11:17:11,576 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:11], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 11:17:11,671 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:11], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:11,672 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:11], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:17,894 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:17], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:17,896 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:17], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:17,897 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:17], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:17,898 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:17], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 11:17:17,899 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:17], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 11:17:17,899 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:17], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 11:17:17,899 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:17], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 11:17:18,020 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:18], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:18,022 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:18], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:19,941 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:19,943 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:19,944 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
|
|
2021-01-27 11:17:19,945 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:19,945 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:17:19,946 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:17:19,947 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:17:19,948 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:19,949 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:17:19,949 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:17:19,950 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:17:19,951 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:19,952 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:17:19,953 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:17:19,954 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:19,955 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:17:19,956 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:17:19,956 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:19,957 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:19,958 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:17:19,959 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:17:19,959 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:17:19,960 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:19,961 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:17:19,961 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:17:19,962 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:17:19,963 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:19,964 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:17:19,964 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:17:19,965 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:17:19,966 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:19,967 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:17:19,967 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:17:19,968 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:17:19,969 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:17:19,971 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:19,972 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:17:19,972 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:17:19,973 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:17:19,974 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:17:19,975 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:19,976 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:17:19,976 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:17:19,977 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 11:17:19,978 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:19], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 11:17:20,097 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:20,099 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:20], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:24,460 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:24], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:24,461 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:24], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:24,462 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:24], 访问了[com.greate.community.service.LikeService.like].
|
|
2021-01-27 11:17:24,468 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:24], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 11:17:24,468 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:24], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 11:17:25,890 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:25], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:25,893 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:25], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:25,894 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:25], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:25,895 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:25], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 11:17:25,896 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:25], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 11:17:25,896 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:25], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 11:17:25,897 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:25], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 11:17:25,988 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:25], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:25,991 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:25], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:28,376 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:28,378 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:28,379 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.MessageService.findConversationCout].
|
|
2021-01-27 11:17:28,389 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.MessageService.findConversations].
|
|
2021-01-27 11:17:28,395 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 11:17:28,397 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:28,400 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:28,401 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 11:17:28,402 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:28,405 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:28,405 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 11:17:28,406 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:28,410 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:28,411 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 11:17:28,412 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:28,413 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:28,414 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 11:17:28,415 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:28,418 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:28,419 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:28,516 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:28,517 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:28,523 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:28,525 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:33,712 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:33,713 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:33], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:33,714 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:33], 访问了[com.greate.community.service.MessageService.findConversationCout].
|
|
2021-01-27 11:17:33,717 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:33], 访问了[com.greate.community.service.MessageService.findConversations].
|
|
2021-01-27 11:17:33,721 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:33], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 11:17:33,722 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:33], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:33,725 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:33], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:33,727 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:33], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 11:17:33,728 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:33], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:33,739 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:33], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:33,741 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:33], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 11:17:33,743 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:33], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:33,747 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:33], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:33,748 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:33], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 11:17:33,749 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:33], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:33,752 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:33], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:33,753 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:33], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 11:17:33,754 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:33], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:33,757 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:33], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:33,759 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:33], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:33,898 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:33,900 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:33], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:36,860 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:36], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:36,861 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:36,862 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:36], 访问了[com.greate.community.service.MessageService.findConversationCout].
|
|
2021-01-27 11:17:36,865 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:36], 访问了[com.greate.community.service.MessageService.findConversations].
|
|
2021-01-27 11:17:36,869 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:36], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 11:17:36,870 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:36], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:36,872 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:36,873 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:36], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 11:17:36,874 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:36], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:36,877 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:36,878 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:36], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 11:17:36,879 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:36], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:36,881 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:36,882 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:36], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 11:17:36,883 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:36], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:36,886 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:36,887 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:36], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 11:17:36,889 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:36], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:36,892 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:36,893 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:36], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:37,015 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:37], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:37,016 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:37], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:40,369 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:40,371 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:40,372 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.MessageService.findConversationCout].
|
|
2021-01-27 11:17:40,375 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.MessageService.findConversations].
|
|
2021-01-27 11:17:40,379 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 11:17:40,380 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:40,383 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:40,385 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 11:17:40,386 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:40,390 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:40,391 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 11:17:40,391 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:40,394 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:40,395 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 11:17:40,396 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:40,397 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:40,398 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 11:17:40,399 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:40,402 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:40,403 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 11:17:40,497 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:40,499 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:17:40,507 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:17:40,510 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:17:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:36:38,106 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:36:38], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:36:38,109 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:36:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:36:38,111 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:36:38], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 11:36:38,113 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:36:38], 访问了[com.greate.community.service.MessageService.findLetters].
|
|
2021-01-27 11:36:38,114 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:36:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:36:38,115 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:36:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:36:38,116 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:36:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:36:38,117 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:36:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 11:36:38,400 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:36:38], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 11:36:38,402 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 11:36:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:26,057 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 24288 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
|
|
2021-01-27 14:11:26,060 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
|
|
2021-01-27 14:11:26,092 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
2021-01-27 14:11:26,093 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
2021-01-27 14:11:26,579 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:11:26,580 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 14:11:26,591 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 7 ms. Found 0 Elasticsearch repository interfaces.
|
|
2021-01-27 14:11:26,594 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:11:26,594 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 14:11:26,598 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 4 ms. Found 0 Reactive Elasticsearch repository interfaces.
|
|
2021-01-27 14:11:26,607 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:11:26,608 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2021-01-27 14:11:26,618 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces.
|
|
2021-01-27 14:11:26,771 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
|
|
2021-01-27 14:11:26,809 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
|
|
2021-01-27 14:11:26,810 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:11:26,810 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:11:26,811 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:11:26,811 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
|
2021-01-27 14:11:26,812 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:11:26,812 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:11:26,812 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:11:26,844 INFO [restartedMain] c.u.j.f.DefaultLazyPropertyFilter [DefaultLazyPropertyFilter.java:34] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
|
2021-01-27 14:11:27,007 INFO [restartedMain] c.u.j.r.DefaultLazyPropertyResolver [DefaultLazyPropertyResolver.java:35] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
|
2021-01-27 14:11:27,009 INFO [restartedMain] c.u.j.d.DefaultLazyPropertyDetector [DefaultLazyPropertyDetector.java:33] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
|
2021-01-27 14:11:27,233 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
|
|
2021-01-27 14:11:27,239 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 14:11:27,239 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
|
|
2021-01-27 14:11:27,240 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
|
|
2021-01-27 14:11:27,345 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
|
|
2021-01-27 14:11:27,345 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1252 ms
|
|
2021-01-27 14:11:28,044 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
|
|
2021-01-27 14:11:28,112 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
|
|
2021-01-27 14:11:29,743 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
|
|
2021-01-27 14:11:29,744 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
|
|
2021-01-27 14:11:29,744 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
|
|
2021-01-27 14:11:30,014 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
|
|
2021-01-27 14:11:30,031 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 14:11:30,042 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:220] Tomcat started on port(s): 8080 (http) with context path '/echo'
|
|
2021-01-27 14:11:30,053 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.395 seconds (JVM running for 5.177)
|
|
2021-01-27 14:11:36,269 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2021-01-27 14:11:36,269 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
|
|
2021-01-27 14:11:36,270 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
|
|
2021-01-27 14:11:36,281 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:36], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:11:36,295 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
|
|
2021-01-27 14:11:36,411 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
|
|
2021-01-27 14:11:36,439 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:36,456 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:36], 访问了[com.greate.community.service.MessageService.findConversationCout].
|
|
2021-01-27 14:11:36,465 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:36], 访问了[com.greate.community.service.MessageService.findConversations].
|
|
2021-01-27 14:11:36,472 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:36], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 14:11:36,474 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:36], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 14:11:36,487 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:36,489 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:36], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 14:11:36,491 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:36], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 14:11:36,494 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:36,496 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:36], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 14:11:36,499 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:36], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 14:11:36,503 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:36,504 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:36], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 14:11:36,506 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:36], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 14:11:36,508 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:36,512 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:36], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 14:11:36,514 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:36], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 14:11:36,518 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:36,520 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:36], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 14:11:37,098 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:37], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:11:37,104 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:37], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:37,105 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:37], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:11:37,110 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:37], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:38,530 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:38], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:11:38,533 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:38,535 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:38], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
|
|
2021-01-27 14:11:38,540 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:38], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
|
|
2021-01-27 14:11:38,543 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:38,545 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:38], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:11:39,125 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:39,127 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:11:39,128 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:39,130 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:11:39,131 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:39,133 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:11:39,133 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:39,135 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:11:39,136 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:39,137 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:11:39,138 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:39,140 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:11:39,141 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:39,143 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:11:39,144 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:39,145 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:11:39,146 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:39,148 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:11:39,254 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:39], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:11:39,257 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:39,287 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:39], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:11:39,289 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:40,540 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:11:40,541 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:40,543 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
|
|
2021-01-27 14:11:40,545 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:40,546 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:11:40,548 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 14:11:40,557 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 14:11:40,562 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:40,564 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:11:40,565 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 14:11:40,566 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 14:11:40,568 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:40,569 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:11:40,570 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 14:11:40,571 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:40,572 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:40,573 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:11:40,574 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 14:11:40,575 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:40,576 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:40,578 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:11:40,579 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 14:11:40,579 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 14:11:40,581 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:40,583 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:11:40,584 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 14:11:40,585 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 14:11:40,586 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 14:11:40,587 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:40,588 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:11:40,589 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 14:11:40,590 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 14:11:40,591 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:40,593 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:11:40,594 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 14:11:40,594 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 14:11:40,596 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:40,598 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:11:40,599 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 14:11:40,600 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 14:11:40,601 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 14:11:40,602 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:40,603 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:11:40,604 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 14:11:40,606 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 14:11:40,608 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 14:11:40,713 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:11:40,716 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:45,418 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:45], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:11:45,420 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:45], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:45,421 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:45], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:45,422 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:45], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:11:45,443 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:45], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:11:45,447 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:45], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:11:45,448 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:45], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:11:45,554 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:45], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:11:45,557 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:45], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:49,276 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:49], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:11:49,278 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:49,280 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:11:49,282 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:49], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:11:49,283 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:49], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:11:49,284 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:49], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:11:49,285 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:49], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:11:49,407 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:49], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:11:49,409 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:11:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:01,716 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:01], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:01,719 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:01], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:01,720 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:01], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:01,721 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:01], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:12:01,722 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:01], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:12:01,723 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:01], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:12:01,724 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:01], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:12:01,818 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:01], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:01,822 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:01], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:03,310 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:03], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:03,312 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:03], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:03,314 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:03], 访问了[com.greate.community.service.FollowService.follow].
|
|
2021-01-27 14:12:03,397 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:03], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:03,400 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:03], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:03,402 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:03], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:03,403 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:03], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:12:03,404 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:03], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:12:03,404 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:03], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:12:03,405 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:03], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:12:03,497 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:03], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:03,499 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:03], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:06,775 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:06], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:06,777 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:06], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:06,779 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:06], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:06,780 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:06], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:12:06,781 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:06], 访问了[com.greate.community.service.FollowService.findFollowers].
|
|
2021-01-27 14:12:06,784 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:06], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:06,786 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:06], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:12:06,882 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:06], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:06,886 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:06], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:10,607 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:10], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:10,610 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:10], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:10,611 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:10], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:10,612 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:10], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:12:10,613 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:10], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:12:10,614 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:10], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:12:10,614 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:10], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:12:10,715 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:10], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:10,718 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:10], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:13,793 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:13], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:13,794 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:13], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:13,797 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:13], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:13,799 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:13], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:12:13,800 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:13], 访问了[com.greate.community.service.FollowService.findFollowees].
|
|
2021-01-27 14:12:13,801 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:13], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:13,803 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:13], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:13,804 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:13], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:13,806 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:13], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:12:13,807 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:13], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:12:13,807 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:13], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:12:13,906 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:13], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:13,908 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:13], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:13,917 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:13], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:13,919 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:13], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:15,656 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:15], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:15,658 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:15], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:15,663 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:15], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:15,664 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:15], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:15,766 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:15], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:15,770 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:15], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:27,740 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:27], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:27,742 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:27], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:27,743 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:27], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:27,744 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:27], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:12:27,745 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:27], 访问了[com.greate.community.service.FollowService.findFollowers].
|
|
2021-01-27 14:12:27,882 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:27], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:27,885 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:27], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:30,157 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:30], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:30,159 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:30], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:30,163 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:30], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:30,164 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:30], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:30,262 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:30], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:30,265 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:30], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:33,158 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:33,160 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:33], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:33,162 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:33,163 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:33], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:33,256 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:33,259 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:33], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:36,375 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:36], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:36,377 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:36,378 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:36,379 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:36], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:12:36,380 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:36], 访问了[com.greate.community.service.FollowService.findFollowees].
|
|
2021-01-27 14:12:36,381 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:36,384 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:36,386 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:36,388 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:36], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:12:36,388 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:36], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:12:36,389 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:36], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:12:36,487 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:36], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:36,490 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:12:36,496 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:36], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:12:36,499 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:12:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:13:34,944 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 13844 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
|
|
2021-01-27 14:13:34,947 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
|
|
2021-01-27 14:13:34,976 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
2021-01-27 14:13:34,977 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
2021-01-27 14:13:35,439 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:13:35,440 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 14:13:35,450 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 7 ms. Found 0 Elasticsearch repository interfaces.
|
|
2021-01-27 14:13:35,453 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:13:35,453 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 14:13:35,458 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Reactive Elasticsearch repository interfaces.
|
|
2021-01-27 14:13:35,466 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:13:35,467 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2021-01-27 14:13:35,477 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces.
|
|
2021-01-27 14:13:35,631 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
|
|
2021-01-27 14:13:35,674 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
|
|
2021-01-27 14:13:35,675 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:13:35,675 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:13:35,676 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:13:35,676 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
|
2021-01-27 14:13:35,676 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:13:35,676 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:13:35,676 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:13:35,706 INFO [restartedMain] c.u.j.f.DefaultLazyPropertyFilter [DefaultLazyPropertyFilter.java:34] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
|
2021-01-27 14:13:35,852 INFO [restartedMain] c.u.j.r.DefaultLazyPropertyResolver [DefaultLazyPropertyResolver.java:35] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
|
2021-01-27 14:13:35,854 INFO [restartedMain] c.u.j.d.DefaultLazyPropertyDetector [DefaultLazyPropertyDetector.java:33] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
|
2021-01-27 14:13:36,061 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
|
|
2021-01-27 14:13:36,067 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 14:13:36,067 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
|
|
2021-01-27 14:13:36,067 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
|
|
2021-01-27 14:13:36,177 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
|
|
2021-01-27 14:13:36,178 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1201 ms
|
|
2021-01-27 14:13:36,795 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
|
|
2021-01-27 14:13:36,855 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
|
|
2021-01-27 14:13:39,401 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
|
|
2021-01-27 14:13:39,401 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
|
|
2021-01-27 14:13:39,402 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
|
|
2021-01-27 14:13:39,657 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
|
|
2021-01-27 14:13:39,671 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 14:13:39,679 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:220] Tomcat started on port(s): 8080 (http) with context path '/echo'
|
|
2021-01-27 14:13:39,688 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 5.088 seconds (JVM running for 5.982)
|
|
2021-01-27 14:14:16,238 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2021-01-27 14:14:16,238 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
|
|
2021-01-27 14:14:16,239 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 0 ms
|
|
2021-01-27 14:14:16,252 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:16,265 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
|
|
2021-01-27 14:14:16,381 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
|
|
2021-01-27 14:14:16,408 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:16], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:16,423 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:16], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:16,426 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:16], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:14:17,066 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:17], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:14:17,071 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:17], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:14:17,072 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:17], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:14:17,518 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:17], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:17,523 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:17], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:18,488 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:18], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:18,490 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:18], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:18,497 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:18], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:18,499 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:18], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:14:18,502 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:18], 访问了[com.greate.community.service.FollowService.findFollowers].
|
|
2021-01-27 14:14:18,645 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:18], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:18,651 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:18], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:19,856 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:19], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:19,858 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:19], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:19,860 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:19], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:19,862 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:19], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:14:19,863 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:19], 访问了[com.greate.community.service.FollowService.findFollowees].
|
|
2021-01-27 14:14:19,864 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:19], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:19,868 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:19], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:19,871 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:19], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:19,875 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:19], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:14:19,876 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:19], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:14:19,877 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:19], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:14:20,010 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:20,014 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:20], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:20,023 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:20,026 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:20], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:20,950 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:20,953 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:20], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:20,955 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:20], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:20,956 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:20], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:14:20,957 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:20], 访问了[com.greate.community.service.FollowService.findFollowers].
|
|
2021-01-27 14:14:21,052 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:21], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:21,055 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:21], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:22,027 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:22], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:22,029 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:22], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:22,030 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:22], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:22,031 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:22], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:14:22,032 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:22], 访问了[com.greate.community.service.FollowService.findFollowees].
|
|
2021-01-27 14:14:22,033 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:22], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:22,035 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:22], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:22,037 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:22], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:22,042 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:22], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:14:22,043 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:22], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:14:22,044 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:22], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:14:22,215 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:22], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:22,218 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:22], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:22,228 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:22], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:22,231 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:22], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:23,858 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:23], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:23,859 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:23], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:23,861 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:23], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:23,862 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:23], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:14:23,863 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:23], 访问了[com.greate.community.service.FollowService.findFollowers].
|
|
2021-01-27 14:14:23,980 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:23], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:23,983 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:23], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:24,811 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:24], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:24,813 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:24], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:24,814 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:24], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:24,816 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:24], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:14:24,817 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:24], 访问了[com.greate.community.service.FollowService.findFollowees].
|
|
2021-01-27 14:14:24,818 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:24], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:24,822 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:24], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:24,824 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:24], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:24,826 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:24], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:14:24,826 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:24], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:14:24,827 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:24], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:14:24,931 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:24], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:24,936 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:24], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:24,943 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:24], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:24,944 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:24], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:28,081 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:28,083 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:28,085 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:28,086 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:28], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:14:28,087 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:28], 访问了[com.greate.community.service.FollowService.findFollowers].
|
|
2021-01-27 14:14:28,184 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:28,186 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:29,098 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:29], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:29,099 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:29], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:29,101 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:29], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:29,102 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:29], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:14:29,103 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:29], 访问了[com.greate.community.service.FollowService.findFollowees].
|
|
2021-01-27 14:14:29,103 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:29], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:29,106 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:29], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:29,109 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:29], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:29,111 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:29], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:14:29,111 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:29], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:14:29,112 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:29], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:14:29,252 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:29], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:29,254 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:29], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:29,264 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:29], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:29,266 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:29], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:30,974 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:30], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:30,976 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:30], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:30,977 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:30], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:30,978 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:30], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:14:30,979 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:30], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:14:30,980 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:30], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:14:30,980 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:30], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:14:31,155 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:31], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:31,158 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:31], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:31,159 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:31], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:31,162 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:31], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:33,729 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:33,731 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:33], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:33,732 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:33], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:33,733 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:33], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:14:33,735 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:33], 访问了[com.greate.community.service.FollowService.findFollowees].
|
|
2021-01-27 14:14:33,834 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:33,837 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:33], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:34,954 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:34], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:34,958 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:34], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:34,959 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:34], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:34,961 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:34], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:14:34,961 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:34], 访问了[com.greate.community.service.FollowService.findFollowers].
|
|
2021-01-27 14:14:34,962 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:34], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:34,964 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:34], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:14:35,060 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:35], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:35,063 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:35], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:39,699 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:39], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:39,701 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:39,702 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:39,703 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:39], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:14:39,704 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:39], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:14:39,704 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:39], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:14:39,705 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:39], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:14:39,801 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:39], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:39,803 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:43,026 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:43], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:43,028 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:43,029 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:43,030 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:43], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:14:43,031 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:43], 访问了[com.greate.community.service.FollowService.findFollowers].
|
|
2021-01-27 14:14:43,032 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:43,034 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:43], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:14:43,133 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:43], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:43,136 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:50,186 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:50,187 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:50,189 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
|
|
2021-01-27 14:14:50,205 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
|
|
2021-01-27 14:14:50,208 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:50,210 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:14:50,211 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:50,212 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:14:50,213 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:50,214 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:14:50,215 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:50,217 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:14:50,217 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:50,219 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:14:50,219 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:50,221 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:14:50,221 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:50,222 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:14:50,223 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:50,224 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:14:50,224 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:50,226 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:14:50,226 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:50,227 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:14:50,330 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:50,332 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:50,354 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:50,357 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:51,857 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:51], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:51,859 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:51], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:51,860 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:51], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:51,861 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:51], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:14:51,862 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:51], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:14:51,862 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:51], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:14:51,863 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:51], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:14:51,963 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:51], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:51,966 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:51], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:56,081 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:56], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:56,083 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:56], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:56,084 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:56], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:56,085 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:56], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:14:56,086 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:56], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:14:56,086 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:56], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:14:56,087 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:56], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:14:56,187 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:56], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:56,189 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:56], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:58,827 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:58,828 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:58], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:58,830 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:58], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:58,831 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:58], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:14:58,832 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:58], 访问了[com.greate.community.service.FollowService.findFollowees].
|
|
2021-01-27 14:14:58,832 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:58], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:58,834 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:58], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:58,836 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:58], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:58,838 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:58], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:14:58,838 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:58], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:14:58,839 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:58], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:14:58,939 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:58,942 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:58], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:14:58,952 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:14:58,954 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:14:58], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:01,432 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:01], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:01,433 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:01], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:01,434 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:01], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:01,435 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:01], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:15:01,436 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:01], 访问了[com.greate.community.service.FollowService.findFollowers].
|
|
2021-01-27 14:15:01,533 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:01], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:01,536 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:01], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:02,097 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:02], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:02,098 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:02], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:02,099 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:02], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:02,100 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:02], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:15:02,101 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:02], 访问了[com.greate.community.service.FollowService.findFollowees].
|
|
2021-01-27 14:15:02,101 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:02], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:02,103 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:02], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:02,105 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:02], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:02,107 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:02], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:15:02,108 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:02], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:15:02,109 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:02], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:15:02,201 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:02], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:02,204 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:02], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:02,214 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:02], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:02,215 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:02], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:04,447 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:04,449 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:04], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:04,452 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:04], 访问了[com.greate.community.service.FollowService.unfollow].
|
|
2021-01-27 14:15:04,537 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:04,538 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:04], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:04,539 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:04], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:04,540 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:04], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:15:04,541 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:04], 访问了[com.greate.community.service.FollowService.findFollowees].
|
|
2021-01-27 14:15:04,542 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:04], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:04,546 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:04], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:04,547 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:04], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:15:04,548 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:04], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:15:04,636 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:04,638 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:04], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:04,644 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:04,646 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:04], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:07,351 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:07,352 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:07], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:07,353 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:07], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:07,354 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:07], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:15:07,355 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:07], 访问了[com.greate.community.service.FollowService.findFollowers].
|
|
2021-01-27 14:15:07,452 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:07,454 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:07], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:08,266 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:08], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:08,268 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:08,269 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:08,270 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:08], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:15:08,271 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:08], 访问了[com.greate.community.service.FollowService.findFollowees].
|
|
2021-01-27 14:15:08,272 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:08,273 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:08,275 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:08], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:15:08,275 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:08], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:15:08,370 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:08], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:08,372 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:08,377 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:08], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:08,379 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:11,837 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:11], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:11,839 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:11], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:11,840 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:11], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:11,841 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:11], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:15:11,842 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:11], 访问了[com.greate.community.service.FollowService.findFollowees].
|
|
2021-01-27 14:15:11,842 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:11], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:11,844 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:11], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:11,845 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:11], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:15:11,846 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:11], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:15:11,948 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:11], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:11,950 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:11], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:11,963 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:11], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:11,965 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:11], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:13,083 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:13,085 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:13,087 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
|
|
2021-01-27 14:15:13,088 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
|
|
2021-01-27 14:15:13,091 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:13,092 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:15:13,093 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:13,094 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:15:13,095 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:13,096 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:15:13,097 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:13,098 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:15:13,098 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:13,099 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:15:13,100 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:13,102 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:15:13,103 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:13,104 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:15:13,105 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:13,106 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:15:13,107 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:13,108 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:15:13,108 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:13,109 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:15:13,203 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:13,205 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:13,211 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:13,213 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:13], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:16,389 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:16,390 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:16], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:16,391 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:16], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:16,393 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:16], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:15:16,394 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:16], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:15:16,395 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:16], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:15:16,395 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:16], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:15:16,491 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:16,493 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:16], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:47,704 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:47,706 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:15:47,717 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:15:47,718 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:15:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:21:26,910 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 4748 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
|
|
2021-01-27 14:21:26,913 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
|
|
2021-01-27 14:21:26,953 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
2021-01-27 14:21:26,953 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
2021-01-27 14:21:27,547 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:21:27,550 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 14:21:27,562 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 8 ms. Found 0 Elasticsearch repository interfaces.
|
|
2021-01-27 14:21:27,566 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:21:27,568 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 14:21:27,572 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 4 ms. Found 0 Reactive Elasticsearch repository interfaces.
|
|
2021-01-27 14:21:27,584 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:21:27,586 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2021-01-27 14:21:27,597 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces.
|
|
2021-01-27 14:21:27,775 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
|
|
2021-01-27 14:21:27,830 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
|
|
2021-01-27 14:21:27,832 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:21:27,832 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:21:27,833 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:21:27,834 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
|
2021-01-27 14:21:27,835 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:21:27,835 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:21:27,835 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:21:27,868 INFO [restartedMain] c.u.j.f.DefaultLazyPropertyFilter [DefaultLazyPropertyFilter.java:34] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
|
2021-01-27 14:21:28,039 INFO [restartedMain] c.u.j.r.DefaultLazyPropertyResolver [DefaultLazyPropertyResolver.java:35] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
|
2021-01-27 14:21:28,041 INFO [restartedMain] c.u.j.d.DefaultLazyPropertyDetector [DefaultLazyPropertyDetector.java:33] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
|
2021-01-27 14:21:28,248 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
|
|
2021-01-27 14:21:28,255 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 14:21:28,256 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
|
|
2021-01-27 14:21:28,256 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
|
|
2021-01-27 14:21:28,366 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
|
|
2021-01-27 14:21:28,367 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1413 ms
|
|
2021-01-27 14:21:29,065 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
|
|
2021-01-27 14:21:29,131 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
|
|
2021-01-27 14:21:31,733 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
|
|
2021-01-27 14:21:31,734 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
|
|
2021-01-27 14:21:31,734 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
|
|
2021-01-27 14:21:31,983 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
|
|
2021-01-27 14:21:31,998 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 14:21:32,006 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:220] Tomcat started on port(s): 8080 (http) with context path '/echo'
|
|
2021-01-27 14:21:32,015 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 5.473 seconds (JVM running for 6.321)
|
|
2021-01-27 14:21:34,634 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2021-01-27 14:21:34,635 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
|
|
2021-01-27 14:21:34,636 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
|
|
2021-01-27 14:21:34,648 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:21:34], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:21:34,661 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
|
|
2021-01-27 14:21:34,785 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
|
|
2021-01-27 14:21:34,818 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:21:34], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:21:34,834 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:21:34], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:21:34,837 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:21:34], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:21:35,537 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:21:35], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:21:35,542 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:21:35], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:21:35,543 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:21:35], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:21:36,069 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:21:36], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:21:36,072 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:21:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:21:41,340 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:21:41], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:21:41,343 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:21:41], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:21:41,349 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:21:41], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:21:41,351 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:21:41], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:21:41,353 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:21:41], 访问了[com.greate.community.service.FollowService.findFollowees].
|
|
2021-01-27 14:21:41,358 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:21:41], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:21:41,361 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:21:41], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:21:41,364 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:21:41], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:21:41,365 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:21:41], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:21:41,617 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:21:41], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:21:41,620 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:21:41], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:21:41,630 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:21:41], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:21:41,632 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:21:41], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:30,193 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 27252 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
|
|
2021-01-27 14:25:30,195 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
|
|
2021-01-27 14:25:30,231 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
2021-01-27 14:25:30,231 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
2021-01-27 14:25:30,693 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:25:30,695 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 14:25:30,704 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 7 ms. Found 0 Elasticsearch repository interfaces.
|
|
2021-01-27 14:25:30,707 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:25:30,708 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 14:25:30,712 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Reactive Elasticsearch repository interfaces.
|
|
2021-01-27 14:25:30,720 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:25:30,721 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2021-01-27 14:25:30,730 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces.
|
|
2021-01-27 14:25:30,884 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
|
|
2021-01-27 14:25:30,928 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
|
|
2021-01-27 14:25:30,929 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:25:30,929 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:25:30,930 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:25:30,930 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
|
2021-01-27 14:25:30,930 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:25:30,930 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:25:30,930 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:25:30,960 INFO [restartedMain] c.u.j.f.DefaultLazyPropertyFilter [DefaultLazyPropertyFilter.java:34] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
|
2021-01-27 14:25:31,110 INFO [restartedMain] c.u.j.r.DefaultLazyPropertyResolver [DefaultLazyPropertyResolver.java:35] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
|
2021-01-27 14:25:31,112 INFO [restartedMain] c.u.j.d.DefaultLazyPropertyDetector [DefaultLazyPropertyDetector.java:33] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
|
2021-01-27 14:25:31,324 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
|
|
2021-01-27 14:25:31,330 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 14:25:31,331 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
|
|
2021-01-27 14:25:31,331 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
|
|
2021-01-27 14:25:31,447 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
|
|
2021-01-27 14:25:31,448 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1215 ms
|
|
2021-01-27 14:25:32,078 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
|
|
2021-01-27 14:25:32,138 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
|
|
2021-01-27 14:25:34,745 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
|
|
2021-01-27 14:25:34,745 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
|
|
2021-01-27 14:25:34,745 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
|
|
2021-01-27 14:25:35,000 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
|
|
2021-01-27 14:25:35,015 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 14:25:35,024 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:220] Tomcat started on port(s): 8080 (http) with context path '/echo'
|
|
2021-01-27 14:25:35,032 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 5.173 seconds (JVM running for 6.028)
|
|
2021-01-27 14:25:39,078 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2021-01-27 14:25:39,078 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
|
|
2021-01-27 14:25:39,079 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 0 ms
|
|
2021-01-27 14:25:39,091 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:39], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:25:39,105 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
|
|
2021-01-27 14:25:39,223 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
|
|
2021-01-27 14:25:39,251 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:39,264 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:39,267 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:39], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:25:39,899 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:39], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:25:39,904 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:39], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:25:39,906 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:39], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:25:40,361 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:40], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:25:40,366 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:43,118 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:43], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:25:43,120 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:43,127 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:43,129 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:43], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:25:43,131 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:43], 访问了[com.greate.community.service.FollowService.findFollowees].
|
|
2021-01-27 14:25:43,135 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:43,138 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:43,142 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:43], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:25:43,143 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:43], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:25:43,264 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:43], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:25:43,268 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:43,279 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:43], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:25:43,282 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:45,218 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:45], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:25:45,220 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:45], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:45,224 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:45], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:45,225 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:45], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:25:45,226 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:45], 访问了[com.greate.community.service.FollowService.findFollowees].
|
|
2021-01-27 14:25:45,227 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:45], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:45,230 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:45], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:45,234 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:45], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:25:45,236 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:45], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:25:45,341 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:45], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:25:45,344 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:45], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:45,353 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:45], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:25:45,355 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:45], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:46,167 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:25:46,169 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:46], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:46,172 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:46], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:46,173 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:46], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:25:46,174 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:46], 访问了[com.greate.community.service.FollowService.findFollowers].
|
|
2021-01-27 14:25:46,272 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:25:46,274 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:46], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:47,243 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:25:47,245 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:47,248 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:47,251 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:47], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:25:47,253 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:47], 访问了[com.greate.community.service.FollowService.findFollowees].
|
|
2021-01-27 14:25:47,253 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:47,256 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:47,258 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:47], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:25:47,259 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:47], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:25:47,390 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:25:47,394 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:47,396 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:25:47,400 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:50,771 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:50], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:25:50,772 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:50,774 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:25:50,775 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:50], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:25:50,776 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:50], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:25:50,777 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:50], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:25:50,777 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:50], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:25:50,879 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:50], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:25:50,883 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:25:50], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:28:41,343 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 17648 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
|
|
2021-01-27 14:28:41,345 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
|
|
2021-01-27 14:28:41,378 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
2021-01-27 14:28:41,378 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
2021-01-27 14:28:41,840 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:28:41,841 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 14:28:41,852 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 7 ms. Found 0 Elasticsearch repository interfaces.
|
|
2021-01-27 14:28:41,855 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:28:41,855 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 14:28:41,859 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Reactive Elasticsearch repository interfaces.
|
|
2021-01-27 14:28:41,868 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:28:41,869 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2021-01-27 14:28:41,879 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces.
|
|
2021-01-27 14:28:42,033 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
|
|
2021-01-27 14:28:42,076 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
|
|
2021-01-27 14:28:42,077 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:28:42,077 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:28:42,078 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:28:42,078 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
|
2021-01-27 14:28:42,078 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:28:42,078 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:28:42,078 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:28:42,108 INFO [restartedMain] c.u.j.f.DefaultLazyPropertyFilter [DefaultLazyPropertyFilter.java:34] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
|
2021-01-27 14:28:42,256 INFO [restartedMain] c.u.j.r.DefaultLazyPropertyResolver [DefaultLazyPropertyResolver.java:35] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
|
2021-01-27 14:28:42,258 INFO [restartedMain] c.u.j.d.DefaultLazyPropertyDetector [DefaultLazyPropertyDetector.java:33] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
|
2021-01-27 14:28:42,467 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
|
|
2021-01-27 14:28:42,473 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 14:28:42,475 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
|
|
2021-01-27 14:28:42,475 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
|
|
2021-01-27 14:28:42,586 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
|
|
2021-01-27 14:28:42,586 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1208 ms
|
|
2021-01-27 14:28:43,225 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
|
|
2021-01-27 14:28:43,287 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
|
|
2021-01-27 14:28:44,848 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
|
|
2021-01-27 14:28:44,848 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
|
|
2021-01-27 14:28:44,848 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
|
|
2021-01-27 14:28:45,089 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
|
|
2021-01-27 14:28:45,104 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 14:28:45,112 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:220] Tomcat started on port(s): 8080 (http) with context path '/echo'
|
|
2021-01-27 14:28:45,121 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.116 seconds (JVM running for 5.004)
|
|
2021-01-27 14:28:46,375 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2021-01-27 14:28:46,376 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
|
|
2021-01-27 14:28:46,377 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
|
|
2021-01-27 14:28:46,389 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:28:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:28:46,402 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
|
|
2021-01-27 14:28:46,522 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
|
|
2021-01-27 14:28:46,550 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:28:46], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:28:46,564 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:28:46], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:28:46,566 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:28:46], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:28:47,201 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:28:47], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:28:47,206 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:28:47], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:28:47,207 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:28:47], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:28:47,581 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:28:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:28:47,586 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:28:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:29:11,653 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:29:11], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:29:11,655 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:29:11], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:29:11,664 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:29:11], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:29:11,666 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:29:11], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:29:11,668 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:29:11], 访问了[com.greate.community.service.FollowService.findFollowers].
|
|
2021-01-27 14:29:11,969 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:29:11], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:29:11,973 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:29:11], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:29:48,411 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 26644 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
|
|
2021-01-27 14:29:48,413 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
|
|
2021-01-27 14:29:48,448 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
2021-01-27 14:29:48,448 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
2021-01-27 14:29:48,913 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:29:48,915 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 14:29:48,925 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 7 ms. Found 0 Elasticsearch repository interfaces.
|
|
2021-01-27 14:29:48,928 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:29:48,928 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 14:29:48,933 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Reactive Elasticsearch repository interfaces.
|
|
2021-01-27 14:29:48,942 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:29:48,942 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2021-01-27 14:29:48,953 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces.
|
|
2021-01-27 14:29:49,105 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
|
|
2021-01-27 14:29:49,147 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
|
|
2021-01-27 14:29:49,148 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:29:49,148 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:29:49,149 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:29:49,149 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
|
2021-01-27 14:29:49,149 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:29:49,149 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:29:49,150 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:29:49,178 INFO [restartedMain] c.u.j.f.DefaultLazyPropertyFilter [DefaultLazyPropertyFilter.java:34] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
|
2021-01-27 14:29:49,329 INFO [restartedMain] c.u.j.r.DefaultLazyPropertyResolver [DefaultLazyPropertyResolver.java:35] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
|
2021-01-27 14:29:49,331 INFO [restartedMain] c.u.j.d.DefaultLazyPropertyDetector [DefaultLazyPropertyDetector.java:33] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
|
2021-01-27 14:29:49,541 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
|
|
2021-01-27 14:29:49,547 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 14:29:49,547 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
|
|
2021-01-27 14:29:49,547 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
|
|
2021-01-27 14:29:49,661 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
|
|
2021-01-27 14:29:49,661 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1212 ms
|
|
2021-01-27 14:29:50,311 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
|
|
2021-01-27 14:29:50,371 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
|
|
2021-01-27 14:29:52,946 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
|
|
2021-01-27 14:29:52,947 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
|
|
2021-01-27 14:29:52,947 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
|
|
2021-01-27 14:29:53,208 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
|
|
2021-01-27 14:29:53,225 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 14:29:53,234 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:220] Tomcat started on port(s): 8080 (http) with context path '/echo'
|
|
2021-01-27 14:29:53,242 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 5.168 seconds (JVM running for 5.984)
|
|
2021-01-27 14:29:59,426 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2021-01-27 14:29:59,426 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
|
|
2021-01-27 14:29:59,427 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 0 ms
|
|
2021-01-27 14:29:59,439 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:29:59], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:29:59,452 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
|
|
2021-01-27 14:29:59,569 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
|
|
2021-01-27 14:29:59,597 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:29:59], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:29:59,610 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:29:59], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:29:59,613 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:29:59], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:30:00,248 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:30:00], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:30:00,253 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:30:00], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:30:00,255 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:30:00], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:30:00,699 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:30:00], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:30:00,704 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:30:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:30:05,081 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:30:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:30:05,084 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:30:05], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:30:05,096 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:30:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:30:05,098 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:30:05], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:32:00,737 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:00], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:32:00,740 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:32:00,745 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:00], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:32:00,748 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:32:28,124 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:32:28,126 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:32:28,133 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:32:28,137 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:28], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:32:28,139 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:28], 访问了[com.greate.community.service.FollowService.findFollowers].
|
|
2021-01-27 14:32:28,421 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:32:28,426 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:32:30,491 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:30], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:32:30,493 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:30], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:32:30,496 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:30], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:32:30,497 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:30], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:32:30,498 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:30], 访问了[com.greate.community.service.FollowService.findFollowees].
|
|
2021-01-27 14:32:30,499 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:30], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:32:30,502 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:30], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:32:30,505 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:30], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:32:30,506 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:30], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:32:30,622 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:30], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:32:30,625 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:30], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:32:30,637 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:30], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:32:30,640 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:32:30], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:24,359 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 1584 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
|
|
2021-01-27 14:33:24,361 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
|
|
2021-01-27 14:33:24,395 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
2021-01-27 14:33:24,395 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
2021-01-27 14:33:24,858 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:33:24,859 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 14:33:24,869 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 7 ms. Found 0 Elasticsearch repository interfaces.
|
|
2021-01-27 14:33:24,872 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:33:24,872 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 14:33:24,876 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Reactive Elasticsearch repository interfaces.
|
|
2021-01-27 14:33:24,885 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:33:24,885 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2021-01-27 14:33:24,895 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces.
|
|
2021-01-27 14:33:25,047 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
|
|
2021-01-27 14:33:25,089 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
|
|
2021-01-27 14:33:25,090 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:33:25,091 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:33:25,091 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:33:25,091 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
|
2021-01-27 14:33:25,091 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:33:25,092 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:33:25,092 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:33:25,121 INFO [restartedMain] c.u.j.f.DefaultLazyPropertyFilter [DefaultLazyPropertyFilter.java:34] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
|
2021-01-27 14:33:25,268 INFO [restartedMain] c.u.j.r.DefaultLazyPropertyResolver [DefaultLazyPropertyResolver.java:35] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
|
2021-01-27 14:33:25,269 INFO [restartedMain] c.u.j.d.DefaultLazyPropertyDetector [DefaultLazyPropertyDetector.java:33] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
|
2021-01-27 14:33:25,482 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
|
|
2021-01-27 14:33:25,488 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 14:33:25,489 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
|
|
2021-01-27 14:33:25,489 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
|
|
2021-01-27 14:33:25,602 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
|
|
2021-01-27 14:33:25,602 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1206 ms
|
|
2021-01-27 14:33:26,236 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
|
|
2021-01-27 14:33:26,296 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
|
|
2021-01-27 14:33:27,898 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
|
|
2021-01-27 14:33:27,898 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
|
|
2021-01-27 14:33:27,899 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
|
|
2021-01-27 14:33:28,136 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
|
|
2021-01-27 14:33:28,151 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 14:33:28,159 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:220] Tomcat started on port(s): 8080 (http) with context path '/echo'
|
|
2021-01-27 14:33:28,168 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.135 seconds (JVM running for 5.022)
|
|
2021-01-27 14:33:30,948 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2021-01-27 14:33:30,949 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
|
|
2021-01-27 14:33:30,949 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 0 ms
|
|
2021-01-27 14:33:30,961 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:30], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:33:30,974 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
|
|
2021-01-27 14:33:31,093 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
|
|
2021-01-27 14:33:31,121 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:31], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:31,134 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:31], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:31,136 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:31], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:33:31,773 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:31], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:33:31,777 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:31], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:33:31,779 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:31], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:33:32,255 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:32], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:33:32,259 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:32], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:33,319 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:33:33,321 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:33], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:33,323 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:33], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:33,324 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:33], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:33:33,325 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:33], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:33:33,326 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:33], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:33:33,327 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:33], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:33:33,436 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:33:33,439 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:33], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:45,375 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:45], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:33:45,378 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:45], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:45,385 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:45], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:45,387 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:45], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:33:45,388 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:45], 访问了[com.greate.community.service.FollowService.findFollowers].
|
|
2021-01-27 14:33:45,635 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:45], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:33:45,637 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:45], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:47,097 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:33:47,101 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:47,103 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:47,105 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:47], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:33:47,106 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:47], 访问了[com.greate.community.service.FollowService.findFollowees].
|
|
2021-01-27 14:33:47,107 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:47,111 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:47,114 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:47], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:33:47,115 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:47], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:33:47,224 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:33:47,228 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:47,232 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:33:47,236 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:53,362 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:53], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:33:53,363 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:53], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:53,390 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:53], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:33:53,392 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:53], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:53,505 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:53], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:33:53,509 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:53], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:54,760 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:54], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:33:54,763 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:54], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:54,786 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:54], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:33:54,788 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:54], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:54,888 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:54], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:33:54,892 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:54], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:59,743 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:59], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:33:59,745 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:59], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:33:59,847 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:59], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:33:59,852 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:33:59], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:08,081 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:34:08,083 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:08,085 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
|
|
2021-01-27 14:34:08,101 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
|
|
2021-01-27 14:34:08,107 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:08,108 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:34:08,110 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:08,111 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:34:08,112 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:08,113 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:34:08,114 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:08,116 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:34:08,117 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:08,118 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:34:08,119 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:08,121 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:34:08,121 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:08,123 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:34:08,123 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:08,125 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:34:08,125 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:08,127 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:34:08,128 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:08,129 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:34:08,248 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:34:08,251 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:08,261 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:34:08,263 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:08], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:21,386 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:34:21,389 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:21,391 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
|
|
2021-01-27 14:34:21,393 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
|
|
2021-01-27 14:34:21,396 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:21,398 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:34:21,398 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:21,400 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:34:21,401 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:21,402 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:34:21,405 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:21,406 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:34:21,407 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:21,409 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:34:21,409 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:21,410 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:34:21,411 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:21,412 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:34:21,413 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:21,414 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:34:21,415 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:21,416 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:34:21,419 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:21,421 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:34:21,525 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:34:21,527 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:21], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:24,974 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:24], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:34:24,976 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:24], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:24,977 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:24], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:34:24,978 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:24], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:34:24,979 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:24], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:34:24,979 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:24], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:34:24,980 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:24], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:34:25,085 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:25], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:34:25,088 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:34:25], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:09,199 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 28520 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
|
|
2021-01-27 14:37:09,202 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
|
|
2021-01-27 14:37:09,236 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
2021-01-27 14:37:09,236 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
2021-01-27 14:37:09,712 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:37:09,714 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 14:37:09,724 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 7 ms. Found 0 Elasticsearch repository interfaces.
|
|
2021-01-27 14:37:09,727 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:37:09,727 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 14:37:09,731 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Reactive Elasticsearch repository interfaces.
|
|
2021-01-27 14:37:09,741 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:37:09,741 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2021-01-27 14:37:09,751 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces.
|
|
2021-01-27 14:37:09,905 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
|
|
2021-01-27 14:37:09,949 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
|
|
2021-01-27 14:37:09,950 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:37:09,950 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:37:09,950 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:37:09,951 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
|
2021-01-27 14:37:09,951 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:37:09,951 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:37:09,951 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:37:09,980 INFO [restartedMain] c.u.j.f.DefaultLazyPropertyFilter [DefaultLazyPropertyFilter.java:34] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
|
2021-01-27 14:37:10,133 INFO [restartedMain] c.u.j.r.DefaultLazyPropertyResolver [DefaultLazyPropertyResolver.java:35] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
|
2021-01-27 14:37:10,135 INFO [restartedMain] c.u.j.d.DefaultLazyPropertyDetector [DefaultLazyPropertyDetector.java:33] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
|
2021-01-27 14:37:10,340 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
|
|
2021-01-27 14:37:10,347 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 14:37:10,348 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
|
|
2021-01-27 14:37:10,348 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
|
|
2021-01-27 14:37:10,460 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
|
|
2021-01-27 14:37:10,460 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1223 ms
|
|
2021-01-27 14:37:11,123 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
|
|
2021-01-27 14:37:11,188 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
|
|
2021-01-27 14:37:12,789 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
|
|
2021-01-27 14:37:12,789 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
|
|
2021-01-27 14:37:12,789 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
|
|
2021-01-27 14:37:13,031 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
|
|
2021-01-27 14:37:13,045 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 14:37:13,054 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:220] Tomcat started on port(s): 8080 (http) with context path '/echo'
|
|
2021-01-27 14:37:13,062 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.196 seconds (JVM running for 5.051)
|
|
2021-01-27 14:37:13,477 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2021-01-27 14:37:13,478 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
|
|
2021-01-27 14:37:13,479 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
|
|
2021-01-27 14:37:13,493 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:13], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:37:13,507 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
|
|
2021-01-27 14:37:13,629 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
|
|
2021-01-27 14:37:13,661 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:13], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:13,677 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:13], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:13,681 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:13], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:37:14,319 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:14], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:37:14,324 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:14], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:37:14,325 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:14], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:37:14,785 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:37:14,789 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:14], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:28,180 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:37:28,182 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:28,191 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:28,193 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:28], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:37:28,195 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:28], 访问了[com.greate.community.service.FollowService.findFollowers].
|
|
2021-01-27 14:37:28,442 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:37:28,446 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:30,565 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:30], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:37:30,567 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:30], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:30,569 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:30], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:30,571 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:30], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:37:30,572 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:30], 访问了[com.greate.community.service.FollowService.findFollowees].
|
|
2021-01-27 14:37:30,672 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:30], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:37:30,675 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:30], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:31,930 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:31], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:37:31,934 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:31], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:31,936 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:31], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:31,938 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:31], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:37:31,939 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:31], 访问了[com.greate.community.service.FollowService.findFollowers].
|
|
2021-01-27 14:37:32,042 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:32], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:37:32,047 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:32], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:35,050 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:35], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:37:35,052 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:35], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:35,054 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:35], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:35,055 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:35], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:37:35,056 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:35], 访问了[com.greate.community.service.FollowService.findFollowers].
|
|
2021-01-27 14:37:35,157 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:35], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:37:35,159 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:35], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:36,020 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:36], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:37:36,022 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:36,028 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:36], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:37:36,030 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:36,132 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:36], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:37:36,135 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:38,059 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:38], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:37:38,061 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:38,063 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:38], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:37:38,064 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:38,161 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:38], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:37:38,165 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:41,101 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:41], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:37:41,103 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:41], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:41,106 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:41], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:37:41,108 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:41], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:41,208 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:41], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:37:41,210 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:41], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:45,397 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:45], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:37:45,399 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:45], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:45,400 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:45], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:37:45,401 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:45], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:37:45,402 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:45], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:37:45,403 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:45], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:37:45,404 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:45], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:37:45,506 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:45], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:37:45,509 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:37:45], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:09,470 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:09], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:38:09,471 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:09], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:09,474 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:09], 访问了[com.greate.community.service.FollowService.follow].
|
|
2021-01-27 14:38:09,558 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:09], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:38:09,561 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:09], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:09,563 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:09], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:09,564 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:09], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:38:09,565 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:09], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:38:09,566 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:09], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:38:09,567 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:09], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:38:09,793 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:09], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:38:09,797 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:09], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:12,238 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:12], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:38:12,242 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:12], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:12,243 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:12], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:12,245 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:12], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:38:12,246 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:12], 访问了[com.greate.community.service.FollowService.findFollowers].
|
|
2021-01-27 14:38:12,264 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:12], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:12,267 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:12], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:38:12,373 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:12], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:38:12,377 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:12], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:31,174 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:38:31,175 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:31,177 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
|
|
2021-01-27 14:38:31,192 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
|
|
2021-01-27 14:38:31,195 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:31,197 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:38:31,201 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:31,202 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:38:31,203 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:31,204 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:38:31,205 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:31,206 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:38:31,207 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:31,208 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:38:31,209 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:31,210 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:38:31,211 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:31,212 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:38:31,213 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:31,214 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:38:31,215 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:31,217 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:38:31,218 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:31,219 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 14:38:31,449 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:38:31,453 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:31,458 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:38:31,460 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:31], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:34,324 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:34], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:38:34,326 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:34], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:34,327 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:34], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:34,328 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:34], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:38:34,329 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:34], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:38:34,330 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:34], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:38:34,330 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:34], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:38:34,428 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:34], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:38:34,430 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:34], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:46,168 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:38:46,170 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:46,171 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.MessageService.findConversationCout].
|
|
2021-01-27 14:38:46,178 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.MessageService.findConversations].
|
|
2021-01-27 14:38:46,182 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 14:38:46,183 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 14:38:46,187 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:46,188 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 14:38:46,189 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 14:38:46,193 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:46,194 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 14:38:46,195 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 14:38:46,198 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:46,199 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 14:38:46,200 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 14:38:46,201 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:46,203 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 14:38:46,204 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 14:38:46,207 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:46,209 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 14:38:46,442 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:38:46,445 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:46,449 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:38:46,451 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:46], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:47,400 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:38:47,401 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:47,402 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:47,404 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:47], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:38:47,404 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:47], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:38:47,405 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:47], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:38:47,405 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:47], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:38:47,505 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:38:47,508 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:47,517 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:38:47,518 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:49,681 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:49], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:38:49,682 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:49,684 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:49], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 14:38:49,685 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:49], 访问了[com.greate.community.service.MessageService.findLetters].
|
|
2021-01-27 14:38:49,687 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:49,688 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:49,689 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:49,690 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:49,824 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:49], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:38:49,828 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:54,948 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:54], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:38:54,950 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:54], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:54,951 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:54], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:38:54,952 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:54], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:38:54,953 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:54], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:38:54,953 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:54], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:38:54,954 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:54], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:38:55,050 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:55], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:38:55,053 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:38:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:40:16,036 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 7680 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
|
|
2021-01-27 14:40:16,038 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
|
|
2021-01-27 14:40:16,069 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
2021-01-27 14:40:16,070 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
2021-01-27 14:40:16,571 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:40:16,572 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 14:40:16,582 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 8 ms. Found 0 Elasticsearch repository interfaces.
|
|
2021-01-27 14:40:16,586 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:40:16,586 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 14:40:16,591 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 4 ms. Found 0 Reactive Elasticsearch repository interfaces.
|
|
2021-01-27 14:40:16,599 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:40:16,600 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2021-01-27 14:40:16,609 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces.
|
|
2021-01-27 14:40:16,768 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
|
|
2021-01-27 14:40:16,815 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
|
|
2021-01-27 14:40:16,817 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:40:16,817 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:40:16,817 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:40:16,818 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
|
2021-01-27 14:40:16,818 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:40:16,818 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:40:16,818 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:40:16,852 INFO [restartedMain] c.u.j.f.DefaultLazyPropertyFilter [DefaultLazyPropertyFilter.java:34] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
|
2021-01-27 14:40:17,012 INFO [restartedMain] c.u.j.r.DefaultLazyPropertyResolver [DefaultLazyPropertyResolver.java:35] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
|
2021-01-27 14:40:17,013 INFO [restartedMain] c.u.j.d.DefaultLazyPropertyDetector [DefaultLazyPropertyDetector.java:33] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
|
2021-01-27 14:40:17,236 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
|
|
2021-01-27 14:40:17,242 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 14:40:17,242 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
|
|
2021-01-27 14:40:17,243 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
|
|
2021-01-27 14:40:17,368 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
|
|
2021-01-27 14:40:17,369 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1298 ms
|
|
2021-01-27 14:40:18,020 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
|
|
2021-01-27 14:40:18,087 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
|
|
2021-01-27 14:40:19,671 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
|
|
2021-01-27 14:40:19,672 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
|
|
2021-01-27 14:40:19,672 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
|
|
2021-01-27 14:40:19,922 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
|
|
2021-01-27 14:40:19,937 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 14:40:19,946 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:220] Tomcat started on port(s): 8080 (http) with context path '/echo'
|
|
2021-01-27 14:40:19,955 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.266 seconds (JVM running for 5.046)
|
|
2021-01-27 14:40:19,991 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2021-01-27 14:40:19,991 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
|
|
2021-01-27 14:40:19,992 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
|
|
2021-01-27 14:40:20,004 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:40:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:40:20,018 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
|
|
2021-01-27 14:40:20,137 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
|
|
2021-01-27 14:40:20,164 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:40:20], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:40:20,177 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:40:20], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:40:20,179 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:40:20], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:40:20,948 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:40:20], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:40:20,953 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:40:20], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:40:20,954 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:40:20], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:40:21,444 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:40:21], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:40:21,450 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:40:21], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:40:25,502 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:40:25], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:40:25,505 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:40:25], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:40:25,532 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:40:25], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:40:25,534 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:40:25], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:41:58,442 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:41:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:41:58,444 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:41:58], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:41:58,457 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:41:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:41:58,458 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:41:58], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:43:23,039 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:43:23], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:43:23,041 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:43:23], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:43:23,055 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:43:23], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:43:23,059 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:43:23], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:44:40,100 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 25876 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
|
|
2021-01-27 14:44:40,103 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
|
|
2021-01-27 14:44:40,138 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
2021-01-27 14:44:40,139 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
2021-01-27 14:44:40,613 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:44:40,615 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 14:44:40,625 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 8 ms. Found 0 Elasticsearch repository interfaces.
|
|
2021-01-27 14:44:40,628 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:44:40,629 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 14:44:40,633 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Reactive Elasticsearch repository interfaces.
|
|
2021-01-27 14:44:40,642 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 14:44:40,643 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2021-01-27 14:44:40,654 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces.
|
|
2021-01-27 14:44:40,824 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
|
|
2021-01-27 14:44:40,869 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
|
|
2021-01-27 14:44:40,870 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:44:40,870 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:44:40,871 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:44:40,871 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
|
2021-01-27 14:44:40,871 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 14:44:40,871 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:44:40,871 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 14:44:40,901 INFO [restartedMain] c.u.j.f.DefaultLazyPropertyFilter [DefaultLazyPropertyFilter.java:34] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
|
2021-01-27 14:44:41,055 INFO [restartedMain] c.u.j.r.DefaultLazyPropertyResolver [DefaultLazyPropertyResolver.java:35] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
|
2021-01-27 14:44:41,057 INFO [restartedMain] c.u.j.d.DefaultLazyPropertyDetector [DefaultLazyPropertyDetector.java:33] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
|
2021-01-27 14:44:41,265 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
|
|
2021-01-27 14:44:41,270 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 14:44:41,271 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
|
|
2021-01-27 14:44:41,271 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
|
|
2021-01-27 14:44:41,377 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
|
|
2021-01-27 14:44:41,378 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1238 ms
|
|
2021-01-27 14:44:42,017 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
|
|
2021-01-27 14:44:42,084 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
|
|
2021-01-27 14:44:43,677 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
|
|
2021-01-27 14:44:43,677 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
|
|
2021-01-27 14:44:43,677 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
|
|
2021-01-27 14:44:43,926 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
|
|
2021-01-27 14:44:43,941 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 14:44:43,949 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:220] Tomcat started on port(s): 8080 (http) with context path '/echo'
|
|
2021-01-27 14:44:43,958 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.245 seconds (JVM running for 5.094)
|
|
2021-01-27 14:44:43,993 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2021-01-27 14:44:43,993 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
|
|
2021-01-27 14:44:43,994 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
|
|
2021-01-27 14:44:44,006 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:44:44], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:44:44,019 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
|
|
2021-01-27 14:44:44,145 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
|
|
2021-01-27 14:44:44,172 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:44:44], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:44:44,184 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:44:44], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:44:44,187 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:44:44], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:44:44,926 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:44:44], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:44:44,931 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:44:44], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:44:44,933 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:44:44], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:44:45,417 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:44:45], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:44:45,423 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:44:45], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:44:54,029 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:44:54], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:44:54,032 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:44:54], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:44:54,040 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:44:54], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:44:54,042 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:44:54], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:44:54,043 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:44:54], 访问了[com.greate.community.service.FollowService.findFollowees].
|
|
2021-01-27 14:44:54,046 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:44:54], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:44:54,051 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:44:54], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:44:54,054 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:44:54], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:44:54,057 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:44:54], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:44:54,058 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:44:54], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:44:54,059 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:44:54], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:44:54,185 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:44:54], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:44:54,190 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:44:54], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:44:54,196 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:44:54], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:44:54,198 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:44:54], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:44:57,041 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:44:57], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:44:57,046 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:44:57], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:44:57,048 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:44:57], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:44:57,049 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:44:57], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:44:57,050 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:44:57], 访问了[com.greate.community.service.FollowService.findFollowers].
|
|
2021-01-27 14:44:57,152 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:44:57], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:44:57,155 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:44:57], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:45:05,840 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:45:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:45:05,842 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:45:05], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:45:05,843 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:45:05], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:45:05,844 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:45:05], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 14:45:05,845 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:45:05], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 14:45:05,846 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:45:05], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 14:45:05,847 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 14:45:05], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 14:45:05,951 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:45:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:45:05,953 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:45:05], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:45:05,961 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:45:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:45:05,963 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:45:05], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:45:11,251 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:45:11], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:45:11,252 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:45:11], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 14:45:11,265 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:45:11], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 14:45:11,267 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-27 14:45:11], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:28:55,366 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 22556 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
|
|
2021-01-27 15:28:55,371 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
|
|
2021-01-27 15:28:55,401 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
2021-01-27 15:28:55,401 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
2021-01-27 15:28:55,901 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 15:28:55,901 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 15:28:55,916 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 7 ms. Found 0 Elasticsearch repository interfaces.
|
|
2021-01-27 15:28:55,920 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 15:28:55,920 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 15:28:55,921 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Reactive Elasticsearch repository interfaces.
|
|
2021-01-27 15:28:55,931 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 15:28:55,931 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2021-01-27 15:28:55,941 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces.
|
|
2021-01-27 15:28:56,096 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
|
|
2021-01-27 15:28:56,130 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
|
|
2021-01-27 15:28:56,130 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 15:28:56,130 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 15:28:56,130 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 15:28:56,130 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
|
2021-01-27 15:28:56,130 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 15:28:56,130 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 15:28:56,130 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 15:28:56,161 INFO [restartedMain] c.u.j.f.DefaultLazyPropertyFilter [DefaultLazyPropertyFilter.java:34] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
|
2021-01-27 15:28:56,321 INFO [restartedMain] c.u.j.r.DefaultLazyPropertyResolver [DefaultLazyPropertyResolver.java:35] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
|
2021-01-27 15:28:56,326 INFO [restartedMain] c.u.j.d.DefaultLazyPropertyDetector [DefaultLazyPropertyDetector.java:33] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
|
2021-01-27 15:28:56,545 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
|
|
2021-01-27 15:28:56,552 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 15:28:56,552 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
|
|
2021-01-27 15:28:56,552 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
|
|
2021-01-27 15:28:56,651 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
|
|
2021-01-27 15:28:56,651 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1246 ms
|
|
2021-01-27 15:28:57,291 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
|
|
2021-01-27 15:28:57,351 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
|
|
2021-01-27 15:28:58,956 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
|
|
2021-01-27 15:28:58,956 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
|
|
2021-01-27 15:28:58,956 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
|
|
2021-01-27 15:28:59,191 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
|
|
2021-01-27 15:28:59,206 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 15:28:59,211 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:220] Tomcat started on port(s): 8080 (http) with context path '/echo'
|
|
2021-01-27 15:28:59,221 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.235 seconds (JVM running for 5.01)
|
|
2021-01-27 15:29:06,266 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2021-01-27 15:29:06,266 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
|
|
2021-01-27 15:29:06,268 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 2 ms
|
|
2021-01-27 15:29:06,280 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:06], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:06,296 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
|
|
2021-01-27 15:29:06,422 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
|
|
2021-01-27 15:29:06,449 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:06], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:06,837 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:06], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:06,838 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:06], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:06,842 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:06], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:06,845 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:06], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:10,143 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:10], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:10,145 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:10], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:10,152 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:10], 访问了[com.greate.community.service.UserService.logout].
|
|
2021-01-27 15:29:10,179 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:10], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:10,342 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:10], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:14,417 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:14,448 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.UserService.login].
|
|
2021-01-27 15:29:14,472 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:14,475 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:14,482 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
|
|
2021-01-27 15:29:14,499 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
|
|
2021-01-27 15:29:14,504 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:14,506 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:14,510 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:14,512 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:14,513 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:14,515 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:14,516 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:14,517 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:14,518 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:14,520 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:14,521 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:14,523 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:14,524 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:14,526 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:14,527 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:14,528 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:14,531 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:14,532 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:14,533 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:14,536 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:14,692 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:14,696 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:14,704 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:14,707 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:14], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:17,212 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:17,214 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:17,215 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
|
|
2021-01-27 15:29:17,217 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
|
|
2021-01-27 15:29:17,221 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:17,222 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:17,223 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:17,225 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:17,227 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:17,228 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:17,229 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:17,230 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:17,231 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:17,232 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:17,233 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:17,234 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:17,235 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:17,237 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:17,238 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:17,239 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:17,240 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:17,242 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:17,244 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:17,246 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:17,339 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:17,343 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:17,353 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:17,357 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:17], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:24,575 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:24], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:24,576 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:24], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:24,578 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:24], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:24,579 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:24], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 15:29:24,581 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:24], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 15:29:24,585 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:24], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 15:29:24,586 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:24], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 15:29:24,689 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:24], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:24,692 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:24], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:27,690 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:27,694 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:27,699 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
|
|
2021-01-27 15:29:27,700 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:27,702 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:27,703 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:29:27,704 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 15:29:27,710 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:27,711 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:27,712 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:29:27,713 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 15:29:27,714 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:27,715 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:27,716 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:29:27,716 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:27,718 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:27,719 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:27,719 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:29:27,720 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:27,721 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:27,722 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:27,723 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:29:27,723 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 15:29:27,725 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:27,726 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:27,727 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:29:27,728 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 15:29:27,729 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 15:29:27,730 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:27,731 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:27,732 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:29:27,732 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 15:29:27,734 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 15:29:27,735 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:27,736 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:27,737 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:29:27,737 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 15:29:27,739 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 15:29:27,740 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:27,741 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:27,741 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:29:27,742 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 15:29:27,743 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 15:29:27,851 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:27,854 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:27], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:28,747 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:28,750 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:28], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:28,752 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:28], 访问了[com.greate.community.service.LikeService.like].
|
|
2021-01-27 15:29:28,782 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:28], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:29:28,782 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:28], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:29:29,550 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:29], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:29,551 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:29], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:29,553 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:29], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:29,554 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:29], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 15:29:29,555 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:29], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 15:29:29,556 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:29], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 15:29:29,556 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:29], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 15:29:29,734 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:29], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:29,737 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:29], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:33,286 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:33,288 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:33], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:33,289 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:33], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:33,290 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:33], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 15:29:33,291 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:33], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 15:29:33,291 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:33], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 15:29:33,292 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:33], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 15:29:33,392 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:33,394 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:33], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:34,519 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:34], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:34,520 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:34], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:34,522 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:34], 访问了[com.greate.community.service.FollowService.unfollow].
|
|
2021-01-27 15:29:34,593 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:34], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:34,595 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:34], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:34,597 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:34], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:34,599 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:34], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 15:29:34,600 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:34], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 15:29:34,600 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:34], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 15:29:34,601 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:34], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 15:29:34,690 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:34], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:34,692 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:34], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:35,929 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:35], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:35,931 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:35], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:35,933 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:35], 访问了[com.greate.community.service.FollowService.follow].
|
|
2021-01-27 15:29:35,957 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:35], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:35,958 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:35], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:35,960 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:35], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:35,961 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:35], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 15:29:35,962 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:35], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 15:29:35,962 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:35], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 15:29:35,963 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:35], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 15:29:36,051 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:36], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:36,053 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:38,906 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:38], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:38,908 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:38,909 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:38], 访问了[com.greate.community.service.FollowService.unfollow].
|
|
2021-01-27 15:29:38,931 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:38], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:38,933 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:38,934 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:38,935 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:38], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 15:29:38,936 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:38], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 15:29:38,936 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:38], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 15:29:38,937 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:38], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 15:29:39,023 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:39], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:39,025 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:40,677 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:40], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:40,680 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:40,682 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:40], 访问了[com.greate.community.service.FollowService.follow].
|
|
2021-01-27 15:29:40,700 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:40], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:40,702 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:40,704 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:40,706 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:40], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 15:29:40,706 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:40], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 15:29:40,707 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:40], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 15:29:40,707 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:40], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 15:29:40,796 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:40], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:40,798 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:40], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:41,762 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:41], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:41,764 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:41], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:41,765 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:41], 访问了[com.greate.community.service.FollowService.unfollow].
|
|
2021-01-27 15:29:41,788 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:41], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:41,789 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:41], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:41,790 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:41], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:41,791 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:41], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 15:29:41,792 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:41], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 15:29:41,794 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:41], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 15:29:41,795 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:41], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 15:29:41,882 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:41], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:41,885 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:41], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:42,759 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:42], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:42,763 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:42], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:42,765 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:42], 访问了[com.greate.community.service.FollowService.follow].
|
|
2021-01-27 15:29:42,789 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:42], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:42,790 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:42], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:42,791 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:42], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:42,792 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:42], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 15:29:42,793 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:42], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 15:29:42,793 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:42], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 15:29:42,794 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:42], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 15:29:42,880 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:42], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:42,882 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:42], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:46,214 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:46,216 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:46], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:46,218 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:46], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:46,220 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:46], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 15:29:46,220 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:46], 访问了[com.greate.community.service.FollowService.findFollowers].
|
|
2021-01-27 15:29:46,222 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:46], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:46,224 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:46], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 15:29:46,322 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:46,324 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:46], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:47,568 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:47,569 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:47,570 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:47,571 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:47], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 15:29:47,572 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:47], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 15:29:47,572 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:47], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 15:29:47,573 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:47], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 15:29:47,760 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:47,762 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:47], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:49,303 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:49], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:49,304 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:49,305 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:49,306 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:49], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 15:29:49,307 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:49], 访问了[com.greate.community.service.FollowService.findFollowees].
|
|
2021-01-27 15:29:49,308 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:49,310 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:49,311 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:49,313 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:49], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 15:29:49,313 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:49], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 15:29:49,314 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:49], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 15:29:49,412 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:49], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:49,415 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:49,423 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:49], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:49,426 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:56,378 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:56], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:56,380 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:56], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:56,381 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:56], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:56,382 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:56], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 15:29:56,383 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:56], 访问了[com.greate.community.service.FollowService.findFollowers].
|
|
2021-01-27 15:29:56,383 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:56], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:29:56,385 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:56], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 15:29:56,483 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:56], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:29:56,485 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:29:56], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:40:45,108 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 4208 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
|
|
2021-01-27 15:40:45,110 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
|
|
2021-01-27 15:40:45,148 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
2021-01-27 15:40:45,149 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
2021-01-27 15:40:45,628 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 15:40:45,629 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 15:40:45,640 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 7 ms. Found 0 Elasticsearch repository interfaces.
|
|
2021-01-27 15:40:45,643 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 15:40:45,643 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 15:40:45,647 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Reactive Elasticsearch repository interfaces.
|
|
2021-01-27 15:40:45,655 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 15:40:45,657 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2021-01-27 15:40:45,667 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces.
|
|
2021-01-27 15:40:45,819 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
|
|
2021-01-27 15:40:45,860 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
|
|
2021-01-27 15:40:45,861 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 15:40:45,861 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 15:40:45,861 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 15:40:45,862 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
|
2021-01-27 15:40:45,862 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 15:40:45,862 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 15:40:45,862 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 15:40:45,893 INFO [restartedMain] c.u.j.f.DefaultLazyPropertyFilter [DefaultLazyPropertyFilter.java:34] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
|
2021-01-27 15:40:46,053 INFO [restartedMain] c.u.j.r.DefaultLazyPropertyResolver [DefaultLazyPropertyResolver.java:35] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
|
2021-01-27 15:40:46,055 INFO [restartedMain] c.u.j.d.DefaultLazyPropertyDetector [DefaultLazyPropertyDetector.java:33] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
|
2021-01-27 15:40:46,279 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
|
|
2021-01-27 15:40:46,285 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 15:40:46,285 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
|
|
2021-01-27 15:40:46,285 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
|
|
2021-01-27 15:40:46,396 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
|
|
2021-01-27 15:40:46,397 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1247 ms
|
|
2021-01-27 15:40:47,061 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
|
|
2021-01-27 15:40:47,127 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
|
|
2021-01-27 15:40:48,753 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
|
|
2021-01-27 15:40:48,753 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
|
|
2021-01-27 15:40:48,753 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
|
|
2021-01-27 15:40:48,998 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
|
|
2021-01-27 15:40:49,013 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 15:40:49,022 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:220] Tomcat started on port(s): 8080 (http) with context path '/echo'
|
|
2021-01-27 15:40:49,030 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.262 seconds (JVM running for 5.032)
|
|
2021-01-27 15:41:40,698 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2021-01-27 15:41:40,699 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
|
|
2021-01-27 15:41:40,700 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
|
|
2021-01-27 15:41:40,712 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:40], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:41:41,247 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:41], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:41,256 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
|
|
2021-01-27 15:41:41,498 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
|
|
2021-01-27 15:41:41,526 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:41], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 15:41:41,550 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:41], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 15:41:41,554 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:41], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 15:41:43,011 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:41:43,014 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
|
|
2021-01-27 15:41:43,032 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
|
|
2021-01-27 15:41:43,037 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:43,039 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:43,041 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:43,043 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:43,044 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:43,046 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:43,047 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:43,049 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:43,050 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:43,052 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:43,053 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:43,055 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:43,056 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:43,058 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:43,059 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:43,060 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:43,061 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:43,063 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:43,064 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:43,066 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:43,178 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:41:43,188 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:43], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:41:44,217 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:44], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:41:44,327 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:44], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:41:49,760 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:41:49,768 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.UserService.login].
|
|
2021-01-27 15:41:49,824 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:41:49,836 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:49,838 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
|
|
2021-01-27 15:41:49,842 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
|
|
2021-01-27 15:41:49,847 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:49,849 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:49,850 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:49,851 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:49,852 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:49,855 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:49,856 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:49,857 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:49,858 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:49,860 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:49,861 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:49,862 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:49,863 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:49,864 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:49,865 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:49,866 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:49,867 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:49,869 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:49,869 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:49,871 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:49,972 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:41:49,973 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:49,986 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:41:49,987 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:49], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:51,306 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:41:51,307 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:51,313 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
|
|
2021-01-27 15:41:51,315 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:51,316 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:51,317 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:41:51,319 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 15:41:51,325 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:51,327 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:51,328 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:41:51,328 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 15:41:51,330 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:51,332 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:51,332 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:41:51,333 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:51,334 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:51,334 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:41:51,335 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:51,336 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:51,337 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:51,338 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:41:51,338 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 15:41:51,340 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:51,341 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:51,342 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:41:51,343 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 15:41:51,345 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:51,346 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:51,347 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:41:51,347 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 15:41:51,348 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:51,350 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:51,350 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:41:51,351 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 15:41:51,352 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 15:41:51,353 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:51,354 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:51,355 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:41:51,355 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 15:41:51,357 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 15:41:51,358 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:51,359 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:51,360 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:41:51,361 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 15:41:51,362 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 15:41:51,472 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:41:51,474 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:51], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:55,725 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:55], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:41:55,726 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:55], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:55,728 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:55], 访问了[com.greate.community.service.LikeService.like].
|
|
2021-01-27 15:41:55,756 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:41:55,756 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:41:56,992 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:56], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:41:56,994 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:56], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:56,996 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:56], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:56,998 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:56], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
|
|
2021-01-27 15:41:56,999 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:56], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
|
|
2021-01-27 15:41:56,999 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:56], 访问了[com.greate.community.service.FollowService.findFollowerCount].
|
|
2021-01-27 15:41:57,000 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:57], 访问了[com.greate.community.service.FollowService.hasFollowed].
|
|
2021-01-27 15:41:57,098 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:57], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:41:57,100 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:57], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:59,564 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:41:59,565 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:59,567 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.MessageService.findConversationCout].
|
|
2021-01-27 15:41:59,575 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.MessageService.findConversations].
|
|
2021-01-27 15:41:59,580 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 15:41:59,581 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 15:41:59,585 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:59,587 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 15:41:59,588 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 15:41:59,591 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:59,592 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 15:41:59,593 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 15:41:59,596 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:59,598 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 15:41:59,599 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 15:41:59,600 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:59,602 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.MessageService.findLetterCount].
|
|
2021-01-27 15:41:59,603 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 15:41:59,606 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:59,608 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
|
|
2021-01-27 15:41:59,705 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:41:59,706 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:41:59,713 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:41:59,714 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:41:59], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:42:00,439 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:42:00,440 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:42:00,442 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
|
|
2021-01-27 15:42:00,443 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
|
|
2021-01-27 15:42:00,445 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:42:00,446 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:42:00,447 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:42:00,448 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:42:00,448 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:42:00,450 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:42:00,451 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:42:00,453 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:42:00,454 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:42:00,455 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:42:00,456 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:42:00,457 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:42:00,457 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:42:00,458 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:42:00,459 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:42:00,460 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:42:00,461 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:42:00,462 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:42:00,463 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:42:00,464 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:42:00,598 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:42:00,599 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:42:00,608 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:42:00,609 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:42:00], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:27,372 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 6464 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
|
|
2021-01-27 15:55:27,375 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
|
|
2021-01-27 15:55:27,418 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
2021-01-27 15:55:27,419 INFO [restartedMain] o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor [DeferredLog.java:255] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
2021-01-27 15:55:27,947 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 15:55:27,949 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 15:55:27,960 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 8 ms. Found 0 Elasticsearch repository interfaces.
|
|
2021-01-27 15:55:27,963 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 15:55:27,964 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 15:55:27,968 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 4 ms. Found 0 Reactive Elasticsearch repository interfaces.
|
|
2021-01-27 15:55:27,977 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 15:55:27,978 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2021-01-27 15:55:27,988 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces.
|
|
2021-01-27 15:55:28,156 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
|
|
2021-01-27 15:55:28,205 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
|
|
2021-01-27 15:55:28,206 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 15:55:28,207 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 15:55:28,207 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 15:55:28,207 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
|
2021-01-27 15:55:28,208 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 15:55:28,208 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 15:55:28,208 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 15:55:28,250 INFO [restartedMain] c.u.j.f.DefaultLazyPropertyFilter [DefaultLazyPropertyFilter.java:34] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
|
2021-01-27 15:55:28,443 INFO [restartedMain] c.u.j.r.DefaultLazyPropertyResolver [DefaultLazyPropertyResolver.java:35] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
|
2021-01-27 15:55:28,446 INFO [restartedMain] c.u.j.d.DefaultLazyPropertyDetector [DefaultLazyPropertyDetector.java:33] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
|
2021-01-27 15:55:28,693 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
|
|
2021-01-27 15:55:28,699 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 15:55:28,699 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
|
|
2021-01-27 15:55:28,700 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
|
|
2021-01-27 15:55:28,808 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
|
|
2021-01-27 15:55:28,808 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1388 ms
|
|
2021-01-27 15:55:29,478 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
|
|
2021-01-27 15:55:29,556 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
|
|
2021-01-27 15:55:31,152 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
|
|
2021-01-27 15:55:31,153 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
|
|
2021-01-27 15:55:31,153 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
|
|
2021-01-27 15:55:31,401 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
|
|
2021-01-27 15:55:31,417 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
|
|
2021-01-27 15:55:31,425 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:220] Tomcat started on port(s): 8080 (http) with context path '/echo'
|
|
2021-01-27 15:55:31,434 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.434 seconds (JVM running for 5.275)
|
|
2021-01-27 15:55:36,110 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2021-01-27 15:55:36,111 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
|
|
2021-01-27 15:55:36,112 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
|
|
2021-01-27 15:55:36,124 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:36], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:55:36,704 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:36], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:36,716 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
|
|
2021-01-27 15:55:36,945 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
|
|
2021-01-27 15:55:37,000 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
|
|
2021-01-27 15:55:37,015 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
|
|
2021-01-27 15:55:37,021 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:37,025 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:37,030 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:37,031 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:37,032 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:37,036 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:37,037 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:37,038 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:37,039 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:37,040 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:37,041 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:37,042 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:37,043 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:37,046 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:37,047 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:37,048 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:37,049 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:37,050 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:37,050 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:37,053 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:37,504 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:55:37,505 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:37,511 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:55:37,513 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:37], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:38,432 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:55:38,433 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:38,434 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
|
|
2021-01-27 15:55:38,437 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
|
|
2021-01-27 15:55:38,442 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:38,444 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:38,447 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:38,449 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:38,450 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:38,451 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:38,452 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:38,453 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:38,454 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:38,455 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:38,455 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:38,456 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:38,457 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:38,458 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:38,458 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:38,459 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:38,460 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:38,460 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:38,461 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:38,462 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:38,561 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:55:38,564 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:38,570 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:55:38,572 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:38], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:39,536 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:55:39,537 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:39,541 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
|
|
2021-01-27 15:55:39,543 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:39,545 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:39,546 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:55:39,548 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 15:55:39,553 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:39,555 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:39,556 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:55:39,557 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 15:55:39,559 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:39,559 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:39,560 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:55:39,562 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:39,564 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:39,564 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:55:39,565 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:39,566 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:39,567 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:39,567 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:55:39,568 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 15:55:39,569 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:39,570 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:39,571 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:55:39,571 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 15:55:39,573 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:39,574 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:39,574 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:55:39,575 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 15:55:39,578 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:39,581 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:39,581 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:55:39,582 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 15:55:39,583 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 15:55:39,585 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:39,587 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:39,588 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:55:39,588 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 15:55:39,590 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 15:55:39,591 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 15:55:39,592 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
|
|
2021-01-27 15:55:39,592 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
|
|
2021-01-27 15:55:39,593 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
|
|
2021-01-27 15:55:39,595 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.CommentService.findCommentCount].
|
|
2021-01-27 15:55:39,710 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.UserService.findLoginTicket].
|
|
2021-01-27 15:55:39,711 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-27 15:55:39], 访问了[com.greate.community.service.UserService.findUserById].
|
|
2021-01-27 22:07:18,863 INFO [main] c.g.c.KafkaTests [StartupInfoLogger.java:55] Starting KafkaTests using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 14028 (started by 19124 in E:\GreateCommunity)
|
|
2021-01-27 22:07:18,868 INFO [main] c.g.c.KafkaTests [SpringApplication.java:660] No active profile set, falling back to default profiles: default
|
|
2021-01-27 22:07:20,437 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 22:07:20,442 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 22:07:20,477 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 26 ms. Found 0 Elasticsearch repository interfaces.
|
|
2021-01-27 22:07:20,486 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 22:07:20,487 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 22:07:20,500 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 11 ms. Found 0 Reactive Elasticsearch repository interfaces.
|
|
2021-01-27 22:07:20,524 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 22:07:20,526 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2021-01-27 22:07:20,549 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 8 ms. Found 0 Redis repository interfaces.
|
|
2021-01-27 22:07:20,948 INFO [main] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
|
|
2021-01-27 22:07:21,027 INFO [main] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
|
|
2021-01-27 22:07:21,029 INFO [main] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource test [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 22:07:21,030 INFO [main] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource Inlined Test Properties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 22:07:21,030 INFO [main] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 22:07:21,030 INFO [main] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
|
2021-01-27 22:07:21,031 INFO [main] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 22:07:21,031 INFO [main] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 22:07:21,099 INFO [main] c.u.j.f.DefaultLazyPropertyFilter [DefaultLazyPropertyFilter.java:34] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
|
2021-01-27 22:07:21,615 INFO [main] c.u.j.r.DefaultLazyPropertyResolver [DefaultLazyPropertyResolver.java:35] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
|
2021-01-27 22:07:21,618 INFO [main] c.u.j.d.DefaultLazyPropertyDetector [DefaultLazyPropertyDetector.java:33] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
|
2021-01-27 22:07:23,765 INFO [main] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
|
|
2021-01-27 22:07:23,949 INFO [main] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
|
|
2021-01-27 22:07:26,632 INFO [main] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
|
|
2021-01-27 22:07:26,632 INFO [main] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
|
|
2021-01-27 22:07:26,632 INFO [main] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
|
|
2021-01-27 22:07:27,205 INFO [main] o.a.k.c.c.ConsumerConfig [AbstractConfig.java:354] ConsumerConfig values:
|
|
allow.auto.create.topics = true
|
|
auto.commit.interval.ms = 3000
|
|
auto.offset.reset = latest
|
|
bootstrap.servers = [localhost:9092]
|
|
check.crcs = true
|
|
client.dns.lookup = use_all_dns_ips
|
|
client.id = consumer-test-consumer-group-1
|
|
client.rack =
|
|
connections.max.idle.ms = 540000
|
|
default.api.timeout.ms = 60000
|
|
enable.auto.commit = true
|
|
exclude.internal.topics = true
|
|
fetch.max.bytes = 52428800
|
|
fetch.max.wait.ms = 500
|
|
fetch.min.bytes = 1
|
|
group.id = test-consumer-group
|
|
group.instance.id = null
|
|
heartbeat.interval.ms = 3000
|
|
interceptor.classes = []
|
|
internal.leave.group.on.close = true
|
|
internal.throw.on.fetch.stable.offset.unsupported = false
|
|
isolation.level = read_uncommitted
|
|
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
|
|
max.partition.fetch.bytes = 1048576
|
|
max.poll.interval.ms = 300000
|
|
max.poll.records = 500
|
|
metadata.max.age.ms = 300000
|
|
metric.reporters = []
|
|
metrics.num.samples = 2
|
|
metrics.recording.level = INFO
|
|
metrics.sample.window.ms = 30000
|
|
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
|
|
receive.buffer.bytes = 65536
|
|
reconnect.backoff.max.ms = 1000
|
|
reconnect.backoff.ms = 50
|
|
request.timeout.ms = 30000
|
|
retry.backoff.ms = 100
|
|
sasl.client.callback.handler.class = null
|
|
sasl.jaas.config = null
|
|
sasl.kerberos.kinit.cmd = /usr/bin/kinit
|
|
sasl.kerberos.min.time.before.relogin = 60000
|
|
sasl.kerberos.service.name = null
|
|
sasl.kerberos.ticket.renew.jitter = 0.05
|
|
sasl.kerberos.ticket.renew.window.factor = 0.8
|
|
sasl.login.callback.handler.class = null
|
|
sasl.login.class = null
|
|
sasl.login.refresh.buffer.seconds = 300
|
|
sasl.login.refresh.min.period.seconds = 60
|
|
sasl.login.refresh.window.factor = 0.8
|
|
sasl.login.refresh.window.jitter = 0.05
|
|
sasl.mechanism = GSSAPI
|
|
security.protocol = PLAINTEXT
|
|
security.providers = null
|
|
send.buffer.bytes = 131072
|
|
session.timeout.ms = 10000
|
|
ssl.cipher.suites = null
|
|
ssl.enabled.protocols = [TLSv1.2]
|
|
ssl.endpoint.identification.algorithm = https
|
|
ssl.engine.factory.class = null
|
|
ssl.key.password = null
|
|
ssl.keymanager.algorithm = SunX509
|
|
ssl.keystore.location = null
|
|
ssl.keystore.password = null
|
|
ssl.keystore.type = JKS
|
|
ssl.protocol = TLSv1.2
|
|
ssl.provider = null
|
|
ssl.secure.random.implementation = null
|
|
ssl.trustmanager.algorithm = PKIX
|
|
ssl.truststore.location = null
|
|
ssl.truststore.password = null
|
|
ssl.truststore.type = JKS
|
|
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
|
|
|
|
2021-01-27 22:07:27,367 INFO [main] o.a.k.c.u.AppInfoParser [AppInfoParser.java:117] Kafka version: 2.6.0
|
|
2021-01-27 22:07:27,367 INFO [main] o.a.k.c.u.AppInfoParser [AppInfoParser.java:118] Kafka commitId: 62abe01bee039651
|
|
2021-01-27 22:07:27,368 INFO [main] o.a.k.c.u.AppInfoParser [AppInfoParser.java:119] Kafka startTimeMs: 1611756447364
|
|
2021-01-27 22:07:27,371 INFO [main] o.a.k.c.c.KafkaConsumer [KafkaConsumer.java:965] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Subscribed to topic(s): test
|
|
2021-01-27 22:07:27,379 INFO [main] o.s.s.c.ThreadPoolTaskScheduler [ExecutorConfigurationSupport.java:181] Initializing ExecutorService
|
|
2021-01-27 22:07:27,403 INFO [main] c.g.c.KafkaTests [StartupInfoLogger.java:61] Started KafkaTests in 9.448 seconds (JVM running for 11.513)
|
|
2021-01-27 22:07:27,701 INFO [main] o.a.k.c.p.ProducerConfig [AbstractConfig.java:354] ProducerConfig values:
|
|
acks = 1
|
|
batch.size = 16384
|
|
bootstrap.servers = [localhost:9092]
|
|
buffer.memory = 33554432
|
|
client.dns.lookup = use_all_dns_ips
|
|
client.id = producer-1
|
|
compression.type = none
|
|
connections.max.idle.ms = 540000
|
|
delivery.timeout.ms = 120000
|
|
enable.idempotence = false
|
|
interceptor.classes = []
|
|
internal.auto.downgrade.txn.commit = true
|
|
key.serializer = class org.apache.kafka.common.serialization.StringSerializer
|
|
linger.ms = 0
|
|
max.block.ms = 60000
|
|
max.in.flight.requests.per.connection = 5
|
|
max.request.size = 1048576
|
|
metadata.max.age.ms = 300000
|
|
metadata.max.idle.ms = 300000
|
|
metric.reporters = []
|
|
metrics.num.samples = 2
|
|
metrics.recording.level = INFO
|
|
metrics.sample.window.ms = 30000
|
|
partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
|
|
receive.buffer.bytes = 32768
|
|
reconnect.backoff.max.ms = 1000
|
|
reconnect.backoff.ms = 50
|
|
request.timeout.ms = 30000
|
|
retries = 2147483647
|
|
retry.backoff.ms = 100
|
|
sasl.client.callback.handler.class = null
|
|
sasl.jaas.config = null
|
|
sasl.kerberos.kinit.cmd = /usr/bin/kinit
|
|
sasl.kerberos.min.time.before.relogin = 60000
|
|
sasl.kerberos.service.name = null
|
|
sasl.kerberos.ticket.renew.jitter = 0.05
|
|
sasl.kerberos.ticket.renew.window.factor = 0.8
|
|
sasl.login.callback.handler.class = null
|
|
sasl.login.class = null
|
|
sasl.login.refresh.buffer.seconds = 300
|
|
sasl.login.refresh.min.period.seconds = 60
|
|
sasl.login.refresh.window.factor = 0.8
|
|
sasl.login.refresh.window.jitter = 0.05
|
|
sasl.mechanism = GSSAPI
|
|
security.protocol = PLAINTEXT
|
|
security.providers = null
|
|
send.buffer.bytes = 131072
|
|
ssl.cipher.suites = null
|
|
ssl.enabled.protocols = [TLSv1.2]
|
|
ssl.endpoint.identification.algorithm = https
|
|
ssl.engine.factory.class = null
|
|
ssl.key.password = null
|
|
ssl.keymanager.algorithm = SunX509
|
|
ssl.keystore.location = null
|
|
ssl.keystore.password = null
|
|
ssl.keystore.type = JKS
|
|
ssl.protocol = TLSv1.2
|
|
ssl.provider = null
|
|
ssl.secure.random.implementation = null
|
|
ssl.trustmanager.algorithm = PKIX
|
|
ssl.truststore.location = null
|
|
ssl.truststore.password = null
|
|
ssl.truststore.type = JKS
|
|
transaction.timeout.ms = 60000
|
|
transactional.id = null
|
|
value.serializer = class org.apache.kafka.common.serialization.StringSerializer
|
|
|
|
2021-01-27 22:07:27,736 INFO [main] o.a.k.c.u.AppInfoParser [AppInfoParser.java:117] Kafka version: 2.6.0
|
|
2021-01-27 22:07:27,737 INFO [main] o.a.k.c.u.AppInfoParser [AppInfoParser.java:118] Kafka commitId: 62abe01bee039651
|
|
2021-01-27 22:07:27,737 INFO [main] o.a.k.c.u.AppInfoParser [AppInfoParser.java:119] Kafka startTimeMs: 1611756447736
|
|
2021-01-27 22:07:27,886 INFO [kafka-producer-network-thread | producer-1] o.a.k.c.Metadata [Metadata.java:279] [Producer clientId=producer-1] Cluster ID: HpZkkZsDTRe8NRrfxt7E8w
|
|
2021-01-27 22:07:27,887 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.Metadata [Metadata.java:279] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Cluster ID: HpZkkZsDTRe8NRrfxt7E8w
|
|
2021-01-27 22:07:27,888 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Discovered group coordinator LAPTOP-5SJBI05C:9092 (id: 2147483647 rack: null)
|
|
2021-01-27 22:07:27,894 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
|
|
2021-01-27 22:07:27,909 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:456] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Join group failed with org.apache.kafka.common.errors.MemberIdRequiredException: The group member needs to have a valid member id before actually entering a consumer group.
|
|
2021-01-27 22:07:27,910 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
|
|
2021-01-27 22:07:27,932 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:627] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Finished assignment for group at generation 1: {consumer-test-consumer-group-1-db6e0a33-63cf-4cc9-8d58-ece84f004b88=Assignment(partitions=[test-0])}
|
|
2021-01-27 22:07:27,942 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:504] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Successfully joined group with generation 1
|
|
2021-01-27 22:07:27,944 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:276] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Notifying assignor about the new Assignment(partitions=[test-0])
|
|
2021-01-27 22:07:27,949 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:288] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Adding newly assigned partitions: test-0
|
|
2021-01-27 22:07:27,959 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:1349] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Found no committed offset for partition test-0
|
|
2021-01-27 22:07:27,972 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.SubscriptionState [SubscriptionState.java:397] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Resetting offset for partition test-0 to offset 4.
|
|
2021-01-27 22:07:27,973 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer [LogAccessor.java:292] test-consumer-group: partitions assigned: [test-0]
|
|
2021-01-27 22:07:37,939 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:307] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Revoke previously assigned partitions test-0
|
|
2021-01-27 22:07:37,940 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer [LogAccessor.java:292] test-consumer-group: partitions revoked: [test-0]
|
|
2021-01-27 22:07:37,940 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:1005] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Member consumer-test-consumer-group-1-db6e0a33-63cf-4cc9-8d58-ece84f004b88 sending LeaveGroup request to coordinator LAPTOP-5SJBI05C:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
|
|
2021-01-27 22:07:37,941 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.KafkaConsumer [KafkaConsumer.java:1074] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Unsubscribed all topics or patterns and assigned partitions
|
|
2021-01-27 22:07:37,941 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.s.s.c.ThreadPoolTaskScheduler [ExecutorConfigurationSupport.java:218] Shutting down ExecutorService
|
|
2021-01-27 22:07:37,960 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer$ListenerConsumer [LogAccessor.java:292] test-consumer-group: Consumer stopped
|
|
2021-01-27 22:07:37,965 INFO [SpringContextShutdownHook] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:218] Shutting down ExecutorService 'applicationTaskExecutor'
|
|
2021-01-27 22:07:37,985 INFO [SpringContextShutdownHook] o.a.k.c.p.KafkaProducer [KafkaProducer.java:1189] [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms.
|
|
2021-01-27 22:09:27,651 INFO [main] c.g.c.KafkaTests [StartupInfoLogger.java:55] Starting KafkaTests using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 1656 (started by 19124 in E:\GreateCommunity)
|
|
2021-01-27 22:09:27,654 INFO [main] c.g.c.KafkaTests [SpringApplication.java:660] No active profile set, falling back to default profiles: default
|
|
2021-01-27 22:09:28,174 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 22:09:28,177 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 22:09:28,191 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 10 ms. Found 0 Elasticsearch repository interfaces.
|
|
2021-01-27 22:09:28,195 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 22:09:28,196 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
|
|
2021-01-27 22:09:28,201 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 4 ms. Found 0 Reactive Elasticsearch repository interfaces.
|
|
2021-01-27 22:09:28,212 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
2021-01-27 22:09:28,213 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
2021-01-27 22:09:28,225 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 4 ms. Found 0 Redis repository interfaces.
|
|
2021-01-27 22:09:28,485 INFO [main] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
|
|
2021-01-27 22:09:28,540 INFO [main] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
|
|
2021-01-27 22:09:28,542 INFO [main] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource test [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 22:09:28,542 INFO [main] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource Inlined Test Properties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 22:09:28,542 INFO [main] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 22:09:28,542 INFO [main] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
|
|
2021-01-27 22:09:28,543 INFO [main] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
|
|
2021-01-27 22:09:28,543 INFO [main] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
|
|
2021-01-27 22:09:28,588 INFO [main] c.u.j.f.DefaultLazyPropertyFilter [DefaultLazyPropertyFilter.java:34] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
|
|
2021-01-27 22:09:28,917 INFO [main] c.u.j.r.DefaultLazyPropertyResolver [DefaultLazyPropertyResolver.java:35] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
|
|
2021-01-27 22:09:28,920 INFO [main] c.u.j.d.DefaultLazyPropertyDetector [DefaultLazyPropertyDetector.java:33] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
|
|
2021-01-27 22:09:30,115 INFO [main] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
|
|
2021-01-27 22:09:30,241 INFO [main] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
|
|
2021-01-27 22:09:33,460 INFO [main] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
|
|
2021-01-27 22:09:33,460 INFO [main] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
|
|
2021-01-27 22:09:33,460 INFO [main] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
|
|
2021-01-27 22:09:33,920 INFO [main] o.a.k.c.c.ConsumerConfig [AbstractConfig.java:354] ConsumerConfig values:
|
|
allow.auto.create.topics = true
|
|
auto.commit.interval.ms = 3000
|
|
auto.offset.reset = latest
|
|
bootstrap.servers = [localhost:9092]
|
|
check.crcs = true
|
|
client.dns.lookup = use_all_dns_ips
|
|
client.id = consumer-test-consumer-group-1
|
|
client.rack =
|
|
connections.max.idle.ms = 540000
|
|
default.api.timeout.ms = 60000
|
|
enable.auto.commit = true
|
|
exclude.internal.topics = true
|
|
fetch.max.bytes = 52428800
|
|
fetch.max.wait.ms = 500
|
|
fetch.min.bytes = 1
|
|
group.id = test-consumer-group
|
|
group.instance.id = null
|
|
heartbeat.interval.ms = 3000
|
|
interceptor.classes = []
|
|
internal.leave.group.on.close = true
|
|
internal.throw.on.fetch.stable.offset.unsupported = false
|
|
isolation.level = read_uncommitted
|
|
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
|
|
max.partition.fetch.bytes = 1048576
|
|
max.poll.interval.ms = 300000
|
|
max.poll.records = 500
|
|
metadata.max.age.ms = 300000
|
|
metric.reporters = []
|
|
metrics.num.samples = 2
|
|
metrics.recording.level = INFO
|
|
metrics.sample.window.ms = 30000
|
|
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
|
|
receive.buffer.bytes = 65536
|
|
reconnect.backoff.max.ms = 1000
|
|
reconnect.backoff.ms = 50
|
|
request.timeout.ms = 30000
|
|
retry.backoff.ms = 100
|
|
sasl.client.callback.handler.class = null
|
|
sasl.jaas.config = null
|
|
sasl.kerberos.kinit.cmd = /usr/bin/kinit
|
|
sasl.kerberos.min.time.before.relogin = 60000
|
|
sasl.kerberos.service.name = null
|
|
sasl.kerberos.ticket.renew.jitter = 0.05
|
|
sasl.kerberos.ticket.renew.window.factor = 0.8
|
|
sasl.login.callback.handler.class = null
|
|
sasl.login.class = null
|
|
sasl.login.refresh.buffer.seconds = 300
|
|
sasl.login.refresh.min.period.seconds = 60
|
|
sasl.login.refresh.window.factor = 0.8
|
|
sasl.login.refresh.window.jitter = 0.05
|
|
sasl.mechanism = GSSAPI
|
|
security.protocol = PLAINTEXT
|
|
security.providers = null
|
|
send.buffer.bytes = 131072
|
|
session.timeout.ms = 10000
|
|
ssl.cipher.suites = null
|
|
ssl.enabled.protocols = [TLSv1.2]
|
|
ssl.endpoint.identification.algorithm = https
|
|
ssl.engine.factory.class = null
|
|
ssl.key.password = null
|
|
ssl.keymanager.algorithm = SunX509
|
|
ssl.keystore.location = null
|
|
ssl.keystore.password = null
|
|
ssl.keystore.type = JKS
|
|
ssl.protocol = TLSv1.2
|
|
ssl.provider = null
|
|
ssl.secure.random.implementation = null
|
|
ssl.trustmanager.algorithm = PKIX
|
|
ssl.truststore.location = null
|
|
ssl.truststore.password = null
|
|
ssl.truststore.type = JKS
|
|
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
|
|
|
|
2021-01-27 22:09:34,010 INFO [main] o.a.k.c.u.AppInfoParser [AppInfoParser.java:117] Kafka version: 2.6.0
|
|
2021-01-27 22:09:34,010 INFO [main] o.a.k.c.u.AppInfoParser [AppInfoParser.java:118] Kafka commitId: 62abe01bee039651
|
|
2021-01-27 22:09:34,010 INFO [main] o.a.k.c.u.AppInfoParser [AppInfoParser.java:119] Kafka startTimeMs: 1611756574009
|
|
2021-01-27 22:09:34,013 INFO [main] o.a.k.c.c.KafkaConsumer [KafkaConsumer.java:965] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Subscribed to topic(s): test
|
|
2021-01-27 22:09:34,018 INFO [main] o.s.s.c.ThreadPoolTaskScheduler [ExecutorConfigurationSupport.java:181] Initializing ExecutorService
|
|
2021-01-27 22:09:34,031 INFO [main] c.g.c.KafkaTests [StartupInfoLogger.java:61] Started KafkaTests in 6.717 seconds (JVM running for 7.579)
|
|
2021-01-27 22:09:34,185 INFO [main] o.a.k.c.p.ProducerConfig [AbstractConfig.java:354] ProducerConfig values:
|
|
acks = 1
|
|
batch.size = 16384
|
|
bootstrap.servers = [localhost:9092]
|
|
buffer.memory = 33554432
|
|
client.dns.lookup = use_all_dns_ips
|
|
client.id = producer-1
|
|
compression.type = none
|
|
connections.max.idle.ms = 540000
|
|
delivery.timeout.ms = 120000
|
|
enable.idempotence = false
|
|
interceptor.classes = []
|
|
internal.auto.downgrade.txn.commit = true
|
|
key.serializer = class org.apache.kafka.common.serialization.StringSerializer
|
|
linger.ms = 0
|
|
max.block.ms = 60000
|
|
max.in.flight.requests.per.connection = 5
|
|
max.request.size = 1048576
|
|
metadata.max.age.ms = 300000
|
|
metadata.max.idle.ms = 300000
|
|
metric.reporters = []
|
|
metrics.num.samples = 2
|
|
metrics.recording.level = INFO
|
|
metrics.sample.window.ms = 30000
|
|
partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
|
|
receive.buffer.bytes = 32768
|
|
reconnect.backoff.max.ms = 1000
|
|
reconnect.backoff.ms = 50
|
|
request.timeout.ms = 30000
|
|
retries = 2147483647
|
|
retry.backoff.ms = 100
|
|
sasl.client.callback.handler.class = null
|
|
sasl.jaas.config = null
|
|
sasl.kerberos.kinit.cmd = /usr/bin/kinit
|
|
sasl.kerberos.min.time.before.relogin = 60000
|
|
sasl.kerberos.service.name = null
|
|
sasl.kerberos.ticket.renew.jitter = 0.05
|
|
sasl.kerberos.ticket.renew.window.factor = 0.8
|
|
sasl.login.callback.handler.class = null
|
|
sasl.login.class = null
|
|
sasl.login.refresh.buffer.seconds = 300
|
|
sasl.login.refresh.min.period.seconds = 60
|
|
sasl.login.refresh.window.factor = 0.8
|
|
sasl.login.refresh.window.jitter = 0.05
|
|
sasl.mechanism = GSSAPI
|
|
security.protocol = PLAINTEXT
|
|
security.providers = null
|
|
send.buffer.bytes = 131072
|
|
ssl.cipher.suites = null
|
|
ssl.enabled.protocols = [TLSv1.2]
|
|
ssl.endpoint.identification.algorithm = https
|
|
ssl.engine.factory.class = null
|
|
ssl.key.password = null
|
|
ssl.keymanager.algorithm = SunX509
|
|
ssl.keystore.location = null
|
|
ssl.keystore.password = null
|
|
ssl.keystore.type = JKS
|
|
ssl.protocol = TLSv1.2
|
|
ssl.provider = null
|
|
ssl.secure.random.implementation = null
|
|
ssl.trustmanager.algorithm = PKIX
|
|
ssl.truststore.location = null
|
|
ssl.truststore.password = null
|
|
ssl.truststore.type = JKS
|
|
transaction.timeout.ms = 60000
|
|
transactional.id = null
|
|
value.serializer = class org.apache.kafka.common.serialization.StringSerializer
|
|
|
|
2021-01-27 22:09:34,203 INFO [main] o.a.k.c.u.AppInfoParser [AppInfoParser.java:117] Kafka version: 2.6.0
|
|
2021-01-27 22:09:34,204 INFO [main] o.a.k.c.u.AppInfoParser [AppInfoParser.java:118] Kafka commitId: 62abe01bee039651
|
|
2021-01-27 22:09:34,204 INFO [main] o.a.k.c.u.AppInfoParser [AppInfoParser.java:119] Kafka startTimeMs: 1611756574203
|
|
2021-01-27 22:09:34,301 INFO [kafka-producer-network-thread | producer-1] o.a.k.c.Metadata [Metadata.java:279] [Producer clientId=producer-1] Cluster ID: HpZkkZsDTRe8NRrfxt7E8w
|
|
2021-01-27 22:09:34,301 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.Metadata [Metadata.java:279] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Cluster ID: HpZkkZsDTRe8NRrfxt7E8w
|
|
2021-01-27 22:09:34,303 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Discovered group coordinator LAPTOP-5SJBI05C:9092 (id: 2147483647 rack: null)
|
|
2021-01-27 22:09:34,306 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
|
|
2021-01-27 22:09:34,315 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:456] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Join group failed with org.apache.kafka.common.errors.MemberIdRequiredException: The group member needs to have a valid member id before actually entering a consumer group.
|
|
2021-01-27 22:09:34,316 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
|
|
2021-01-27 22:09:34,324 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:627] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Finished assignment for group at generation 3: {consumer-test-consumer-group-1-3ff335b9-659a-45dd-9921-dc0a06dfb290=Assignment(partitions=[test-0])}
|
|
2021-01-27 22:09:34,329 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:504] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Successfully joined group with generation 3
|
|
2021-01-27 22:09:34,330 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:276] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Notifying assignor about the new Assignment(partitions=[test-0])
|
|
2021-01-27 22:09:34,334 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:288] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Adding newly assigned partitions: test-0
|
|
2021-01-27 22:09:34,341 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition test-0 to the committed offset FetchPosition{offset=4, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
|
|
2021-01-27 22:09:34,342 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer [LogAccessor.java:292] test-consumer-group: partitions assigned: [test-0]
|
|
2021-01-27 22:09:44,334 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:307] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Revoke previously assigned partitions test-0
|
|
2021-01-27 22:09:44,335 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer [LogAccessor.java:292] test-consumer-group: partitions revoked: [test-0]
|
|
2021-01-27 22:09:44,335 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:1005] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Member consumer-test-consumer-group-1-3ff335b9-659a-45dd-9921-dc0a06dfb290 sending LeaveGroup request to coordinator LAPTOP-5SJBI05C:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics
|
|
2021-01-27 22:09:44,336 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.KafkaConsumer [KafkaConsumer.java:1074] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Unsubscribed all topics or patterns and assigned partitions
|
|
2021-01-27 22:09:44,336 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.s.s.c.ThreadPoolTaskScheduler [ExecutorConfigurationSupport.java:218] Shutting down ExecutorService
|
|
2021-01-27 22:09:44,346 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer$ListenerConsumer [LogAccessor.java:292] test-consumer-group: Consumer stopped
|
|
2021-01-27 22:09:44,352 INFO [SpringContextShutdownHook] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:218] Shutting down ExecutorService 'applicationTaskExecutor'
|
|
2021-01-27 22:09:44,370 INFO [SpringContextShutdownHook] o.a.k.c.p.KafkaProducer [KafkaProducer.java:1189] [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms.
|