Echo/log/community/info/log-info-2021-01-25.0.log
2021-01-28 22:09:02 +08:00

4265 lines
905 KiB
Plaintext

2021-01-25 11:05:35,022 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 22600 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 11:05:35,027 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 11:05:35,067 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-25 11:05:35,067 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-25 11:05:35,670 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 11:05:35,672 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 11:05:35,683 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-25 11:05:35,686 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 11:05:35,686 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 11:05:35,690 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-25 11:05:35,700 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 11:05:35,701 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 11:05:35,713 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-25 11:05:35,885 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 11:05:35,929 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 11:05:35,930 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 11:05:35,931 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 11:05:35,931 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 11:05:35,932 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 11:05:35,932 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 11:05:35,932 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-25 11:05:35,932 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 11:05:35,967 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-25 11:05:36,090 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-25 11:05:36,093 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-25 11:05:36,329 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 11:05:36,336 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 11:05:36,336 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 11:05:36,336 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 11:05:36,419 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 11:05:36,420 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1352 ms
2021-01-25 11:05:36,884 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 11:05:36,946 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 11:05:38,898 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 11:05:38,898 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 11:05:38,898 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 11:05:39,099 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 11:05:39,116 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 11:05:39,128 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-25 11:05:39,138 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.515 seconds (JVM running for 5.444)
2021-01-25 11:05:44,930 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 11:05:44,931 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 11:05:44,933 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 2 ms
2021-01-25 11:05:55,003 INFO [http-nio-8080-exec-9] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 11:05:55,269 INFO [http-nio-8080-exec-9] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 11:06:48,805 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 26704 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 11:06:48,808 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 11:06:48,851 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-25 11:06:48,852 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-25 11:06:49,526 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 11:06:49,526 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 11:06:49,541 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 9 ms. Found 0 Elasticsearch repository interfaces.
2021-01-25 11:06:49,543 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 11:06:49,543 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 11:06:49,551 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-25 11:06:49,561 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 11:06:49,561 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 11:06:49,576 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 4 ms. Found 0 Redis repository interfaces.
2021-01-25 11:06:49,771 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 11:06:49,821 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 11:06:49,821 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 11:06:49,821 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 11:06:49,821 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 11:06:49,821 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 11:06:49,821 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 11:06:49,821 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-25 11:06:49,821 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 11:06:49,863 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-25 11:06:49,987 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-25 11:06:49,990 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-25 11:06:50,243 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 11:06:50,251 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 11:06:50,251 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 11:06:50,251 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 11:06:50,351 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 11:06:50,351 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1498 ms
2021-01-25 11:06:50,899 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 11:06:50,960 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 11:06:53,720 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 11:06:53,720 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 11:06:53,720 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 11:06:53,891 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 11:06:53,906 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 11:06:53,915 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-25 11:06:53,924 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 5.478 seconds (JVM running for 6.287)
2021-01-25 11:08:25,915 INFO [http-nio-8080-exec-3] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 11:08:25,915 INFO [http-nio-8080-exec-3] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 11:08:25,916 INFO [http-nio-8080-exec-3] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-25 11:08:26,742 INFO [http-nio-8080-exec-2] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 11:08:26,861 INFO [http-nio-8080-exec-2] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 11:12:58,030 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-25 11:12:58,035 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 11:12:58,065 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-25 11:12:58,065 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-25 11:12:58,520 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 11:12:58,520 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 11:12:58,530 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-25 11:12:58,540 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 11:12:58,540 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 11:12:58,540 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-25 11:12:58,550 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 11:12:58,550 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 11:12:58,560 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-25 11:12:58,710 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 11:12:58,750 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 11:12:58,750 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 11:12:58,750 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 11:12:58,750 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 11:12:58,750 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 11:12:58,750 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 11:12:58,750 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-25 11:12:58,750 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 11:12:58,780 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-25 11:12:58,880 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-25 11:12:58,881 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-25 11:12:59,070 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 11:12:59,077 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 11:12:59,077 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 11:12:59,077 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 11:12:59,150 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 11:12:59,150 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1080 ms
2021-01-25 11:12:59,580 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 11:12:59,640 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 11:13:01,360 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 11:13:01,360 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 11:13:01,360 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 11:13:01,545 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 11:13:01,560 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 11:13:01,570 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-25 11:13:01,581 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 3.892 seconds (JVM running for 4.809)
2021-01-25 11:13:09,055 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 11:13:09,055 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 11:13:09,056 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 0 ms
2021-01-25 11:13:09,077 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 11:13:09,195 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 11:17:06,659 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 12892 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 11:17:06,659 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 11:17:06,694 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-25 11:17:06,694 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-25 11:17:07,169 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 11:17:07,169 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 11:17:07,179 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 6 ms. Found 0 Elasticsearch repository interfaces.
2021-01-25 11:17:07,179 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 11:17:07,179 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 11:17:07,189 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-25 11:17:07,199 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 11:17:07,199 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 11:17:07,209 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-25 11:17:07,359 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 11:17:07,389 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 11:17:07,389 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 11:17:07,389 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 11:17:07,389 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 11:17:07,399 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 11:17:07,399 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 11:17:07,399 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-25 11:17:07,399 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 11:17:07,429 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-25 11:17:07,519 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-25 11:17:07,519 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-25 11:17:07,714 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 11:17:07,719 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 11:17:07,719 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 11:17:07,719 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 11:17:07,789 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 11:17:07,789 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1095 ms
2021-01-25 11:17:08,211 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 11:17:08,259 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 11:17:09,989 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 11:17:09,989 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 11:17:09,989 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 11:17:10,149 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 11:17:10,169 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 11:17:10,180 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-25 11:17:10,180 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 3.864 seconds (JVM running for 4.748)
2021-01-25 11:17:13,607 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 11:17:13,607 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 11:17:13,608 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-25 11:17:13,627 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 11:17:13,742 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 11:18:34,589 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 7512 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 11:18:34,589 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 11:18:34,619 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-25 11:18:34,619 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-25 11:18:35,089 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 11:18:35,089 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 11:18:35,099 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 6 ms. Found 0 Elasticsearch repository interfaces.
2021-01-25 11:18:35,104 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 11:18:35,104 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 11:18:35,104 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-25 11:18:35,114 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 11:18:35,114 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 11:18:35,119 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-25 11:18:35,273 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 11:18:35,309 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 11:18:35,309 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 11:18:35,309 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 11:18:35,309 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 11:18:35,309 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 11:18:35,309 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 11:18:35,309 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-25 11:18:35,309 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 11:18:35,344 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-25 11:18:35,444 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-25 11:18:35,444 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-25 11:18:35,634 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 11:18:35,639 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 11:18:35,639 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 11:18:35,639 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 11:18:35,719 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 11:18:35,719 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1100 ms
2021-01-25 11:18:36,159 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 11:18:36,209 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 11:18:37,977 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 11:18:37,977 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 11:18:37,977 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 11:18:38,139 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 11:18:38,149 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 11:18:38,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-25 11:18:38,169 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 3.899 seconds (JVM running for 4.762)
2021-01-25 11:18:44,095 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 11:18:44,096 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 11:18:44,097 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-25 11:18:45,817 INFO [http-nio-8080-exec-5] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 11:18:45,933 INFO [http-nio-8080-exec-5] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 11:19:54,333 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 7840 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 11:19:54,333 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 11:19:54,369 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-25 11:19:54,369 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-25 11:19:54,849 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 11:19:54,850 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 11:19:54,860 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 6 ms. Found 0 Elasticsearch repository interfaces.
2021-01-25 11:19:54,863 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 11:19:54,864 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 11:19:54,867 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-25 11:19:54,876 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 11:19:54,877 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 11:19:54,886 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-25 11:19:55,042 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 11:19:55,082 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 11:19:55,083 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 11:19:55,083 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 11:19:55,083 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 11:19:55,084 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 11:19:55,084 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 11:19:55,084 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-25 11:19:55,084 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 11:19:55,109 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-25 11:19:55,208 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-25 11:19:55,213 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-25 11:19:55,429 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 11:19:55,439 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 11:19:55,439 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 11:19:55,439 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 11:19:55,513 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 11:19:55,513 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1144 ms
2021-01-25 11:19:55,924 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 11:19:55,976 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 11:19:57,694 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 11:19:57,694 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 11:19:57,694 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 11:19:57,891 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 11:19:57,906 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 11:19:57,914 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-25 11:19:57,919 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 3.933 seconds (JVM running for 4.815)
2021-01-25 11:20:00,181 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 11:20:00,181 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 11:20:00,182 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-25 11:20:00,205 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 11:20:00,325 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 11:22:03,497 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 19880 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 11:22:03,500 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 11:22:03,542 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-25 11:22:03,543 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-25 11:22:04,032 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 11:22:04,034 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 11:22:04,045 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-25 11:22:04,049 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 11:22:04,050 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 11:22:04,054 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-25 11:22:04,063 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 11:22:04,064 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 11:22:04,076 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-25 11:22:04,240 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 11:22:04,287 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 11:22:04,289 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 11:22:04,289 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 11:22:04,289 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 11:22:04,289 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 11:22:04,290 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 11:22:04,290 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-25 11:22:04,290 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 11:22:04,321 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-25 11:22:04,421 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-25 11:22:04,422 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-25 11:22:04,603 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 11:22:04,610 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 11:22:04,610 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 11:22:04,611 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 11:22:04,688 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 11:22:04,688 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1144 ms
2021-01-25 11:22:05,111 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 11:22:05,164 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 11:22:06,898 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 11:22:06,898 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 11:22:06,898 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 11:22:07,053 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 11:22:07,067 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 11:22:07,075 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-25 11:22:07,084 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 3.964 seconds (JVM running for 4.843)
2021-01-25 11:22:07,291 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 11:22:07,291 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 11:22:07,292 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 0 ms
2021-01-25 11:22:07,316 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 11:22:07,439 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 12:15:19,158 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 9892 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 12:15:19,160 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 12:15:19,193 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-25 12:15:19,194 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-25 12:15:19,685 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 12:15:19,686 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 12:15:19,696 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 6 ms. Found 0 Elasticsearch repository interfaces.
2021-01-25 12:15:19,699 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 12:15:19,700 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 12:15:19,703 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-25 12:15:19,712 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 12:15:19,713 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 12:15:19,722 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-25 12:15:19,874 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 12:15:19,914 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 12:15:19,915 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 12:15:19,915 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 12:15:19,915 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 12:15:19,916 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 12:15:19,916 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 12:15:19,916 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-25 12:15:19,916 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 12:15:19,947 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-25 12:15:20,129 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-25 12:15:20,131 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-25 12:15:20,354 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 12:15:20,360 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 12:15:20,360 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 12:15:20,361 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 12:15:20,467 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 12:15:20,468 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1273 ms
2021-01-25 12:15:20,933 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 12:15:20,997 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 12:15:22,802 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 12:15:22,802 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 12:15:22,802 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 12:15:23,067 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 12:15:23,082 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 12:15:23,090 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-25 12:15:23,099 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.337 seconds (JVM running for 5.242)
2021-01-25 12:15:32,637 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 12:15:32,638 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 12:15:32,640 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 2 ms
2021-01-25 12:15:32,655 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:37] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 12:15:32], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 12:15:32,669 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 12:15:32,790 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 12:15:32,818 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:37] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 12:15:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 12:15:32,834 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:37] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 12:15:32], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 12:15:32,851 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:37] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 12:15:32], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 12:15:32,857 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:37] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 12:15:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 12:15:32,860 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:37] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 12:15:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 12:15:32,861 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:37] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 12:15:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 12:15:32,863 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:37] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 12:15:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 12:15:32,865 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:37] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 12:15:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 12:15:32,867 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:37] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 12:15:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 12:15:32,869 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:37] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 12:15:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 12:15:32,870 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:37] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 12:15:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 12:15:32,872 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:37] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 12:15:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 12:15:32,873 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:37] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 12:15:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 12:15:33,476 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:37] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 12:15:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 12:15:33,482 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:37] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 12:15:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 12:15:33,483 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:37] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 12:15:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 12:15:33,489 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:37] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 12:15:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:43,533 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 26424 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 15:15:43,538 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 15:15:43,568 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-25 15:15:43,568 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-25 15:15:44,043 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:15:44,043 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 15:15:44,053 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-25 15:15:44,053 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:15:44,053 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 15:15:44,064 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-25 15:15:44,074 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:15:44,074 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 15:15:44,086 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-25 15:15:44,242 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 15:15:44,273 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 15:15:44,283 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:15:44,283 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:15:44,283 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 15:15:44,283 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 15:15:44,283 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:15:44,283 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-25 15:15:44,283 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 15:15:44,318 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-25 15:15:44,474 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-25 15:15:44,483 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-25 15:15:44,708 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 15:15:44,718 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 15:15:44,718 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 15:15:44,718 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 15:15:44,859 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 15:15:44,859 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1286 ms
2021-01-25 15:15:45,541 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 15:15:45,608 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 15:15:47,236 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 15:15:47,237 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 15:15:47,237 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 15:15:47,485 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 15:15:47,501 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 15:15:47,510 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-25 15:15:47,519 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.317 seconds (JVM running for 5.156)
2021-01-25 15:15:51,093 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 15:15:51,093 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 15:15:51,094 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-25 15:15:51,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-25 15:15:51], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:15:51,118 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 15:15:51,246 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 15:15:51,275 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:51,289 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:51], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:15:51,306 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:51], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:15:51,312 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:51,314 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:51,315 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:51,317 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:51,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-25 15:15:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:51,322 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:51,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-25 15:15:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:51,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-25 15:15:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:51,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-25 15:15:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:51,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-25 15:15:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:51,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-25 15:15:51], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:15:51,940 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:51], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:15:51,944 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:51,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-25 15:15:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:53,955 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:53], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:15:53,958 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:53,964 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:53], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 15:15:53,966 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:53,968 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:53], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:15:53,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-25 15:15:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:53,981 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:53], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:15:53,982 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:53,984 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:53,985 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:53,987 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:53,988 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:53,990 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:53], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:15:53,991 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:53,992 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:53], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:15:53,995 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:53], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:15:53,996 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:53,997 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:53], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:15:53,998 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:53], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:15:53,999 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:54,001 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:54], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:15:54,002 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:54], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:15:54,003 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:54,005 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:54], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:15:54,006 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:54], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:15:54,126 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:54], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:15:54,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-25 15:15:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:57,001 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:57], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:15:57,003 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:57], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:15:57,005 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:15:57], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 15:16:08,467 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:16:08], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:16:08,469 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:16:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:16:08,482 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:16:08], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:16:08,484 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:16:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:16:15,002 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:16:15], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:16:15,004 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:16:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:16:15,006 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:16:15], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 15:16:18,404 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:16:18], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:16:18,405 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:16:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:16:18,407 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:16:18], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 15:16:20,867 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:16:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:16:20,869 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:16:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:16:20,870 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:16:20], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 15:17:32,821 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 13960 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 15:17:32,824 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 15:17:32,855 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-25 15:17:32,855 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-25 15:17:33,343 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:17:33,346 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 15:17:33,355 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-25 15:17:33,358 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:17:33,358 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 15:17:33,362 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-25 15:17:33,371 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:17:33,372 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 15:17:33,382 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-25 15:17:33,536 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 15:17:33,576 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 15:17:33,577 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:17:33,578 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:17:33,578 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 15:17:33,579 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 15:17:33,579 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:17:33,579 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-25 15:17:33,580 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 15:17:33,612 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-25 15:17:33,776 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-25 15:17:33,777 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-25 15:17:34,009 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 15:17:34,016 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 15:17:34,016 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 15:17:34,016 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 15:17:34,144 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 15:17:34,145 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1289 ms
2021-01-25 15:17:34,759 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 15:17:34,824 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 15:17:36,447 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 15:17:36,447 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 15:17:36,447 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 15:17:36,673 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 15:17:36,688 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 15:17:36,697 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-25 15:17:36,706 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.23 seconds (JVM running for 5.052)
2021-01-25 15:17:41,257 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 15:17:41,258 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 15:17:41,259 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-25 15:17:41,270 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:41], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:17:41,285 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 15:17:41,402 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 15:17:41,428 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:41,446 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:41], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 15:17:41,452 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:41,454 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:41], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:17:41,461 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:41,464 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:41], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:17:41,467 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:41,469 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:41,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-25 15:17:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:41,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-25 15:17:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:41,476 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:41,478 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:41], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:17:41,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-25 15:17:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:41,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-25 15:17:41], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:17:41,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-25 15:17:41], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:17:41,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-25 15:17:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:41,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-25 15:17:41], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:17:41,492 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:41], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:17:41,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-25 15:17:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:41,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-25 15:17:41], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:17:41,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-25 15:17:41], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:17:41,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-25 15:17:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:41,500 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:41], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:17:41,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-25 15:17:41], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:17:42,082 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:17:42,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-25 15:17:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:42,925 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:17:42,927 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:42,928 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 15:17:42,930 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:42,931 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:17:42,933 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:42,936 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:17:42,941 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:42,943 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:42,945 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:42,946 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:42,947 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:42,948 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:17:42,949 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:42,951 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:17:42,952 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:17:42,953 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:42,954 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:17:42,956 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:17:42,957 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:42,958 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:17:42,960 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:17:42,961 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:42,962 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:17:42,963 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:42], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:17:43,065 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:43], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:17:43,068 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:44,292 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:44], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:17:44,294 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:44,296 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:44], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 15:17:44,878 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:17:44,880 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:17:47,977 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:17:47,979 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:47,980 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:47], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 15:17:47,983 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:17:47,984 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:17:49,164 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:49], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:17:49,167 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:49], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:49,169 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:49], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 15:17:49,172 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:17:49,174 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:49], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:17:50,452 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:50], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:17:50,454 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:50], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:50,455 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:50], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 15:17:50,457 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:17:50,458 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:50], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:17:51,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-25 15:17:51], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:17:51,854 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:51,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-25 15:17:51], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 15:17:51,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-25 15:17:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:17:51,859 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:51], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:17:52,968 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:52], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:17:52,970 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:52,971 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:52], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 15:17:52,973 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:52], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:17:52,974 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:52], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:17:56,127 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:56], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:17:56,129 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:56,130 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:56], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 15:17:56,132 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:17:56,133 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:56], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:17:57,654 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:57], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:17:57,656 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:57], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:57,658 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:57], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 15:17:57,660 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:57], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:17:57,661 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:57], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:17:58,637 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:17:58,639 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:58,640 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:58], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 15:17:58,642 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:17:58,643 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:58], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:17:59,384 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:59], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:17:59,386 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:17:59,387 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:59], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 15:17:59,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-25 15:17:59], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:17:59,390 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:17:59], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:18:00,656 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:18:00], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:18:00,657 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:18:00], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:18:00,659 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:18:00], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 15:18:00,661 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:18:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:18:00,661 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:18:00], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:18:04,184 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:18:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:18:04,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-25 15:18:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:18:04,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-25 15:18:04], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 15:18:04,190 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:18:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:18:04,190 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:18:04], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:21:47,700 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 15000 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 15:21:47,700 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 15:21:47,734 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-25 15:21:47,734 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-25 15:21:48,205 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:21:48,205 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 15:21:48,214 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-25 15:21:48,224 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:21:48,224 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 15:21:48,224 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-25 15:21:48,234 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:21:48,234 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 15:21:48,244 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-25 15:21:48,394 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 15:21:48,424 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 15:21:48,434 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:21:48,434 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:21:48,434 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 15:21:48,435 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 15:21:48,435 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:21:48,435 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-25 15:21:48,436 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 15:21:48,465 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-25 15:21:48,624 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-25 15:21:48,624 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-25 15:21:48,849 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 15:21:48,854 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 15:21:48,854 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 15:21:48,854 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 15:21:48,959 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 15:21:48,959 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1225 ms
2021-01-25 15:21:49,586 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 15:21:49,654 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 15:21:51,284 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 15:21:51,284 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 15:21:51,284 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 15:21:51,524 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 15:21:51,534 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 15:21:51,544 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-25 15:21:51,558 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.229 seconds (JVM running for 5.078)
2021-01-25 15:21:56,517 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 15:21:56,517 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 15:21:56,518 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-25 15:21:56,529 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:21:56], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:21:56,543 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 15:21:56,661 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 15:21:56,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-25 15:21:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:21:56,703 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:21:56], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:21:56,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-25 15:21:56], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:21:56,724 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:21:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:21:56,727 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:21:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:21:57,448 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:21:57], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:21:57,450 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:21:57], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:21:57,451 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:21:57], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:21:57,453 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:21:57], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:21:57,454 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:21:57], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:21:57,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-25 15:21:57], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:21:57,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-25 15:21:57], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:21:57,460 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:21:57], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:21:57,461 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:21:57], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:21:57,463 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:21:57], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:21:57,464 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:21:57], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:21:57,466 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:21:57], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:21:57,467 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:21:57], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:21:57,469 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:21:57], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:21:57,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-25 15:21:57], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:21:57,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-25 15:21:57], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:21:57,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-25 15:21:57], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:21:57,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-25 15:21:57], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:21:57,927 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:21:57], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:21:57,933 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:21:57], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:21:57,936 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:21:57], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:21:57,939 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:21:57], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:01,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-25 15:22:01], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:22:01,938 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:01,943 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:01], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 15:22:01,946 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:01,947 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:01], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:22:01,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-25 15:22:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:01,957 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:01], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:22:01,959 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:01,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-25 15:22:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:01,962 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:01,963 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:01,965 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:01], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:22:01,966 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:01,969 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:01], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:22:01,970 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:01], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:22:01,973 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:01,974 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:01], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:22:01,975 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:01], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:22:01,977 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:01,978 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:01], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:22:01,979 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:01], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:22:01,981 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:01,983 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:01], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:22:01,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-25 15:22:01], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:22: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-25 15:22:02], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:22:02,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-25 15:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:03,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-25 15:22:03], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:22:03,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-25 15:22:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:03,356 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:03], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 15:22:03,366 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:03], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:03,366 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:03], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:22:06,447 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:22:06,449 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:06,451 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:22:06,452 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:22:06,456 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:06,457 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:06,459 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:06,461 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:06,461 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:06,463 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:06,464 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:06,465 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:06,466 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:06,467 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:06,468 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:06,469 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:06,470 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:06,473 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:06,474 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:06,475 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:06,476 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:06,478 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:06,478 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:06,479 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:06,578 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:22:06,580 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:06,586 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:22:06,588 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:08,833 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:08], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:22:08,835 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:08,836 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:08], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 15:22:08,838 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:08,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-25 15:22:08], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:22:08,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-25 15:22:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:08,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-25 15:22:08], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:22:08,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-25 15:22:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:08,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-25 15:22:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:08,848 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:08,849 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:08,851 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:08,852 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:08], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:22:08,853 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:08,854 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:08], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:22:08,856 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:08], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:22:08,857 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:08,859 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:08], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:22:08,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-25 15:22:08], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:22:08,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-25 15:22:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:08,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-25 15:22:08], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:22:08,863 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:08], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:22:08,864 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:08,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-25 15:22:08], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:22:08,866 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:08], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:22:09,037 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:09], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:22:09,041 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:10,833 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:10], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:22:10,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-25 15:22:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:10,836 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:10], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 15:22:10,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-25 15:22:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:10,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-25 15:22:10], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:22:11,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-25 15:22:11], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:22:11,691 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:11,692 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:11], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 15:22:11,694 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:11], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:11,695 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:11], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:22:13,922 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:22:13,924 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:13,926 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:22:13,928 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:22:13,930 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:13,931 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:13,932 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:13,933 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:13,934 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:13,935 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:13,936 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:13,937 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:13,938 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:13,940 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:13,941 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:13,942 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:13,943 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:13,944 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:13,945 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:13,946 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:13,947 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:13,948 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:13,948 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:13,949 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:22:14,083 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:22:14,086 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:14,090 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:22:14,093 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:16,360 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:22:16,362 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:16,363 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 15:22:16,364 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:16,365 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:22:16,367 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:16,368 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:22:16,370 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:16,371 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:16,372 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:16,374 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:16,376 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:16,377 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:22:16,378 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:16,379 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:22:16,380 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:22:16,381 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:16,382 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:22:16,383 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:22:16,384 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:16,385 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:22:16,386 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:22:16,387 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:22:16,388 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:22:16,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-25 15:22:16], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:22:16,561 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:22:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:22:16,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-25 15:22:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:37:56,153 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 24048 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 15:37:56,156 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 15:37:56,191 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-25 15:37:56,191 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-25 15:37:56,708 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:37:56,710 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 15:37:56,721 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-25 15:37:56,723 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:37:56,724 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 15:37:56,728 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-25 15:37:56,737 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:37:56,738 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 15:37:56,748 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-25 15:37:56,900 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 15:37:56,939 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 15:37:56,940 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:37:56,941 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:37:56,941 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 15:37:56,941 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 15:37:56,942 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:37:56,942 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-25 15:37:56,942 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 15:37:56,970 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-25 15:37:57,130 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-25 15:37:57,130 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-25 15:37:57,393 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 15:37:57,399 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 15:37:57,400 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 15:37:57,400 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 15:37:57,511 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 15:37:57,511 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1319 ms
2021-01-25 15:37:58,175 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 15:37:58,240 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 15:37:59,880 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 15:37:59,880 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 15:37:59,880 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 15:38:00,135 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 15:38:00,164 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 15:38:00,179 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-25 15:38:00,190 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.381 seconds (JVM running for 5.23)
2021-01-25 15:38:00,871 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 15:38:00,871 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 15:38:00,872 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-25 15:38:00,886 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:00], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:00,900 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 15:38:01,030 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 15:38:01,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-25 15:38:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:01,074 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:01], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:38:01,095 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:01], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:38:01,104 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:01,107 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:01], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:01,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-25 15:38:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:01,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-25 15:38:01], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:01,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-25 15:38:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:01,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-25 15:38:01], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:01,938 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:01,940 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:01], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:01,941 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:01,942 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:01], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:01,943 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:01,945 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:01], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:01,946 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:01,947 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:01], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:01,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-25 15:38:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:01,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-25 15:38:01], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:01,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-25 15:38:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:01,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-25 15:38:01], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:01,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-25 15:38:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:01,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-25 15:38:01], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:02,411 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:02], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:02,416 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:02,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-25 15:38:02], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:02,423 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:04,329 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:04,331 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:04,338 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 15:38:04,340 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:04,341 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:04,343 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:04,352 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:04,357 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:04,360 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:04,361 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:04,362 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:04,363 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:04,365 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:04,367 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:04,368 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:04,369 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:04,371 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:04,371 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:04,372 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:04,373 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:04,374 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:04,376 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:04,376 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:38:04,378 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:04,379 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:04,380 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:04,381 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:04,384 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:38:04,385 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:04,386 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:04,387 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:04,388 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:04,389 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:38:04,390 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:04,391 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:04,392 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:04,393 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:04,394 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:38:04,395 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:04,397 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:04,397 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:04,398 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:04,400 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:38:04,525 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:04,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-25 15:38:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:12,574 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:12], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:12,575 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:12,577 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:12], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 15:38:12,578 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:12,580 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:12], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:12,582 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:12], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:12,583 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:12], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:12,694 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:12], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:12,697 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:12,697 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:12], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:12,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-25 15:38:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:13,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-25 15:38:13], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:13,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-25 15:38:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:13,885 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:13], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 15:38:13,887 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:13,888 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:13], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:16,738 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:16,740 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:16,741 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:16], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:38:16,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-25 15:38:16], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:38:16,748 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:16,750 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:16], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:16,751 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:16,752 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:16], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:16,753 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:16,754 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:16], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:16,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-25 15:38:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:16,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-25 15:38:16], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:16,758 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:16,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-25 15:38:16], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:16,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-25 15:38:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:16,761 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:16], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:16,762 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:16,764 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:16], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:16,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-25 15:38:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:16,766 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:16], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:16,767 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:16,768 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:16], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:16,769 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:16,770 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:16], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:16,874 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:16,876 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:16,887 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:16,890 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:19,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-25 15:38:19], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:19,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-25 15:38:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:19,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-25 15:38:19], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 15:38:19,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-25 15:38:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:19,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-25 15:38:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:19,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-25 15:38:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:19,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-25 15:38:19], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:19,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-25 15:38:19], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:19,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-25 15:38:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:19,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-25 15:38:19], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:19,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-25 15:38:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:21,926 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:21,929 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:21,930 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 15:38:21,931 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:21,932 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:21,933 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:21,934 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:21,935 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:21,936 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:21,937 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:21,937 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:21,941 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:21,942 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:21,943 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:21,944 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:21,945 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:21,946 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:21,946 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:21,947 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:21,948 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:21,949 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:21,950 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:21,950 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:38:21,951 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:21,952 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:21,953 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:21,953 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:21,955 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:38:21,956 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:21,957 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:21,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-25 15:38:21], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:21,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-25 15:38:21], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:21,960 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:38:21,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-25 15:38:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:21,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-25 15:38:21], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:21,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-25 15:38:21], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:21,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-25 15:38:21], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:21,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-25 15:38:21], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:38:21,965 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:21,967 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:21,967 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:21,968 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:21,969 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:21], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:38:22,113 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:22], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:22,115 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:22], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:25,463 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:25], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:25,465 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:25,466 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:25], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 15:38:25,467 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:25], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:25,468 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:25], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:32,498 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:32], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:32,499 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:32,503 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:32], 访问了[com.greate.community.service.UserService.logout].
2021-01-25 15:38:32,529 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:32], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:32,647 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:32], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:41,564 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:41], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:41,570 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:41], 访问了[com.greate.community.service.UserService.login].
2021-01-25 15:38:41,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-25 15:38:41], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:41,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-25 15:38:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:41,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-25 15:38:41], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:38:41,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-25 15:38:41], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:38:41,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-25 15:38:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:41,604 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:41], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:41,605 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:41,607 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:41], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:41,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-25 15:38:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:41,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-25 15:38:41], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:41,610 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:41,611 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:41], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:41,611 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:41,612 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:41], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:41,613 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:41,614 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:41], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:41,615 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:41,616 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:41], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:41,616 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:41,617 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:41], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:41,617 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:41,619 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:41], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:41,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-25 15:38:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:41,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-25 15:38:41], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:41,727 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:41], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:41,729 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:41,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-25 15:38:41], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:41,739 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:43,288 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:43,290 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:43,292 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 15:38:43,293 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:43,294 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:43,295 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:43,295 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:43,298 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:43,299 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:43,300 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:43,300 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:43,301 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:43,302 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:43,304 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:43,305 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:43,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-25 15:38:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:43,309 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:43,310 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:43,311 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:43,312 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:43,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-25 15:38:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:43,314 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:43,314 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:38:43,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-25 15:38:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:43,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-25 15:38:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:43,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-25 15:38:43], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:43,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-25 15:38:43], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:43,318 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:38:43,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-25 15:38:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:43,320 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:43,321 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:43,322 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:43,323 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:38:43,324 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:43,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-25 15:38:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:43,326 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:43,326 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:43,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-25 15:38:43], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:38:43,329 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:43,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-25 15:38:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:43,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-25 15:38:43], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:38:43,331 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:43,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-25 15:38:43], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:38:43,439 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:43,441 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:46,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-25 15:38:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:46,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-25 15:38:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:46,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-25 15:38:46], 访问了[com.greate.community.service.UserService.logout].
2021-01-25 15:38:46,889 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:46,989 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:48,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-25 15:38:48], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:48,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-25 15:38:48], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:38:48,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-25 15:38:48], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:38:48,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-25 15:38:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:48,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-25 15:38:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:48,057 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:48,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-25 15:38:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:48,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-25 15:38:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:48,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-25 15:38:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:48,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-25 15:38:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:48,062 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:48,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-25 15:38:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:48,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-25 15:38:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:48,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-25 15:38:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:48,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-25 15:38:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:48,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-25 15:38:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:48,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-25 15:38:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:48,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-25 15:38:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:48,068 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:48,069 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:48,070 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:48,070 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:48,071 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:48,187 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:48], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:48,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-25 15:38:48], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:50,018 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:50], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:50,019 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:50], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 15:38:50,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-25 15:38:50], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:50,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-25 15:38:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:50,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-25 15:38:50], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:50,024 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:50], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:50,026 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:50,026 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:50], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:50,028 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:50], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:50,029 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:50,029 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:50], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:50,030 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:50], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:50,031 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:50,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-25 15:38:50], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:50,033 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:50], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:50,034 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:50,035 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:50], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:38:50,035 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:50], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:50,036 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:50,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-25 15:38:50], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:50,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-25 15:38:50], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:38:50,040 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:50], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:50,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-25 15:38:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:50,042 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:50], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:50,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-25 15:38:50], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:38:50,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-25 15:38:50], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:50,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-25 15:38:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:50,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-25 15:38:50], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:50,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-25 15:38:50], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:38:50,048 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:50], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:50,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-25 15:38:50], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:50,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-25 15:38:50], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:38:50,051 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:50], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:38:50,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-25 15:38:50], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:53,666 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:53], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:53,758 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:53], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:59,001 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:59,004 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.UserService.login].
2021-01-25 15:38:59,024 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:59,026 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:59,027 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:38:59,028 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:38:59,030 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:59,031 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:59,032 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:59,033 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:59,033 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:59,034 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:59,034 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:59,035 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:59,036 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:59,037 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:59,037 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:59,038 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:59,039 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:59,040 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:59,040 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:59,041 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:59,042 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:59,044 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:59,044 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:59,045 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:38:59,139 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:59,141 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:38:59,150 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:38:59,153 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:38:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:02,165 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 26420 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 15:43:02,170 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 15:43:02,223 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-25 15:43:02,224 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-25 15:43:02,868 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:43:02,870 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 15:43:02,882 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-25 15:43:02,885 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:43:02,886 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 15:43:02,890 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-25 15:43:02,901 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:43:02,902 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 15:43:02,913 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 4 ms. Found 0 Redis repository interfaces.
2021-01-25 15:43:03,082 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 15:43:03,131 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 15:43:03,132 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:43:03,132 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:43:03,133 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 15:43:03,133 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 15:43:03,133 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:43:03,133 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-25 15:43:03,134 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 15:43:03,167 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-25 15:43:03,370 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-25 15:43:03,372 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-25 15:43:03,625 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 15:43:03,633 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 15:43:03,633 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 15:43:03,634 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 15:43:03,759 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 15:43:03,759 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1534 ms
2021-01-25 15:43:04,454 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 15:43:04,520 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 15:43:06,271 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 15:43:06,271 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 15:43:06,272 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 15:43:06,510 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 15:43:06,524 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 15:43:06,533 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-25 15:43:06,542 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.886 seconds (JVM running for 6.152)
2021-01-25 15:43:09,182 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 15:43:09,182 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 15:43:09,183 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-25 15:43:09,194 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:09], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:43:09,206 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 15:43:09,323 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 15:43:09,348 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:09,362 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:09], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:43:09,377 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:09], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:43:09,384 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:09,386 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:09], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:10,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-25 15:43:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:10,060 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:10,061 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:10,063 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:10,064 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:10,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-25 15:43:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:10,067 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:10,069 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:10,070 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:10,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-25 15:43:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:10,074 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:10,076 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:10,077 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:10,078 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:10,079 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:10,080 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:10,081 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:10,083 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:10,525 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:10], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:43:10,529 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:10,534 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:10], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:43:10,536 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:20,658 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:43:20,661 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:20,663 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:43:20,664 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:43:20,668 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:20,671 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:20,672 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:20,675 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:20,677 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:20,678 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:20,679 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:20,681 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:20,681 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:20,683 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:20,684 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:20,685 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:20,686 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:20,688 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:20,689 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:20,691 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:20,691 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:20,692 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:20,693 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:20,695 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:20,801 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:43:20,806 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:20,812 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:43:20,815 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:50,148 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:50], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:43:50,150 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:50], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:50,212 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:50], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:43:50,215 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:50], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:58,637 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:43:58,639 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:58,640 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:43:58,642 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:43:58,644 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:58,645 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:58,647 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:58,649 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:58,650 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:58,651 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:58,652 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:58,653 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:58,654 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:58,655 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:58,656 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:58,657 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:58,658 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:58,659 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:58,660 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:58,661 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:58,662 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:58,664 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:58,665 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:58,666 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:43:58,948 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:43:58,950 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:58,959 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:43:58,962 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:59,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-25 15:43:59], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:43:59,049 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:43:59,132 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:43:59], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:43:59,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-25 15:43:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:44:07,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-25 15:44:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:44:07,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-25 15:44:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:44:07,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-25 15:44:07], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:44:07,569 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:44:07,572 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:44:07,573 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:44:07,574 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:44:07,575 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:44:07,576 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:44:07,577 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:44:07,578 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:44:07,579 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:44:07,580 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:44:07,581 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:44:07,582 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:44:07,583 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:44:07,584 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:44:07,586 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:44:07,587 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:44:07,588 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:44:07,588 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:44:07,590 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:44:07,590 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:44:07,592 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:44:07,912 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:44:07,914 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:44:07,924 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:44:07,928 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:44:07,991 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:44:07,993 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:44:08,066 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:08], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:44:08,069 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:44:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:46:40,066 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 27004 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 15:46:40,069 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 15:46:40,098 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-25 15:46:40,099 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-25 15:46:40,599 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:46:40,600 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 15:46:40,612 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-25 15:46:40,615 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:46:40,615 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 15:46:40,620 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-25 15:46:40,630 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:46:40,631 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 15:46:40,642 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 4 ms. Found 0 Redis repository interfaces.
2021-01-25 15:46:40,819 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 15:46: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-25 15:46:40,870 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:46:40,871 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:46:40,871 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 15:46:40,872 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 15:46:40,872 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:46:40,872 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-25 15:46:40,872 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 15:46:40,907 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-25 15:46:41,088 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-25 15:46:41,090 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-25 15:46:41,407 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 15:46:41,415 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 15:46:41,415 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 15:46:41,416 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 15:46:41,578 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 15:46:41,579 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1480 ms
2021-01-25 15:46:42,493 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 15:46:42,572 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 15:46:44,270 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 15:46:44,271 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 15:46:44,271 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 15:46:44,523 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 15:46:44,538 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 15:46:44,546 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-25 15:46:44,556 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.862 seconds (JVM running for 5.849)
2021-01-25 15:46:47,295 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 15:46:47,296 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 15:46:47,297 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-25 15:46:47,307 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:46:47,320 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 15:46:47,437 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 15:46:47,463 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:46:47,477 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:47], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:46:47,492 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:47], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:46:47,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-25 15:46:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:46:47,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-25 15:46:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:46:48,311 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:46:48,314 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:46:48,315 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:46:48,317 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:46:48,318 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:46:48,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-25 15:46:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:46:48,322 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:46:48,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-25 15:46:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:46:48,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-25 15:46:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:46:48,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-25 15:46:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:46:48,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-25 15:46:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:46:48,331 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:46:48,332 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:46:48,334 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:46:48,335 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:46:48,337 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:46:48,338 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:46:48,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-25 15:46:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:46:48,894 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:48], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:46:48,900 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:46:48,904 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:48], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:46:48,910 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:46:58,905 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:46:58,907 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:46:58,969 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:46:58,971 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:46:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:50:08,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-25 15:50:08], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:50:08,603 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:50:08,607 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:50:08,609 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:50:08,613 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:50:08,614 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:50:08,615 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:50:08,618 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:50:08,619 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:50:08,621 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:50:08,622 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:50:08,624 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:50:08,625 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:50:08,626 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:50:08,627 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:50:08,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-25 15:50:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:50:08,631 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:50:08,632 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:50:08,633 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:50:08,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-25 15:50:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:50:08,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-25 15:50:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:50:08,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-25 15:50:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:50:08,639 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:50:08,640 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:50:08,918 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:50:08,922 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:50:08,925 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:50:08,927 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:50:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:50:55,409 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 18380 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 15:50:55,412 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 15:50:55,443 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-25 15:50:55,444 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-25 15:50:55,917 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:50:55,919 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 15:50:55,928 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-25 15:50: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-25 15:50:55,931 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 15:50:55,936 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-25 15:50:55,944 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:50:55,944 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 15:50:55,954 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-25 15:50:56,102 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 15:50:56,146 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 15:50:56,147 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:50:56,147 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:50:56,148 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 15:50:56,148 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 15:50:56,148 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:50:56,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-25 15:50:56,149 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 15:50:56,179 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-25 15:50:56,332 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-25 15:50:56,334 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-25 15:50:56,546 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 15:50:56,552 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 15:50:56,553 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 15:50:56,553 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 15:50:56,664 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 15:50:56,666 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1222 ms
2021-01-25 15:50:57,293 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 15:50:57,356 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 15:50:59,969 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 15:50:59,970 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 15:50:59,970 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 15:51:00,215 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 15:51:00,229 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 15:51:00,238 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-25 15:51:00,247 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 5.225 seconds (JVM running for 6.366)
2021-01-25 15:51:01,355 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 15:51:01,356 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 15:51:01,357 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-25 15:51:01,369 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:51:01], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:51:01,383 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 15:51:01,502 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 15:51:01,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-25 15:51:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:51:01,546 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:51:01], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:51:01,563 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:51:01], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:51:01,569 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:51:01], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:51:01,571 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:51:01], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:51:02,311 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:51:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:51:02,314 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:51:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:51:02,315 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:51:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:51:02,317 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:51:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:51:02,318 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:51:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:51:02,320 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:51:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:51:02,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-25 15:51:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:51:02,322 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:51:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:51:02,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-25 15:51:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:51:02,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-25 15:51:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:51:02,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-25 15:51:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:51:02,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-25 15:51:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:51:02,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-25 15:51:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:51:02,331 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:51:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:51:02,332 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:51:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:51:02,333 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:51:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:51:02,334 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:51:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:51:02,335 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:51:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:51:02,777 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:51:02], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:51:02,782 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:51:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:51:02,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-25 15:51:02], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:51:02,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-25 15:51:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:51:57,276 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 18972 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 15:51:57,279 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 15:51:57,310 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-25 15:51:57,310 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-25 15:51:57,770 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:51:57,771 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 15:51:57,781 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-25 15:51:57,784 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:51:57,785 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 15:51:57,788 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-25 15:51:57,797 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:51:57,798 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 15:51:57,808 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-25 15:51:57,957 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 15:51:58,004 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 15:51:58,005 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:51:58,005 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:51:58,005 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 15:51:58,006 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 15:51:58,006 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:51:58,006 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-25 15:51:58,006 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 15:51:58,037 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-25 15:51:58,188 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-25 15:51:58,190 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-25 15:51:58,401 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 15:51:58,407 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 15:51:58,408 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 15:51:58,408 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 15:51:58,520 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 15:51:58,520 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1209 ms
2021-01-25 15:51:59,181 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 15:51:59,253 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 15:52:01,869 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 15:52:01,869 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 15:52:01,869 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 15:52:02,167 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 15:52:02,182 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 15:52:02,191 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-25 15:52:02,200 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 5.241 seconds (JVM running for 6.362)
2021-01-25 15:52:07,598 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 15:52:07,599 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 15:52:07,600 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-25 15:52:07,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-25 15:52:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:52:07,624 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 15:52:07,740 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 15:52:07,766 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:52:07,780 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:07], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:52:07,794 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:07], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:52:07,799 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:52:07,801 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:52:08,577 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:52:08,579 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:52:08,580 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:52:08,582 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:52:08,583 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:52:08,585 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:52:08,586 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:52:08,587 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:52:08,589 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:52:08,591 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:52:08,592 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:52:08,593 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:52:08,594 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:52:08,596 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:52:08,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-25 15:52:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:52:08,598 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:52:08,599 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:52:08,601 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:52:09,041 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:09], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:52:09,046 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:52:09,051 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:52:09], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:52:09,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-25 15:52:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:55:56,008 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 25568 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 15:55:56,011 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 15:55:56,039 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-25 15:55:56,040 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-25 15:55:56,508 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:55:56,509 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 15:55:56,520 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-25 15:55:56,522 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:55:56,523 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 15:55:56,527 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-25 15:55:56,536 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 15:55:56,537 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 15:55:56,546 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-25 15:55:56,698 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 15:55:56,743 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 15:55:56,744 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:55:56,744 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:55:56,744 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 15:55:56,744 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 15:55:56,744 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 15:55:56,745 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-25 15:55:56,745 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 15:55:56,775 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-25 15:55:56,931 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-25 15:55:56,932 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-25 15:55:57,147 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 15:55:57,154 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 15:55:57,154 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 15:55:57,154 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 15:55:57,270 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 15:55:57,271 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1231 ms
2021-01-25 15:55:57,953 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 15:55:58,018 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 15:55:59,672 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 15:55:59,672 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 15:55:59,672 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 15:55:59,917 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 15:55:59,932 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 15:55:59,941 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-25 15:55:59,949 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.28 seconds (JVM running for 5.285)
2021-01-25 15:56:02,871 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 15:56:02,871 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 15:56:02,872 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-25 15:56:02,883 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:02], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:02,896 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 15:56:03,014 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 15:56:03,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-25 15:56:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:03,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-25 15:56:03], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:56:03,068 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:03], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:56:03,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-25 15:56:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:03,075 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:03], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:03,812 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:03,815 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:03], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:03,816 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:03,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-25 15:56:03], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:03,819 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:03,821 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:03], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:03,822 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:03,824 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:03], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:03,825 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:03,828 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:03], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:03,829 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:03,830 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:03], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:03,831 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:03,833 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:03], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:03,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-25 15:56:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:03,836 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:03], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:03,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-25 15:56:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:03,838 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:03], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:04,287 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:04,293 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:04,296 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:04,301 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:31,245 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:31], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:31,247 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:31,249 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:31], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:56:31,251 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:31], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:56:31,257 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:31,260 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:31,261 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:31,264 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:31,265 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:31,267 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:31,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-25 15:56:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:31,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-25 15:56:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:31,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-25 15:56:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:31,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-25 15:56:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:31,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-25 15:56:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:31,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-25 15:56:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:31,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-25 15:56:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:31,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-25 15:56:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:31,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-25 15:56:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:31,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-25 15:56:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:31,281 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:31,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-25 15:56:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:31,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-25 15:56:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:31,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-25 15:56:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:31,523 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:31], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:31,526 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:31,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-25 15:56:31], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:31,535 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:33,128 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:33,130 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:33,132 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:56:33,133 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:56:33,136 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:33,137 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:33,139 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:33,141 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:33,142 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:33,144 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:33,145 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:33,146 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:33,147 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:33,148 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:33,149 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:33,150 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:33,151 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:33,152 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:33,153 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:33,155 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:33,156 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:33,158 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:33,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-25 15:56:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:33,160 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:33,256 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:33,259 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:33,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-25 15:56:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:33,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-25 15:56:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:44,902 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:44,905 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:44,906 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:56:44,907 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:56:44,910 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:44,911 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:44,912 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:44,914 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:44,914 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:44,915 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:44,916 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:44,918 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:44,918 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:44,922 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:44,923 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:44,925 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:44,925 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:44,927 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:44,927 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:44,929 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:44,929 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:44,931 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:44,932 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:44,933 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:45,169 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:45], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:45,174 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:45], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:45,179 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:45], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:45,181 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:45], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:46,430 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:46,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-25 15:56:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:46,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-25 15:56:46], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 15:56:46,441 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:46], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 15:56:46,447 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:46], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:56:46,448 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:46], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:56:46,451 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:46,453 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:46], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:56:46,454 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:46], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:56:46,458 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:46,459 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:46], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:56:46,460 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:46], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:56:46,464 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:46,465 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:46], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:56:46,466 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:46], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:56:46,467 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:46,468 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:46], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:56:46,469 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:46], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:56:46,472 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:46,474 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:46], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:56:46,588 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:46,592 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:46,602 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:46,604 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:54,069 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:54,071 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:54,073 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:56:54,075 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:56:54,077 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:54,079 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:54,079 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:54,080 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:54,081 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:54,082 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:54,083 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:54,084 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:54,084 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:54,085 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:54,086 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:54,087 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:54,087 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:54,089 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:54,089 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:54,091 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:54,092 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:54,094 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:54,094 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:54,095 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:54,200 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:54,203 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:54,213 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:54,215 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:55,703 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:55], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:55,705 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:55,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-25 15:56:55], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 15:56:55,709 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:55], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 15:56:55,714 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:55], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:56:55,715 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:55], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:56:55,718 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:55,719 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:55], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:56:55,720 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:55], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:56:55,723 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:55,724 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:55], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:56:55,725 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:55], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:56:55,729 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:55,730 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:55], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:56:55,732 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:55], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:56:55,733 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:55,734 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:55], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:56:55,735 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:55], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:56:55,738 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:55,739 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:55], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:56:55,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-25 15:56:55], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:55,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-25 15:56:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:55,856 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:55], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:55,858 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:56,890 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:56,891 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:56,892 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 15:56:56,895 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 15:56:56,898 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:56,899 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:56,900 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:56,901 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:56,901 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:56,902 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:56,903 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:56,904 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:56,904 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:56,905 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:56,906 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:56,907 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:56,907 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:56,908 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:56,909 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:56,910 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:56,911 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:56,913 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:56,914 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:56,915 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:56:57,010 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:57], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:57,013 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:57], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:57,022 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:57], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:57,024 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:57], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:58,070 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:58,072 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:58,073 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:58], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 15:56:58,077 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:58], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 15:56:58,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-25 15:56:58], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:56:58,084 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:58], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:56:58,087 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:58,088 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:58], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:56:58,089 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:58], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:56:58,092 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:58,093 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:58], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:56:58,094 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:58], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:56:58,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-25 15:56:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:58,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-25 15:56:58], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:56:58,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-25 15:56:58], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:56:58,102 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:58,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-25 15:56:58], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:56:58,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-25 15:56:58], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:56:58,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-25 15:56:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:58,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-25 15:56:58], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:56:58,210 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:58,214 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:56:58,219 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:56:58,221 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:56:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:58:39,057 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:39], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:58:39,076 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:39], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:58:39,082 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:58:39,086 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:58:39,086 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:58:39,087 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:58:39,089 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:58:39,090 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:58:39,091 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:58:39,091 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:58:39,092 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:58:39,093 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:58:39,094 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:58:39,094 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:39], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:58:39,096 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:58:39,102 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:39], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 15:58:39,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-25 15:58:39], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 15:58:39,230 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:39], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:58:39,232 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:58:46,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-25 15:58:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:58:46,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-25 15:58:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:58:46,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-25 15:58:46], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 15:58:46,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-25 15:58:46], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 15:58:46,122 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:46], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:58:46,124 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:46], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:58:46,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-25 15:58:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:58:46,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-25 15:58:46], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:58:46,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-25 15:58:46], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:58:46,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-25 15:58:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:58:46,133 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:46], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:58:46,134 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:46], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:58:46,138 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:58:46,139 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:46], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:58:46,140 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:46], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:58:46,141 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:58:46,142 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:46], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:58:46,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-25 15:58:46], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:58:46,146 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:58:46,148 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:46], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:58:46,250 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:58:46,252 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:58:46,280 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:58:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:58:46,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-25 15:58:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:59:04,561 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:59:04,563 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:59:04,568 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:59:04,569 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:59:04,811 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:59:04,813 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:59:06,346 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:59:06,347 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:59:06,348 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 15:59:06,352 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 15:59:06,355 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:59:06,356 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:59:06,359 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:59:06,361 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:59:06,363 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:59:06,366 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:59:06,367 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:59:06,368 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:59:06,371 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:59:06,372 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:59:06,373 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:59:06,374 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:59:06,375 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 15:59:06,376 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:59:06,381 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:59:06,382 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 15:59:06,475 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:59:06,477 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 15:59:06,484 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 15:59:06,487 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 15:59:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:00:43,298 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:00:43], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:00:43,299 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:00:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:00:43,300 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:00:43], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 16:00:43,303 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:00:43], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 16:00:43,307 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:00:43], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:00:43,308 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:00:43], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:00:43,312 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:00:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:00:43,314 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:00:43], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:00:43,315 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:00:43], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:00:43,318 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:00:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:00:43,319 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:00:43], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:00:43,320 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:00:43], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:00:43,323 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:00:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:00:43,324 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:00:43], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:00:43,325 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:00:43], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:00:43,326 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:00:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:00:43,327 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:00:43], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:00:43,329 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:00:43], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:00:43,332 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:00:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:00:43,333 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:00:43], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:00:43,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-25 16:00:43], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:00:43,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-25 16:00:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:00:43,570 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:00:43], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:00:43,571 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:00:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:33,834 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 24188 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 16:01:33,839 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 16:01:33,892 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-25 16:01:33,892 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-25 16:01:34,634 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 16:01:34,636 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 16:01:34,648 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 9 ms. Found 0 Elasticsearch repository interfaces.
2021-01-25 16:01:34,652 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 16:01:34,653 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 16:01:34,657 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-25 16:01:34,669 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 16:01:34,670 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 16:01:34,682 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 4 ms. Found 0 Redis repository interfaces.
2021-01-25 16:01:34,876 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 16:01:34,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-25 16:01:34,929 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 16:01:34,929 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 16:01:34,930 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 16:01:34,931 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 16:01:34,931 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 16:01:34,931 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-25 16:01:34,931 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 16:01:34,970 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-25 16:01:35,165 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-25 16:01:35,167 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-25 16:01:35,445 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 16:01:35,458 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 16:01:35,459 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 16:01:35,459 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 16:01:35,586 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 16:01:35,586 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1693 ms
2021-01-25 16:01:36,291 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 16:01:36,354 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 16:01:38,085 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 16:01:38,085 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 16:01:38,085 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 16:01:38,358 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 16:01:38,376 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 16:01:38,386 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-25 16:01:38,398 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 5.128 seconds (JVM running for 6.344)
2021-01-25 16:01:38,437 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 16:01:38,437 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 16:01:38,438 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-25 16:01:38,451 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:38], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:01:38,467 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 16:01:38,610 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 16:01:38,640 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:38], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:38,657 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:38], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 16:01:38,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-25 16:01:38], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 16:01:38,673 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:38], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:01:38,674 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:38], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:01:38,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-25 16:01:38], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:38,691 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:38], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:01:38,693 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:38], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:01:38,697 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:38], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:38,699 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:38], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:01:38,701 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:38], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:01:38,705 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:38], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:38,707 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:38], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:01:38,708 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:38], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:01:38,710 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:38], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:38,714 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:38], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:01:38,716 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:38], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:01:38,720 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:38], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:38,723 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:38], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:01:39,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-25 16:01:39], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:01:39,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-25 16:01:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:39,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-25 16:01:39], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:01:39,461 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:42,186 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:01:42,187 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:42,189 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 16:01:42,195 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 16:01:42,198 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:42,199 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 16:01:42,779 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:42,781 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 16:01:42,782 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:42,783 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 16:01:42,785 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:42,786 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 16:01:42,787 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:42,789 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 16:01:42,791 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:42,792 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 16:01:42,793 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:42,796 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 16:01:42,797 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:42,799 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 16:01:42,800 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:42,801 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 16:01:42,802 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:42,804 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 16:01:42,910 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:01:42,913 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:42,920 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:01:42,922 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:51,561 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:51], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:01:51,563 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:51,564 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:51], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 16:01:51,567 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:51], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 16:01:51,572 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:51], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:01:51,574 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:51], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:01:51,577 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:51,579 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:51], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:01:51,580 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:51], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:01:51,583 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:51,584 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:51], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:01:51,585 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:51], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:01:51,589 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:51,591 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:51], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:01:51,592 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:51], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:01:51,593 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:51,594 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:51], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:01:51,595 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:51], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:01:51,598 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:51,599 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:51], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:01:51,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-25 16:01:51], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:01:51,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-25 16:01:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:51,718 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:51], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:01:51,722 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:54,599 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:54], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:01:54,601 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:54,602 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:54], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 16:01:54,606 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:54], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 16:01:54,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-25 16:01:54], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:01:54,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-25 16:01:54], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:01:54,615 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:54,617 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:54], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:01:54,618 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:54], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:01:54,620 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:54,622 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:54], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:01:54,623 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:54], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:01:54,627 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:54,628 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:54], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:01:54,630 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:54], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:01:54,631 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:54,632 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:54], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:01:54,633 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:54], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:01:54,636 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:54,637 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:54], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:01:54,744 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:54], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:01:54,747 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:54,754 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:54], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:01:54,756 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:56,395 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:01:56,397 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:56,398 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 16:01:56,399 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 16:01:56,403 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:56,404 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 16:01:56,405 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:56,406 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 16:01:56,407 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:56,409 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 16:01:56,410 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:56,412 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 16:01:56,413 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:56,414 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 16:01:56,415 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:56,416 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 16:01:56,417 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:56,418 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 16:01:56,419 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:56,420 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 16:01:56,421 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:56,422 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 16:01:56,423 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:56,424 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 16:01:56,522 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:01:56,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-25 16:01:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:01:56,534 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:01:56], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:01:56,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-25 16:01:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:15,512 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:15], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:02:15,515 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:15,515 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:15], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 16:02:15,519 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:15], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 16:02:15,524 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:15], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:02:15,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-25 16:02:15], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:02:15,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-25 16:02:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:15,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-25 16:02:15], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:02:15,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-25 16:02:15], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:02:15,533 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:15,535 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:15], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:02:15,536 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:15], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:02:15,539 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:15,540 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:15], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:02:15,541 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:15], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:02:15,542 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:15,543 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:15], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:02:15,544 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:15], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:02:15,547 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:15,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-25 16:02:15], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:02:15,791 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:15], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:02:15,794 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:15,799 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:15], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:02:15,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-25 16:02:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:18,707 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:18], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:02:18,708 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:18,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-25 16:02:18], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:02:18,714 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:18,817 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:18], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:02:18,819 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:20,235 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:02:20,237 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:20,242 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:20], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:02:20,244 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:20], 访问了[com.greate.community.service.MessageService.findLetters].
2021-01-25 16:02:20,245 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:20,246 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:20,247 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:20,248 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:20,393 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:02:20,396 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:33,962 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:02:33,964 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:33,965 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:33], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 16:02:33,969 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:33], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 16:02:33,973 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:33], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:02:33,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-25 16:02:33], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:02:33,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-25 16:02:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:33,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-25 16:02:33], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:02:33,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-25 16:02:33], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:02:33,981 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:33,982 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:33], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:02:33,984 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:33], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:02:33,988 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:33,989 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:33], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:02:33,990 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:33], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:02:33,991 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:33,992 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:33], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:02:33,993 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:33], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:02:33,995 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:33,996 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:33], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:02:34,276 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:34], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:02:34,278 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:34], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:02:34,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-25 16:02:34], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:02:34,287 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:02:34], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:03: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-25 16:03:32], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:03:32,607 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:03:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:03: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-25 16:03:32], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:03: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-25 16:03:32], 访问了[com.greate.community.service.MessageService.findLetters].
2021-01-25 16:03: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-25 16:03:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:03:32,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-25 16:03:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:03:32,614 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:03:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:03:32,615 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:03:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:03:32,855 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:03:32], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:03:32,857 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:03:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:06,438 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:06], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:04:06,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-25 16:04:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:06,441 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:06], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:04:06,443 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:06], 访问了[com.greate.community.service.MessageService.findLetters].
2021-01-25 16:04:06,444 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:06,446 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:06,448 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04: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-25 16:04:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:06,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-25 16:04:06], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:04:06,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-25 16:04:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:22,771 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 26164 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 16:04:22,773 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 16:04:22,804 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-25 16:04:22,805 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-25 16:04:23,267 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 16:04:23,269 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 16:04:23,279 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-25 16:04:23,281 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 16:04:23,281 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 16:04:23,285 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-25 16:04:23,294 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 16:04:23,295 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 16:04:23,304 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-25 16:04:23,453 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 16:04:23,490 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 16:04:23,491 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 16:04:23,491 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 16:04:23,491 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 16:04:23,492 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 16:04:23,492 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 16:04:23,492 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-25 16:04:23,492 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 16:04:23,521 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-25 16:04:23,675 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-25 16:04:23,677 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-25 16:04:23,895 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 16:04:23,901 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 16:04:23,902 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 16:04:23,902 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 16:04:24,003 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 16:04:24,004 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1199 ms
2021-01-25 16:04:24,616 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 16:04:24,679 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 16:04:26,283 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 16:04:26,283 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 16:04:26,283 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 16:04:26,518 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 16:04:26,533 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 16:04:26,542 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-25 16:04:26,550 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.111 seconds (JVM running for 4.969)
2021-01-25 16:04:29,519 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 16:04:29,520 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 16:04:29,521 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-25 16:04:29,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-25 16:04:29], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:04:29,544 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 16:04:29,661 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 16:04:29,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-25 16:04:29], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:29,702 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:29], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 16:04:29,710 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:29], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 16:04:29,716 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:29], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:04:29,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-25 16:04:29], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:04:29,731 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:29], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:29,733 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:29], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:04:29,735 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:29], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:04:29,739 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:29], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:29,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-25 16:04:29], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:04:29,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-25 16:04:29], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:04:29,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-25 16:04:29], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:29,747 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:29], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:04:29,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-25 16:04:29], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:04:29,750 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:29], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:29,753 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:29], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:04:29,755 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:29], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:04:29,758 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:29], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:29,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-25 16:04:29], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:04:30,318 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:30], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:04:30,325 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:30,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-25 16:04:30], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:04:30,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-25 16:04:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:31,582 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:31], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:04:31,584 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:31,586 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:31], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 16:04:31,590 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:31], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 16:04:31,594 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:31], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:04:31,596 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:31], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:04:31,599 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:31,601 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:31], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:04:31,602 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:31], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:04:31,607 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:31,609 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:31], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:04:31,610 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:31], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:04:31,613 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:31,615 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:31], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:04:31,616 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:31], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:04:31,617 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:31,619 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:31], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:04:31,620 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:31], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:04:31,623 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:31,625 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:31], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:04:31,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-25 16:04:31], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:04:31,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-25 16:04:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:31,735 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:31], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:04:31,737 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:45,131 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:45], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:04:45,134 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:45], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:45,140 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:45], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:04:45,141 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:45], 访问了[com.greate.community.service.MessageService.findLetters].
2021-01-25 16:04:45,143 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:45], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:45,144 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:45], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:45,145 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:45], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:45,146 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:04:45], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:04:45,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-25 16:04:45], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:04:45,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-25 16:04:45], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:04,349 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:05:04,351 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:04,352 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:04], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 16:05:04,355 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:04], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 16:05:04,361 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:04], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:05:04,363 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:04], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:05:04,366 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:04,367 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:04], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:05:04,369 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:04], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:05:04,372 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:04,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-25 16:05:04], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:05:04,374 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:04], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:05:04,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-25 16:05:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:04,378 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:04], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:05:04,379 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:04], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:05:04,380 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:04,381 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:04], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:05:04,382 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:04], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:05:04,385 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:04,386 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:04], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:05:04,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-25 16:05:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:05:04,621 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:04,629 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:05:04,631 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:05,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-25 16:05:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:05:05,656 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:05,657 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:05], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 16:05:05,662 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:05], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 16:05:05,667 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:05], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:05:05,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-25 16:05:05], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:05:05,671 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:05,672 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:05], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:05:05,673 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:05], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:05:05,678 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:05,679 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:05], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:05:05,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-25 16:05:05], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:05:05,683 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:05,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-25 16:05:05], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:05:05,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-25 16:05:05], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:05:05,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-25 16:05:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:05,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-25 16:05:05], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:05:05,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-25 16:05:05], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:05:05,692 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:05,693 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:05], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:05:05,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-25 16:05:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:05:05,790 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:05,797 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:05:05,799 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:07,979 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:05:07,981 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:07,996 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:05:07,998 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:35,289 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:35], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:05:35,292 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:35,293 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:35], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:05:35,296 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:35], 访问了[com.greate.community.service.MessageService.findLetters].
2021-01-25 16:05:35,298 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:35,300 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:35,301 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:35,302 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:35,542 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:35], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:05:35,545 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:44,404 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:44], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:05:44,406 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:44,407 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:44], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:05:44,408 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:44], 访问了[com.greate.community.service.MessageService.findLetters].
2021-01-25 16:05:44,409 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:44,410 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:44,411 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:44,412 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:44,552 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:44], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:05:44,555 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:52,096 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:05:52,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-25 16:05:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:52,099 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 16:05:52,102 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 16:05:52,106 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:05:52,107 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:05:52,111 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:52,112 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:05:52,113 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:05:52,116 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:52,117 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:05:52,118 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:05:52,121 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:52,123 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:05:52,124 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:05:52,125 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:52,127 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:05:52,128 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:05:52,131 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:52,132 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 16:05:52,237 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:05:52,239 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:05:52,244 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:05:52,247 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:05:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:06:16,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-25 16:06:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:06:16,800 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:06:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:06:16,804 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:06:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:06:16,806 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:06:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:06:16,916 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:06:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:06:16,918 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:06:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:06:19,154 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:06:19], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:06:19,155 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:06:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:06:19,157 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:06:19], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 16:06:19,158 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:06:19], 访问了[com.greate.community.service.MessageService.findLetters].
2021-01-25 16:06:19,159 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:06:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:06:19,160 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:06:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:06:19,161 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:06:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 16:06:19,266 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:06:19], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 16:06:19,269 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 16:06:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:19:41,926 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 2088 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 17:19:41,929 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 17:19:41,968 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-25 17:19:41,968 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-25 17:19:42,466 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:19:42,467 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 17:19:42,477 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-25 17:19:42,480 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:19:42,481 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 17:19:42,485 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-25 17:19:42,494 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:19:42,495 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 17:19:42,504 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-25 17:19:42,662 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 17:19:42,702 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 17:19:42,703 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:19:42,703 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:19:42,703 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 17:19:42,704 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 17:19:42,704 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:19:42,704 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-25 17:19:42,704 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 17:19:42,737 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-25 17:19:42,900 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-25 17:19:42,902 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-25 17:19:43,133 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 17:19:43,139 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 17:19:43,140 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 17:19:43,140 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 17:19:43,248 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 17:19:43,248 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1279 ms
2021-01-25 17:19:43,899 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 17:19:43,968 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 17:19:46,598 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 17:19:46,599 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 17:19:46,599 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 17:19:46,874 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 17:19:46,891 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 17:19:46,900 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-25 17:19:46,910 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 5.349 seconds (JVM running for 6.187)
2021-01-25 17:19:47,660 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 17:19:47,660 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 17:19:47,662 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-25 17:19:47,676 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:19:47,692 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 17:19:47,821 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 17:19:47,849 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:19:47,865 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:47], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 17:19:47,874 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:47], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 17:19:47,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-25 17:19:47], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:19:47,884 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:47], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:19:47,898 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:19:47,901 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:47], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:19:47,902 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:47], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:19:47,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-25 17:19:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:19:47,908 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:47], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:19:47,910 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:47], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:19:47,914 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:19:47,916 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:47], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:19:47,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-25 17:19:47], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:19:47,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-25 17:19:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:19:47,924 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:47], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:19:47,927 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:47], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:19:47,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-25 17:19:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:19:47,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-25 17:19:47], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:19:48,530 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:48], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:19:48,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-25 17:19:48], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:19:48,535 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:19:48,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-25 17:19:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:19:52,375 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:52], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:19:52,377 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:19:52,379 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:52], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 17:19:52,385 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:52], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 17:19:52,388 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:19:52,389 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:52], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:19:53,055 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:19:53,057 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:19:53,058 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:19:53,059 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:19:53,060 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:19:53,062 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:19:53,063 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:19:53,065 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:19:53,066 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:19:53,067 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:19:53,068 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:19:53,071 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:19:53,072 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:19:53,073 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:19:53,074 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:19:53,076 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:19:53,077 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:19:53,078 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:19:53,182 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:53], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:19:53,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-25 17:19:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:19:53,194 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:53], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:19:53,197 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:19:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:02,308 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:02,310 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:02,315 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 17:20:02,317 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:02,318 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:02,320 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:02,332 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:02,336 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:02,338 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:02,341 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:02,343 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:02,344 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:02,346 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:02,347 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:02,348 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:02,349 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:02,350 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:02,351 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:02,352 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:02,354 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:02,356 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:02,358 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:02,359 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:02,360 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:02,361 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:02,362 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:02,363 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:02,365 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:02,366 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:02,367 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:02,368 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:02,369 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:02,370 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:02,372 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:02,373 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:02,374 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:02,375 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:02,378 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:02,379 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:02,380 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:02,381 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:02,382 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:02,383 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:02,636 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:02,639 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:05,151 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:05,154 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:05,156 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:05,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-25 17:20:05], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-25 17:20:05,269 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:05,272 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:08,375 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:08,377 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:08,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-25 17:20:08], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 17:20:08,380 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:08,381 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:08,382 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:08,383 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:08,384 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:08,385 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:08,386 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:08,387 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:08,390 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:08,391 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:08,392 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:08,394 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:08,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-25 17:20:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:08,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-25 17:20:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:08,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-25 17:20:08], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:08,398 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:08,399 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:08,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-25 17:20:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:08,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-25 17:20:08], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:08,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-25 17:20:08], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:08,403 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:08,404 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:08,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-25 17:20:08], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:08,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-25 17:20:08], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:08,407 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:08,408 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:08,409 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:08,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-25 17:20:08], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:08,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-25 17:20:08], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:08,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-25 17:20:08], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:08,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-25 17:20:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:08,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-25 17:20:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:08,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-25 17:20:08], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:08,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-25 17:20:08], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:08,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-25 17:20:08], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:08,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-25 17:20:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:08,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-25 17:20:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:08,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-25 17:20:08], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:08,420 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:08,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-25 17:20:08], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:08,525 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:08,530 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:10,099 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:10], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:10,100 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:10,102 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:10], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 17:20:10,132 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:10,133 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:10], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:12,041 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:12], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:12,043 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:12,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-25 17:20:12], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:12,111 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:12,258 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:12], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:12,262 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:15,879 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:15,881 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:15,882 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 17:20:15,884 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:15,886 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:15,887 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:15,888 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:15,890 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:15,892 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:15,893 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:15,894 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:15,895 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:15,896 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:15,897 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:15,898 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:15,899 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:15,900 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:15,902 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:15,903 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:15,904 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:15,906 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:15,907 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:15,908 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:15,909 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:15,910 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:15,910 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:15,911 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:15,912 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:15,913 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:15,914 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:15,914 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:15,915 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:15,916 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:15,917 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:15,918 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:15,919 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:15,919 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:15,920 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:15,922 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:15,923 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:15,923 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:15,924 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:15,925 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:15], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:16,030 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:16,032 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:18,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-25 17:20:18], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:18,694 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:18,695 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:18], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 17:20:18,701 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:18,702 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:20,366 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:20,368 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:20,370 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 17:20:20,371 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:20,372 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:20,372 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:20,373 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:20,375 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:20,376 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:20,377 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:20,377 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:20,379 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:20,380 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:20,381 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:20,382 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:20,383 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:20,385 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:20,385 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:20,386 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:20,387 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:20,388 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:20,389 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:20,389 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:20,390 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:20,391 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:20,392 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:20,393 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:20,394 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:20,395 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:20,396 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:20,396 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:20,397 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:20,399 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:20,400 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:20,401 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:20,402 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:20,402 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:20,403 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:20,404 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:20,405 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:20,405 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:20,406 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:20,407 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:20,498 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:20,500 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:25,234 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:25,236 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:25,237 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 17:20:25,241 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 17:20:25,245 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:20:25,246 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:20:25,249 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:25,250 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:20:25,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-25 17:20:25], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:20:25,254 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:25,255 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:20:25,257 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:20:25,260 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:25,262 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:20:25,262 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:20:25,264 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:25,265 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:20:25,266 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:20:25,269 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:25,270 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:20:25,405 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:25,408 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:25,414 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:25,416 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:39,525 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:39], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:39,526 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:39,527 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:39,528 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:39], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-25 17:20:39,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-25 17:20:39], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:39,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-25 17:20:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:40,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-25 17:20:40], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:40,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-25 17:20:40], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:40,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-25 17:20:40], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:40,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-25 17:20:40], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-25 17:20:40,764 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:40], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:40,766 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:40], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:44,222 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:44,225 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:44,227 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 17:20:44,228 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:44,229 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:44,230 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:44,230 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:44,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-25 17:20:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:44,233 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:44,233 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:44,234 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:44,235 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:44,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-25 17:20:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:44,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-25 17:20:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:44,237 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:44,238 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:44,239 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:44,239 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:44,241 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:44,243 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:44,244 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:44,244 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:44,245 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:44,246 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:44,247 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:44,247 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:44,248 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:44,249 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:44,250 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:44,251 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:44,251 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:44,252 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:44,253 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:44,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-25 17:20:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:44,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-25 17:20:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:44,256 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:44,257 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:44,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-25 17:20:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:44,260 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:44,261 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:44,262 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:44,263 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:44,362 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:44,364 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:45,820 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:45], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:45,822 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:45], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:45,824 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:45], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 17:20:45,830 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:45], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:45,831 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:45], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:48,454 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:48], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:48,456 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:48,457 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:48], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 17:20:48,462 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:48,463 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:48], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:49,939 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:49], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:49,940 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:49], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:49,942 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:49], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 17:20:49,947 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:49,948 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:49], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:51,349 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:51,356 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:51], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20: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-25 17:20:51], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:51,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-25 17:20:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:51,364 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:51,364 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:51], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:51,365 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:51], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:51,366 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:51], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:51,367 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:51,368 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:51,369 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:51], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:51,369 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:51], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:51,371 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:51], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:51,373 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:51,374 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:51,375 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:51], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:20:51,375 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:51], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:20:51,376 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:51], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:20:51,468 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:51], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:51,471 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:52,066 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:52], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:52,068 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:52,069 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:52], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 17:20:52,074 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:52], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 17:20:52,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-25 17:20:52], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:20:52,078 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:52], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:20:52,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-25 17:20:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:52,082 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:52], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:20:52,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-25 17:20:52], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:20:52,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-25 17:20:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:52,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-25 17:20:52], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:20:52,089 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:52], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:20:52,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-25 17:20:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:52,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-25 17:20:52], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:20:52,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-25 17:20:52], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:20:52,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-25 17:20:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:52,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-25 17:20:52], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:20:52,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-25 17:20:52], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:20:52,100 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:52,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-25 17:20:52], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:20:52,199 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:52], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:52,201 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:52,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-25 17:20:52], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:52,214 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:54,797 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:54], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:54,799 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:54,803 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:54], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:54,805 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:54,906 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:54], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:54,908 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:56,732 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:56,733 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:56,734 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 17:20:56,735 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 17:20:56,737 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:56,737 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:56,738 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:56,739 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:56,739 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:56,741 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:56,741 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:56,743 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:56,744 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:56,745 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:56,745 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:56,746 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:56,747 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:56,748 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:56,748 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:56,749 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:56,749 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:56,750 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:56,751 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:56,751 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:20:56,848 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:56,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-25 17:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:56,856 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:56,858 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:58,004 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:58,006 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:58,007 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:58,008 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:58], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-25 17:20:58,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-25 17:20:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:58,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-25 17:20:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:59,413 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:59], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:59,415 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:59,416 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:20:59,417 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:59], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-25 17:20:59,509 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:59], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:20:59,511 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:20:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:03,727 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:03], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:21:03,728 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:03,730 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:03], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 17:21:03,734 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:03], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 17:21:03,739 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:03], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:21:03,740 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:03], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:21:03,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-25 17:21:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:03,743 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:03], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:21:03,744 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:03], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:21:03,748 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:03,749 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:03], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:21:03,750 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:03], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:21:03,753 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:03,754 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:03], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:21:03,755 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:03], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:21:03,756 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:03,757 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:03], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:21:03,758 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:03], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:21:03,760 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:03,761 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:03], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:21:03,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-25 17:21:03], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:21:03,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-25 17:21:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:03,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-25 17:21:03], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:21:03,873 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:05,591 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:21:05,594 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:05,597 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:21:05,598 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:05,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-25 17:21:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:21:05,695 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:45,841 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 2820 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 17:21:45,846 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 17:21:45,912 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-25 17:21:45,913 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-25 17:21:46,674 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:21:46,676 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 17:21:46,690 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 10 ms. Found 0 Elasticsearch repository interfaces.
2021-01-25 17:21:46,694 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:21:46,695 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 17:21:46,701 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-25 17:21:46,712 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:21:46,713 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 17:21:46,726 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 4 ms. Found 0 Redis repository interfaces.
2021-01-25 17:21:46,936 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 17:21:46,982 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 17:21:46,983 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:21:46,983 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:21:46,984 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 17:21:46,984 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 17:21:46,984 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:21:46,985 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-25 17:21:46,985 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 17:21:47,022 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-25 17:21:47,213 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-25 17:21:47,215 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-25 17:21:47,480 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 17:21:47,488 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 17:21:47,489 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 17:21:47,489 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 17:21:47,677 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 17:21:47,677 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1762 ms
2021-01-25 17:21:48,421 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 17:21:48,489 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 17:21:51,204 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 17:21:51,204 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 17:21:51,204 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 17:21:51,443 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 17:21:51,458 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 17:21:51,466 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-25 17:21:51,474 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 6.78 seconds (JVM running for 8.569)
2021-01-25 17:21:51,578 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 17:21:51,578 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 17:21:51,580 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 2 ms
2021-01-25 17:21:51,591 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:51], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:21:51,605 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 17:21:51,725 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 17:21:51,752 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:51,766 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:51], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 17:21:51,781 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:51], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 17:21:51,786 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:51,788 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:21:52,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-25 17:21:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:52,568 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:52], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:21:52,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-25 17:21:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:52,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-25 17:21:52], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:21:52,573 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:52,575 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:52], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:21:52,576 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:52,578 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:52], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:21:52,579 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:52,582 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:52], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:21:52,583 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:52,585 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:52], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:21:52,586 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:52,588 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:52], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:21:52,589 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:52,591 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:52], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:21:52,592 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:52,593 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:52], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:21: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-25 17:21:53], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:21:53,810 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:53], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:21:53,818 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:53,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-25 17:21:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:55,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-25 17:21:55], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:21:55,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-25 17:21:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:55,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-25 17:21:55], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 17:21:55,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-25 17:21:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:55,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-25 17:21:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:21:55,052 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:21:55,061 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:21:55,067 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:55,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-25 17:21:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:21:55,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-25 17:21:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:21:55,073 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:21:55,074 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:55,076 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:21:55,077 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:21:55,078 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:55,079 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:55,081 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:21:55,082 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:21:55,082 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:55,084 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:55,086 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:21:55,087 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:21:55,088 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:21:55,090 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:55,093 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:21:55,094 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:21:55,095 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:21:55,096 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:21:55,097 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:55,099 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:21:55,100 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:21:55,101 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:21:55,102 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:21:55,104 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:55,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-25 17:21:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:21:55,106 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:21:55,107 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:21:55,108 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:21:55,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-25 17:21:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:55,111 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:21:55,112 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:21:55,113 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:21:55,114 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:21:55,252 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:21:55,256 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:56,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-25 17:21:56], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:21:56,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-25 17:21:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:56,231 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:56], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:21:56,233 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:21:56,339 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:56], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:21:56,342 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:21:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:04,034 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:22:04,036 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:04,037 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 17:22:04,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-25 17:22:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:04,040 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:22:04,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-25 17:22:04], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:22:04,042 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:22:04,044 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:04,046 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:22:04,047 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:22:04,048 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:22:04,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-25 17:22:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:04,052 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:22:04,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-25 17:22:04], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:22:04,054 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:04,055 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:04,057 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:22:04,057 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:22:04,058 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:04,059 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:04,061 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:22:04,063 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:22:04,063 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:22:04,065 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:04,066 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:22:04,066 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:22:04,067 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:22:04,068 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:22:04,069 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:04,070 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:22:04,070 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:22:04,071 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:22:04,072 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:22:04,073 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:04,074 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:22:04,075 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:22:04,076 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:22:04,077 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:22:04,079 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:04,080 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:22:04,080 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:22:04,081 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:22:04,082 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:04], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:22:04,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-25 17:22:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:22:04,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-25 17:22:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:05,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-25 17:22:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:22:05,013 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:05,035 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:22:05,037 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:05,157 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:22:05,159 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:48,709 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 18340 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 17:22:48,716 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 17:22:48,830 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-25 17:22:48,831 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-25 17:22:49,752 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:22:49,754 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 17:22:49,770 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 11 ms. Found 0 Elasticsearch repository interfaces.
2021-01-25 17:22:49,774 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:22:49,775 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 17:22:49,781 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 5 ms. Found 0 Reactive Elasticsearch repository interfaces.
2021-01-25 17:22:49,794 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:22:49,795 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 17:22:49,810 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 5 ms. Found 0 Redis repository interfaces.
2021-01-25 17:22:50,025 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 17:22:50,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-25 17:22:50,077 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:22:50,078 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:22:50,078 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 17:22:50,079 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 17:22:50,079 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:22:50,079 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-25 17:22:50,079 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 17:22:50,136 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-25 17:22:50,375 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-25 17:22:50,378 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-25 17:22:50,706 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 17:22:50,715 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 17:22:50,715 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 17:22:50,716 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 17:22:50,867 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 17:22:50,867 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 2035 ms
2021-01-25 17:22:51,734 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 17:22:51,813 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 17:22:53,492 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 17:22:53,493 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 17:22:53,493 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 17:22:53,732 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 17:22:53,747 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 17:22:53,755 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-25 17:22:53,764 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 6.069 seconds (JVM running for 7.972)
2021-01-25 17:22:53,798 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 17:22:53,798 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 17:22:53,799 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-25 17:22:53,811 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:53], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:22:53,824 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 17:22:53,945 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 17:22:53,971 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:53,990 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:53], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 17:22:53,995 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:53,997 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:22:54,803 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:22:54,812 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:22:54,820 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:54,822 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:22:54,823 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:22:54,825 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:22:54,828 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:54,831 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:22:54,834 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:22:54,836 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:54,838 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:54,843 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:22:54,846 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:22:54,847 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:54,851 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:54,853 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:22:54,854 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:22:54,856 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:22:54,860 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:54,863 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:22:54,865 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:22:54,866 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:22:54,869 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:22:54,872 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:54,875 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:22:54,877 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:22:54,878 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:22:54,880 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:22:54,882 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:54,884 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:22:54,886 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:22:54,887 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:22:54,889 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:22:54,892 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:54,894 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:22:54,896 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:22:54,898 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:22:54,900 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:54], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:22:56,164 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:56], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:22:56,170 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:58,948 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:22:58,950 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:58,952 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:22:58,953 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:22:58], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-25 17:22:59,150 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:59], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:22:59,153 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:22:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:25:18,923 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 20712 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 17:25:18,930 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 17:25:19,010 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-25 17:25:19,011 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-25 17:25:19,853 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:25:19,855 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 17:25:19,871 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 11 ms. Found 0 Elasticsearch repository interfaces.
2021-01-25 17:25:19,875 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:25:19,876 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 17:25:19,881 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 5 ms. Found 0 Reactive Elasticsearch repository interfaces.
2021-01-25 17:25:19,894 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:25:19,895 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 17:25:19,909 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 5 ms. Found 0 Redis repository interfaces.
2021-01-25 17:25:20,122 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 17:25:20,179 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 17:25:20,181 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:25:20,181 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:25:20,182 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 17:25:20,182 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 17:25:20,182 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:25:20,182 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-25 17:25:20,183 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 17:25:20,221 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-25 17:25:20,406 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-25 17:25:20,408 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-25 17:25:20,644 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 17:25:20,650 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 17:25:20,650 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 17:25:20,651 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 17:25:20,768 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 17:25:20,768 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1755 ms
2021-01-25 17:25:21,471 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 17:25:21,541 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 17:25:23,220 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 17:25:23,220 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 17:25:23,221 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 17:25:23,507 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 17:25:23,525 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 17:25:23,537 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-25 17:25:23,550 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 5.355 seconds (JVM running for 6.255)
2021-01-25 17:25:43,526 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 17:25:43,527 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 17:25:43,528 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-25 17:25:43,540 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:43], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:25:43,553 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 17:25:43,672 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 17:25:43,698 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:25:43,717 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:43], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 17:25:43,722 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:25:43,724 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:25:44,407 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:25:44,416 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:25:44,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-25 17:25:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:25:44,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-25 17:25:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:25:44,427 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:25:44,428 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:25:44,431 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:25:44,433 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:25:44,435 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:25:44,436 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:25:44,438 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:25:44,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-25 17:25:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:25:44,441 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:25:44,442 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:25:44,444 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:25:44,445 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:25:44,446 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:25:44,447 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:25:44,450 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:25:44,452 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:25:44,453 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:25:44,454 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:25:44,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-25 17:25:44], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:25:44,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-25 17:25:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:25:44,460 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:25:44,461 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:25:44,462 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:25:44,464 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:25:44,466 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:25:44,468 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:25:44,469 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:25:44,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-25 17:25:44], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:25:44,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-25 17:25:44], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:25:44,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-25 17:25:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:25:44,473 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:25:44,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-25 17:25:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:25:44,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-25 17:25:44], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:25:44,476 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:25:44,935 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:25:44,939 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:25:46,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-25 17:25:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:25:46,901 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:25:46,903 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:25:46,904 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:46], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-25 17:25:47,010 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:25:47,013 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:25:47,022 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:25:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:25:47,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-25 17:25:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:38,861 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 2660 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 17:26:38,865 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 17:26:38,923 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-25 17:26:38,924 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-25 17:26:39,889 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:26:39,893 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 17:26:39,922 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 21 ms. Found 0 Elasticsearch repository interfaces.
2021-01-25 17:26:39,933 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:26:39,934 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 17:26:39,946 INFO [restartedMain] 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-25 17:26:39,970 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:26:39,973 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 17:26:40,001 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 10 ms. Found 0 Redis repository interfaces.
2021-01-25 17:26:40,407 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 17:26:40,493 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 17:26:40,496 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:26:40,497 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:26:40,498 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 17:26:40,499 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 17:26:40,499 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:26:40,500 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-25 17:26:40,500 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 17:26:40,572 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-25 17:26:40,879 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-25 17:26:40,882 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-25 17:26:41,254 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 17:26:41,272 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 17:26:41,273 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 17:26:41,273 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 17:26:41,422 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 17:26:41,422 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 2496 ms
2021-01-25 17:26:42,290 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 17:26:42,374 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 17:26:44,225 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 17:26:44,226 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 17:26:44,226 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 17:26:44,470 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 17:26:44,485 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 17:26:44,494 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-25 17:26:44,502 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 6.283 seconds (JVM running for 7.919)
2021-01-25 17:26:44,616 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 17:26:44,616 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 17:26:44,617 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-25 17:26:44,629 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:44], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:26:44,643 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 17:26:44,761 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 17:26:44,790 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:44,809 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:44], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 17:26:44,813 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:44,815 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:26:45,915 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:45], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:26:45,929 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:45], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:26:45,939 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:45], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:45,943 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:45], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:26:45,945 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:45], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:26:45,946 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:45], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:26:45,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-25 17:26:45], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:45,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-25 17:26:45], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:26:45,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-25 17:26:45], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:26:45,956 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:45], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:45,959 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:45], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:45,962 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:45], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:26:45,964 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:45], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:26:45,965 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:45], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:45,968 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:45], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:45,971 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:45], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:26:45,973 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:45], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:26:45,974 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:45], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:26:45,978 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:45], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:45,981 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:45], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:26:45,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-25 17:26:45], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:26:45,984 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:45], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:26:45,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-25 17:26:45], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:26:45,991 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:45], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:45,993 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:45], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:26:45,995 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:45], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:26:45,997 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:45], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:26:45,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-25 17:26:45], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:26:46,001 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:46,004 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:46], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:26:46,006 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:46], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:26:46,007 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:46], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:26:46,009 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:46], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:26:46,011 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:46,014 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:46], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:26:46,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-25 17:26:46], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:26:46,016 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:46], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:26:46,019 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:46], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:26:46,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-25 17:26:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:26:46,983 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:48,464 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:26:48,467 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:48,469 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 17:26:48,470 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:48,471 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:26:48,473 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:26:48,474 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:26:48,476 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:48,481 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:26:48,482 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:26:48,483 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:26:48,486 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:48,487 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:26:48,488 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:26:48,489 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:48,490 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:48,492 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:26:48,492 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:26:48,493 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:48,495 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:48,496 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:26:48,497 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:26:48,498 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:26:48,500 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:48,501 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:26:48,501 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:26:48,502 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:26:48,503 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:26:48,505 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:48,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-25 17:26:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:26:48,507 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:26:48,507 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:26:48,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-25 17:26:48], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:26:48,510 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:48,511 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:26:48,512 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:26:48,513 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:26:48,514 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:26:48,516 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:48,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-25 17:26:48], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:26:48,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-25 17:26:48], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:26:48,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-25 17:26:48], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:26:48,519 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:26:48,622 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:26:48,624 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:53,143 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:53], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:26:53,145 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:53,148 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:53,149 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:53], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-25 17:26:53,253 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:26:53], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:26:53,255 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:26:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:53,265 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:53], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:26:53,267 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:55,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-25 17:26:55], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:26:55,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-25 17:26:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:55,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-25 17:26:55], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 17:26:55,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-25 17:26:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:26:55,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-25 17:26:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:26:57,027 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:57], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:26:57,030 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:57], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:57,033 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:57], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:57,034 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:57], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-25 17:26:57,157 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:57], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:26:57,159 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:57], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:26:57,170 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:57], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:26:57,172 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:26:57], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:13,193 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:27:13,194 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:13,204 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.CommentService.addComment].
2021-01-25 17:27:13,241 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:27:13,242 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:13,243 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-25 17:27:13,245 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:13,246 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:27:13,247 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:27:13,248 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:27:13,251 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:13,252 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:27:13,253 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:27:13,254 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:27:13,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-25 17:27:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:13,256 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:27:13,257 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:27:13,258 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:13,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-25 17:27:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:13,260 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:27:13,260 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:27:13,261 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:13,262 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:13,264 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:27:13,265 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:27:13,266 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:27:13,268 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:13,269 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:27:13,270 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:27:13,270 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:27:13,271 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:27:13,273 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:13,274 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:27:13,274 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:27:13,275 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:27:13,276 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:13,278 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:27:13,278 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:27:13,279 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:27:13,280 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:13,282 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:27:13,283 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:27:13,284 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:27:13,285 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:27:13,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-25 17:27:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:13,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-25 17:27:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:27:13,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-25 17:27:13], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:27:13,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-25 17:27:13], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-25 17:27:13,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-25 17:27:13], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-25 17:27:13,541 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:27:13,543 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:27,051 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:27], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:27:27,053 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:27], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:27,054 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:27], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:27,055 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:27], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-25 17:27:27,293 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:27], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:27:27,296 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:27], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:29,588 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:29], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:27:29,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-25 17:27:29], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:29,592 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:29], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 17:27:29,599 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:29], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:27:29,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-25 17:27:29], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:27:30,654 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:30], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:27:30,655 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:30,657 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:30,658 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:30], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-25 17:27:30,759 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:30], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:27:30,761 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:34,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-25 17:27:34], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:27:34,568 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:34], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:34,569 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:34], 访问了[com.greate.community.service.LikeService.like].
2021-01-25 17:27:34,575 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:34], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:27:34,575 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:34], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-25 17:27:35,376 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:35], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:27:35,377 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:35,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-25 17:27:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:35,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-25 17:27:35], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-25 17:27:35,479 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:35], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:27:35,482 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:37,305 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:37], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:27:37,307 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:37,308 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:37,309 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:37], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-25 17:27:37,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-25 17:27:37], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:27:37,432 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:47,267 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:27:47,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-25 17:27:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:47,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-25 17:27:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:47,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-25 17:27:47], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-25 17:27:47,367 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:27:47,369 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:52,204 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:52], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:27:52,207 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:52,208 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:52], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 17:27:52,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-25 17:27:52], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 17:27:52,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-25 17:27:52], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:27:52,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-25 17:27:52], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:27:52,235 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:52,237 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:52], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:27:52,238 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:52], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:27:52,242 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:52,243 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:52], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:27:52,244 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:52], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:27:52,247 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:52,248 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:52], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:27:52,249 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:52], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:27:52,250 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:52,251 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:52], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:27:52,252 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:52], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:27:52,255 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:52,256 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:52], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:27:52,357 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:27:52], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:27:52,360 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[127.0.0.1], 在[2021-01-25 17:27:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:52,368 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:52], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:27:52,370 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:54,976 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:54], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:27:54,977 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:54,982 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:54], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:27:54,984 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:27:55,089 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:27:55], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:27:55,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-25 17:27:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:29:07,855 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 14904 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 17:29:07,858 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 17:29:07,888 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-25 17:29:07,889 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-25 17:29:08,348 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:29:08,349 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 17:29:08,359 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-25 17:29:08,363 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:29:08,364 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 17:29:08,367 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-25 17:29:08,377 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:29:08,377 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 17:29:08,386 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-25 17:29:08,542 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 17:29:08,585 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 17:29:08,586 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:29:08,586 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:29:08,586 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 17:29:08,587 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 17:29:08,587 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:29:08,587 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-25 17:29:08,587 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 17:29:08,616 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-25 17:29:08,770 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-25 17:29:08,772 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-25 17:29:08,983 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 17:29:08,989 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 17:29:08,990 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 17:29:08,990 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 17:29:09,106 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 17:29:09,106 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1216 ms
2021-01-25 17:29:09,755 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 17:29:09,817 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 17:29:11,427 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 17:29:11,428 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 17:29:11,428 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 17:29:11,668 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 17:29:11,682 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 17:29:11,690 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-25 17:29:11,699 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.218 seconds (JVM running for 5.17)
2021-01-25 17:29:34,671 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 17:29:34,672 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 17:29:34,673 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-25 17:29:34,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-25 17:29:34], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:29:34,697 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 17:29:34,815 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 17:29:34,845 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:34], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:29:34,860 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:34], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 17:29:34,867 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:34], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 17:29:34,875 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:34], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:29:34,877 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:34], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:29:34,891 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:34], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:29:34,892 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:34], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:29:34,894 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:34], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:29:34,898 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:34], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:29:34,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-25 17:29:34], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:29:34,900 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:34], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:29:34,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-25 17:29:34], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:29:34,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-25 17:29:34], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:29:34,908 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:34], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:29:34,910 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:34], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:29:34,913 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:34], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:29:34,914 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:34], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:29:34,918 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:34], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:29:34,920 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:34], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:29:35,474 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:35], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:29:35,478 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:29:35,480 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:35], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:29:35,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-25 17:29:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:29:37,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-25 17:29:37], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:29:37,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-25 17:29:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:29:37,850 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:29:37,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-25 17:29:37], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-25 17:29:38,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-25 17:29:38], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:29:38,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-25 17:29:38], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:29:38,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-25 17:29:38], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:29:38,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-25 17:29:38], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:29: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-25 17:29:40], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:29:40,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-25 17:29:40], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:29:40,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-25 17:29:40], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:29:40,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-25 17:29:40], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-25 17:29:40,654 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:40], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:29:40,658 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:40], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:29:44,768 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:44], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:29:44,771 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:29:44,774 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:29:44,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-25 17:29:44], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-25 17:29:44,874 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:44], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:29:44,876 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:29:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:30:15,707 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:30:15], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:30:15,709 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:30:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:30:15,715 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:30:15], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:30:15,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-25 17:30:15], 访问了[com.greate.community.service.MessageService.findLetters].
2021-01-25 17:30:15,718 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:30:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:30:15,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-25 17:30:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:30:15,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-25 17:30:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:30:15,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-25 17:30:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:30:15,999 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:30:15], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:30:16,002 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:30:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:30,009 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:30], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:32:30,011 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:30,012 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:30], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 17:32:30,017 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:30], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 17:32:30,021 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:30], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:32:30,022 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:30], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:32:30,025 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:30,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-25 17:32:30], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:32:30,028 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:30], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:32:30,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-25 17:32:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:30,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-25 17:32:30], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:32:30,034 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:30], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:32:30,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-25 17:32:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:30,038 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:30], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:32:30,039 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:30], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:32:30,041 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:30,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-25 17:32:30], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:32:30,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-25 17:32:30], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:32:30,046 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:30,048 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:30], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:32:30,293 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:30], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:32:30,296 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:30,302 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:30], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:32:30,304 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:31,647 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:31], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:32:31,651 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:31,653 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:31], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:32:31,654 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:31], 访问了[com.greate.community.service.MessageService.findLetters].
2021-01-25 17:32:31,656 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:31,657 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:31,658 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:31,659 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:31,767 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:31], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:32:31,770 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:33,271 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:32:33,273 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:33,275 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:33], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:32:33,276 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:33], 访问了[com.greate.community.service.MessageService.findLetters].
2021-01-25 17:32:33,277 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:33,278 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:33,279 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:33,281 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:33,282 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:33,284 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:33,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-25 17:32:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:32:33,391 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:32:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:32:39,562 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 26132 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 17:32:39,564 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 17:32:39,601 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-25 17:32:39,601 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-25 17:32:40,063 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:32:40,065 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 17:32:40,075 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-25 17:32:40,077 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:32:40,078 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 17:32:40,082 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-25 17:32:40,091 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:32:40,092 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 17:32:40,103 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-25 17:32:40,256 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 17:32:40,299 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 17:32:40,300 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:32:40,300 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:32:40,300 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 17:32:40,301 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 17:32:40,301 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:32:40,301 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-25 17:32:40,301 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 17:32:40,331 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-25 17:32:40,483 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-25 17:32:40,485 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-25 17:32:40,693 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 17:32:40,701 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 17:32:40,701 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 17:32:40,701 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 17:32:40,812 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 17:32:40,812 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1210 ms
2021-01-25 17:32:41,430 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 17:32:41,492 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 17:32:44,093 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 17:32:44,093 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 17:32:44,093 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 17:32:44,339 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 17:32:44,353 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 17:32:44,362 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-25 17:32:44,371 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 5.147 seconds (JVM running for 6.1)
2021-01-25 17:33:12,570 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 17:33:12,570 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 17:33:12,571 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 0 ms
2021-01-25 17:33:12,583 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:12], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:33:12,595 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 17:33:12,712 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 17:33:12,739 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:12,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-25 17:33:12], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:33:12,765 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:12], 访问了[com.greate.community.service.MessageService.findLetters].
2021-01-25 17:33:12,770 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:12,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-25 17:33:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:12,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-25 17:33:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:12,780 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:12,784 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:12,786 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:13,381 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:13], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:33:13,387 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:14,376 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:33:14,378 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:14,384 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:33:14,387 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:14,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-25 17:33:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:33:14,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-25 17:33:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:31,942 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 25756 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-25 17:33:31,946 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-25 17:33:31,999 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-25 17:33:32,000 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-25 17:33:32,672 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:33:32,674 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-25 17:33:32,687 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 9 ms. Found 0 Elasticsearch repository interfaces.
2021-01-25 17:33:32,690 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:33:32,691 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-25 17:33:32,696 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-25 17:33:32,707 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-25 17:33:32,708 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-25 17:33:32,720 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 4 ms. Found 0 Redis repository interfaces.
2021-01-25 17:33:32,896 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-25 17:33:32,944 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-25 17:33:32,946 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:33:32,946 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:33:32,946 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 17:33:32,947 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-25 17:33:32,947 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-25 17:33:32,947 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-25 17:33:32,947 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-25 17:33:32,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-25 17:33:33,149 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-25 17:33:33,151 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-25 17:33:33,382 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-25 17:33:33,389 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-25 17:33:33,390 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-25 17:33:33,390 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-25 17:33:33,504 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-25 17:33:33,504 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1503 ms
2021-01-25 17:33:34,277 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-25 17:33:34,355 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-25 17:33:37,106 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-25 17:33:37,106 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-25 17:33:37,106 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-25 17:33:37,333 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-25 17:33:37,347 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-25 17:33:37,355 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-25 17:33:37,363 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 6.015 seconds (JVM running for 6.951)
2021-01-25 17:33:45,832 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-25 17:33:45,832 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-25 17:33:45,833 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 0 ms
2021-01-25 17:33:45,845 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:45], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:33:45,859 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-25 17:33:45,976 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-25 17:33:46,004 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:46,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-25 17:33:46], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:33:46,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-25 17:33:46], 访问了[com.greate.community.service.MessageService.findLetters].
2021-01-25 17:33:46,035 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:46,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-25 17:33:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:46,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-25 17:33:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:46,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-25 17:33:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:46,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-25 17:33:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:46,044 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:46,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-25 17:33:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:33:46,613 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:52,548 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:52], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:33:52,550 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:52,552 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:52], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:33:52,554 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:52], 访问了[com.greate.community.service.MessageService.findLetters].
2021-01-25 17:33:52,557 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:52,559 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:52,561 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:52,563 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:52,565 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:52,566 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:52,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-25 17:33:52], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:33:52,902 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:54,022 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:54], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:33:54,025 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:54,028 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:54,031 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:54], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-25 17:33:54,871 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:54], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:33:54,873 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:58,084 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:33:58,087 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:58,090 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:33:58,092 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:58], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-25 17:33:58,416 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:33:58,420 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:33:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:03,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-25 17:34:03], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:34:03,367 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:03,369 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:03,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-25 17:34:03], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-25 17:34:03,623 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:03], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:34:03,626 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:05,746 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:34:05,748 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:05,749 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:05,750 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:05], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-25 17:34:06,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-25 17:34:06], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:34:06,026 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:21,660 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:21], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:34:21,662 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:21,663 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:21], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 17:34:21,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-25 17:34:21], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 17:34:21,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-25 17:34:21], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:34:21,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-25 17:34:21], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:34:21,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-25 17:34:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:21,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-25 17:34:21], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:34:21,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-25 17:34:21], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:34:21,694 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:21,695 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:21], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:34:21,697 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:21], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:34:21,701 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:21,702 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:21], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:34:21,704 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:21], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:34:21,705 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:21,706 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:21], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:34:21,707 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:21], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:34:21,711 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:21,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-25 17:34:21], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:34:21,815 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:21], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:34:21,817 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:21,827 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:21], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:34:21,829 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:23,543 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:34:23,546 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:23,547 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 17:34:23,552 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 17:34:23,555 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:23,556 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:34:23,558 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:23,560 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:34:23,561 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:23,562 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:34:23,563 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:23,564 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:34:23,565 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:23,567 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:34:23,568 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:23,570 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:34:23,571 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:23,572 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:34:23,573 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:23,574 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:34:23,575 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:23,576 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:34:23,577 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:23,578 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:34:23,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-25 17:34:23], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:34:23,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-25 17:34:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:23,695 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:34:23,697 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:25,078 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:34:25,079 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:25,081 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 17:34:25,084 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 17:34:25,089 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:34:25,091 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:34:25,094 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:25,095 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:34:25,097 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:34:25,101 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:25,103 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:34:25,104 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:34:25,106 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:25,107 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:34:25,108 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:34:25,110 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:25,111 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:34:25,112 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:34:25,115 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:25,116 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:34:25,212 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:34:25,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-25 17:34:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:25,222 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:34:25,225 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:26,356 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:26], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:34:26,358 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:26], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:26,359 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:26], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:26,360 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:26], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-25 17:34:26,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-25 17:34:26], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:34:26,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-25 17:34:26], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:58,029 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:34:58,031 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:58,032 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 17:34:58,033 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 17:34:58,037 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:58,038 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:34:58,039 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:58,040 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:34:58,041 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:58,044 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:34:58,045 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:58,046 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:34:58,048 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:58,049 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:34:58,049 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:58,051 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:34:58,051 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:58,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-25 17:34:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:34:58,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-25 17:34:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:58,054 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:34:58,055 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:58,057 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:34:58,058 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:58,060 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:34:58,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-25 17:34:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:34:58,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-25 17:34:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:34:58,302 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:34:58,304 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:34:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:36:24,625 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:36:24], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:36:24,627 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:36:24], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:36:24,691 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:36:24], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:36:24,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-25 17:36:24], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:15,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-25 17:39:15], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:39:15,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-25 17:39:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:15,850 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:15], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-25 17:39:15,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-25 17:39:15], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-25 17:39:15,853 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:15,854 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:39:15,856 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:15,857 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:39:15,858 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:15,859 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:39:15,860 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:15,861 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:39:15,864 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:15,866 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:39:15,868 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:15,870 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:39:15,871 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:15,872 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:39:15,873 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:15,874 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:39:15,875 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:15,876 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:39:15,876 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:15,877 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-25 17:39:16,154 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:39:16,156 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:16,160 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:39:16,161 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:16,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-25 17:39:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:39:16,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-25 17:39:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:16,852 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 17:39:16,855 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 17:39:16,859 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:39:16,860 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:39:16,864 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:16,865 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:39:16,866 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:39:16,869 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:16,870 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:39:16,871 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:39:16,874 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:16,875 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:39:16,877 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:39:16,878 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:16,879 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:39:16,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-25 17:39:16], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:39:16,883 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:16,884 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:39:16,984 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:39:16,985 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:16,991 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:39:16,993 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:19,706 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:19], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:39:19,707 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:39:19,720 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:19], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:39:19,721 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:39:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:40:15,843 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:40:15], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:40:15,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-25 17:40:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:40:15,847 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:40:15], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-25 17:40:15,850 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:40:15], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-25 17:40:15,853 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:40:15], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:40:15,854 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:40:15], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:40:15,857 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:40:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:40:15,859 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:40:15], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:40:15,861 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:40:15], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:40:15,864 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:40:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:40:15,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-25 17:40:15], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:40:15,866 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:40:15], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:40:15,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-25 17:40:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:40:15,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-25 17:40:15], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:40:15,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-25 17:40:15], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:40:15,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-25 17:40:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:40:15,872 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:40:15], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-25 17:40:15,873 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:40:15], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:40:15,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-25 17:40:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:40:15,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-25 17:40:15], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-25 17:40:16,109 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:40:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:40:16,111 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:40:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:40:16,118 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:40:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-25 17:40:16,119 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:40] 用户[0:0:0:0:0:0:0:1], 在[2021-01-25 17:40:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-25 17:40:46,940 INFO [lettuce-nioEventLoop-4-1] i.l.c.p.CommandHandler [AbstractInternalLogger.java:217] null Unexpected exception during request: java.io.IOException: 远程主机强迫关闭了一个现有的连接。
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
at sun.nio.ch.SocketDispatcher.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:253)
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1134)
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:350)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:719)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
2021-01-25 17:40:47,037 INFO [lettuce-eventExecutorLoop-1-12] i.l.c.p.ConnectionWatchdog [AbstractInternalLogger.java:171] Reconnecting, last destination was localhost/127.0.0.1:6379