Echo/log/community/info/log-info-2021-01-28.0.log
2021-01-29 16:59:46 +08:00

5148 lines
904 KiB
Plaintext

2021-01-28 15:44:12,402 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 26468 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-28 15:44:12,413 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-28 15:44:12,473 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-28 15:44:12,473 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-28 15:44:13,341 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 15:44:13,343 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-28 15:44:13,359 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-28 15:44:13,362 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 15:44:13,362 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-28 15:44:13,368 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-28 15:44:13,380 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 15:44:13,381 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-28 15:44:13,395 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-28 15:44:13,614 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-28 15:44:13,670 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-28 15:44:13,671 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 15:44:13,672 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 15:44:13,672 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 15:44:13,673 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-28 15:44:13,673 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-28 15:44:13,673 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-28 15:44:13,674 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 15:44:13,718 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-28 15:44:13,969 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-28 15:44:13,971 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-28 15:44:14,304 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-28 15:44:14,314 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-28 15:44:14,314 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-28 15:44:14,315 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-28 15:44:14,473 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-28 15:44:14,473 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1998 ms
2021-01-28 15:44:15,586 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-28 15:44:15,674 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-28 15:44:18,497 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-28 15:44:18,497 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-28 15:44:18,497 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-28 15:44:18,717 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-28 15:44:18,780 INFO [restartedMain] o.a.k.c.c.ConsumerConfig [AbstractConfig.java:354] ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 3000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-test-consumer-group-1
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = test-consumer-group
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.2
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2021-01-28 15:44:18,827 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:117] Kafka version: 2.6.0
2021-01-28 15:44:18,828 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:118] Kafka commitId: 62abe01bee039651
2021-01-28 15:44:18,828 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:119] Kafka startTimeMs: 1611819858826
2021-01-28 15:44:18,830 INFO [restartedMain] o.a.k.c.c.KafkaConsumer [KafkaConsumer.java:965] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Subscribed to topic(s): comment, like, follow
2021-01-28 15:44:18,834 INFO [restartedMain] o.s.s.c.ThreadPoolTaskScheduler [ExecutorConfigurationSupport.java:181] Initializing ExecutorService
2021-01-28 15:44:18,838 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-28 15:44:18,848 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-28 15:44:18,857 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 7.122 seconds (JVM running for 8.548)
2021-01-28 15:44:19,225 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.Metadata [Metadata.java:279] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Cluster ID: HpZkkZsDTRe8NRrfxt7E8w
2021-01-28 15:44:19,227 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Discovered group coordinator LAPTOP-5SJBI05C:9092 (id: 2147483647 rack: null)
2021-01-28 15:44:19,230 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 15:44:19,252 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:456] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Join group failed with org.apache.kafka.common.errors.MemberIdRequiredException: The group member needs to have a valid member id before actually entering a consumer group.
2021-01-28 15:44:19,252 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 15:44:19,326 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:627] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Finished assignment for group at generation 5: {consumer-test-consumer-group-1-e915dc84-63fb-4d9c-a658-f532779d32bd=Assignment(partitions=[like-0, comment-0, follow-0])}
2021-01-28 15:44:19,357 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:504] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Successfully joined group with generation 5
2021-01-28 15:44:19,359 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:276] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Notifying assignor about the new Assignment(partitions=[like-0, comment-0, follow-0])
2021-01-28 15:44:19,361 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:288] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Adding newly assigned partitions: comment-0, like-0, follow-0
2021-01-28 15:44:19,371 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:1349] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Found no committed offset for partition comment-0
2021-01-28 15:44:19,372 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:1349] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Found no committed offset for partition like-0
2021-01-28 15:44:19,372 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:1349] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Found no committed offset for partition follow-0
2021-01-28 15:44:19,382 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.SubscriptionState [SubscriptionState.java:397] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Resetting offset for partition comment-0 to offset 0.
2021-01-28 15:44:19,382 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.SubscriptionState [SubscriptionState.java:397] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Resetting offset for partition like-0 to offset 0.
2021-01-28 15:44:19,382 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.SubscriptionState [SubscriptionState.java:397] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Resetting offset for partition follow-0 to offset 0.
2021-01-28 15:44:19,383 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer [LogAccessor.java:292] test-consumer-group: partitions assigned: [comment-0, like-0, follow-0]
2021-01-28 15:55:34,417 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 19700 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-28 15:55:34,419 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-28 15:55:34,456 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-28 15:55:34,456 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-28 15:55:35,059 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 15:55:35,061 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-28 15:55:35,079 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 13 ms. Found 0 Elasticsearch repository interfaces.
2021-01-28 15:55:35,082 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 15:55:35,083 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-28 15:55:35,088 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-28 15:55:35,098 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 15:55:35,099 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-28 15:55:35,112 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-28 15:55:35,292 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-28 15:55:35,331 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-28 15:55:35,332 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 15:55:35,332 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 15:55:35,333 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 15:55:35,333 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-28 15:55:35,333 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-28 15:55:35,333 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-28 15:55:35,333 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 15:55:35,364 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-28 15:55:35,526 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-28 15:55:35,528 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-28 15:55:35,756 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-28 15:55:35,762 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-28 15:55:35,763 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-28 15:55:35,763 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-28 15:55:35,871 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-28 15:55:35,871 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1412 ms
2021-01-28 15:55:36,623 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-28 15:55:36,705 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-28 15:55:38,399 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-28 15:55:38,399 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-28 15:55:38,400 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-28 15:55:38,601 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-28 15:55:38,660 INFO [restartedMain] o.a.k.c.c.ConsumerConfig [AbstractConfig.java:354] ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 3000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-test-consumer-group-1
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = test-consumer-group
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.2
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2021-01-28 15:55:38,702 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:117] Kafka version: 2.6.0
2021-01-28 15:55:38,702 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:118] Kafka commitId: 62abe01bee039651
2021-01-28 15:55:38,702 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:119] Kafka startTimeMs: 1611820538701
2021-01-28 15:55:38,704 INFO [restartedMain] o.a.k.c.c.KafkaConsumer [KafkaConsumer.java:965] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Subscribed to topic(s): comment, like, follow
2021-01-28 15:55:38,709 INFO [restartedMain] o.s.s.c.ThreadPoolTaskScheduler [ExecutorConfigurationSupport.java:181] Initializing ExecutorService
2021-01-28 15:55:38,712 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-28 15:55:38,721 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-28 15:55:38,730 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.743 seconds (JVM running for 5.591)
2021-01-28 15:55:38,999 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.Metadata [Metadata.java:279] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Cluster ID: HpZkkZsDTRe8NRrfxt7E8w
2021-01-28 15:55:39,000 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Discovered group coordinator LAPTOP-5SJBI05C:9092 (id: 2147483647 rack: null)
2021-01-28 15:55:39,003 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 15:55:39,012 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:456] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Join group failed with org.apache.kafka.common.errors.MemberIdRequiredException: The group member needs to have a valid member id before actually entering a consumer group.
2021-01-28 15:55:39,012 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 15:55:39,016 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:627] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Finished assignment for group at generation 7: {consumer-test-consumer-group-1-273d9b12-72ab-43c8-95cb-32b834b727e0=Assignment(partitions=[like-0, comment-0, follow-0])}
2021-01-28 15:55:39,019 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:504] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Successfully joined group with generation 7
2021-01-28 15:55:39,020 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:276] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Notifying assignor about the new Assignment(partitions=[like-0, comment-0, follow-0])
2021-01-28 15:55:39,022 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:288] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Adding newly assigned partitions: comment-0, like-0, follow-0
2021-01-28 15:55:39,029 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition comment-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 15:55:39,029 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition like-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 15:55:39,029 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition follow-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 15:55:39,030 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer [LogAccessor.java:292] test-consumer-group: partitions assigned: [comment-0, like-0, follow-0]
2021-01-28 15:55:51,907 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-28 15:55:51,907 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-28 15:55:51,908 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-28 15:56:32,395 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.UserService.login].
2021-01-28 15:56:32,411 INFO [http-nio-8080-exec-9] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-28 15:56:32,548 INFO [http-nio-8080-exec-9] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-28 15:56:32,632 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 15:56:32,646 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:32,657 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-28 15:56:32,678 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-28 15:56:32,683 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:32,687 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:56:32,692 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:32,694 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:56:32,695 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:32,699 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:56:32,699 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:32,700 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:56:32,701 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:32,702 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:56:32,703 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:32,704 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:56:32,705 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:32,707 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:56:32,708 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:32,709 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:56:32,709 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:32,710 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:56:32,711 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:32,714 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:56:32,839 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 15:56:32,842 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:32,849 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 15:56:32,852 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:35,132 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 15:56:35,134 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:35,140 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 15:56:35,142 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:35,144 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:56:35,145 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 15:56:35,146 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 15:56:35,153 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:35,156 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:56:35,156 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 15:56:35,157 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 15:56:35,159 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:35,160 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:56:35,160 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 15:56:35,161 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:35,161 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:56:35,162 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 15:56:35,162 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:35,163 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:35,164 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:56:35,164 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 15:56:35,165 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 15:56:35,166 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:35,167 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:56:35,168 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 15:56:35,169 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 15:56:35,171 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:35,171 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:56:35,172 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 15:56:35,172 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 15:56:35,174 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:35,177 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:56:35,178 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 15:56:35,178 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 15:56:35,180 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 15:56:35,181 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:35,184 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:56:35,185 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 15:56:35,185 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 15:56:35,186 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 15:56:35,187 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:56:35,188 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:56:35,189 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 15:56:35,189 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 15:56:35,190 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 15:56:35,308 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 15:56:35,309 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:56:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:57:05,927 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 15:57:05,928 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:57:05,929 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:05], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 15:57:05,931 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:57:05,931 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:05], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:57:05,932 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:05], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 15:57:05,932 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:05], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 15:57:06,178 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:06], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 15:57:06,179 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:57:06,184 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:06], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 15:57:06,185 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:57:07,376 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 15:57:07,377 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:57:07,379 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:07], 访问了[com.greate.community.service.LikeService.like].
2021-01-28 15:57:07,410 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:57:07,410 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:07], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 15:57:07,473 INFO [http-nio-8080-exec-1] o.a.k.c.p.ProducerConfig [AbstractConfig.java:354] ProducerConfig values:
acks = 1
batch.size = 16384
bootstrap.servers = [localhost:9092]
buffer.memory = 33554432
client.dns.lookup = use_all_dns_ips
client.id = producer-1
compression.type = none
connections.max.idle.ms = 540000
delivery.timeout.ms = 120000
enable.idempotence = false
interceptor.classes = []
internal.auto.downgrade.txn.commit = true
key.serializer = class org.apache.kafka.common.serialization.StringSerializer
linger.ms = 0
max.block.ms = 60000
max.in.flight.requests.per.connection = 5
max.request.size = 1048576
metadata.max.age.ms = 300000
metadata.max.idle.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retries = 2147483647
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.2
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.StringSerializer
2021-01-28 15:57:07,487 INFO [http-nio-8080-exec-1] o.a.k.c.u.AppInfoParser [AppInfoParser.java:117] Kafka version: 2.6.0
2021-01-28 15:57:07,487 INFO [http-nio-8080-exec-1] o.a.k.c.u.AppInfoParser [AppInfoParser.java:118] Kafka commitId: 62abe01bee039651
2021-01-28 15:57:07,487 INFO [http-nio-8080-exec-1] o.a.k.c.u.AppInfoParser [AppInfoParser.java:119] Kafka startTimeMs: 1611820627486
2021-01-28 15:57:07,491 INFO [kafka-producer-network-thread | producer-1] o.a.k.c.Metadata [Metadata.java:279] [Producer clientId=producer-1] Cluster ID: HpZkkZsDTRe8NRrfxt7E8w
2021-01-28 15:57:09,514 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:09], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 15:57:09,516 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:57:09,516 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:09], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 15:57:09,518 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:57:09,519 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:09], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:57:09,519 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:09], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 15:57:09,520 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:09], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 15:57:09,618 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:09], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 15:57:09,619 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:57:09,626 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:09], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 15:57:09,627 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:57:17,968 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:17], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 15:57:17,968 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:57:17,980 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:17], 访问了[com.greate.community.service.CommentService.addComment].
2021-01-28 15:57:17,987 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:17], 访问了[com.greate.community.service.DiscussPostSerivce.updateCommentCount].
2021-01-28 15:57:17,992 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:17], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 15:57:18,011 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:18], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 15:57:18,012 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:57:18,013 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:18], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 15:57:18,014 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:57:18,015 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:57:18,015 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 15:57:18,016 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:18], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 15:57:18,018 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:57:18,020 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 15:57:18,021 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 15:57:18,021 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:18], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 15:57:18,023 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:18], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 15:57:18,124 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:18], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 15:57:18,125 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 15:57:18,133 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:18], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 15:57:18,136 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 15:57:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:35,109 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:06:35,110 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:35,110 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-28 16:06:35,113 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-28 16:06:35,118 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:35,119 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:06:35,119 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:35,120 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:06:35,120 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:35,121 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:06:35,121 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:35,122 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:06:35,123 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:35,123 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:06:35,124 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:35,124 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:06:35,125 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:35,125 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:06:35,126 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:35,126 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:06:35,126 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:35,127 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:06:35,127 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:35,128 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:06:35,374 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:06:35,375 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:35,380 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:06:35,381 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:49,939 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:49], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:06:49,939 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:49], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:49,940 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:49], 访问了[com.greate.community.service.DiscussPostSerivce.addDiscussPost].
2021-01-28 16:06:51,978 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:06:51,979 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:51,980 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-28 16:06:51,981 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-28 16:06:51,983 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:51,984 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:06:51,986 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:51,987 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:06:51,987 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:51,988 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:06:51,988 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:51,989 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:06:51,989 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:51,990 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:06:51,990 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:51,991 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:06:51,991 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:51,992 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:06:51,992 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:51,992 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:06:51,993 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:51,993 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:06:51,994 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:51,995 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:51], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:06:52,229 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:52], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:06:52,230 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:06:52,241 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:52], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:06:52,242 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:06:52], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:07:13,215 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:13], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:07:13,216 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:07:13,217 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:13], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:07:13,220 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:07:13,220 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:13], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:07:13,220 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:13], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:07:13,220 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:13], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:07:13,455 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:13], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:07:13,456 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:07:24,400 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:24], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:07:24,401 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:24], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:07:24,402 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:24], 访问了[com.greate.community.service.CommentService.addComment].
2021-01-28 16:07:24,405 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:24], 访问了[com.greate.community.service.DiscussPostSerivce.updateCommentCount].
2021-01-28 16:07:24,411 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:24], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:07:24,430 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:24], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:07:24,431 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:24], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:07:24,432 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:24], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:07:24,433 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:24], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:07:24,434 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:24], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:07:24,434 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:24], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:07:24,435 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:24], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:07:24,436 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:24], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:07:24,437 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:24], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:07:24,437 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:24], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:07:24,438 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:24], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:07:24,439 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:24], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:07:24,547 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:24], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:07:24,548 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:07:24], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:26:44,158 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 19336 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-28 16:26:44,160 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-28 16:26:44,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-28 16:26:44,193 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-28 16:26:44,676 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 16:26:44,678 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-28 16:26:44,689 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-28 16:26:44,692 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 16:26:44,692 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-28 16:26:44,697 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-28 16:26:44,706 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 16:26:44,706 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-28 16:26:44,717 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-28 16:26:44,874 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-28 16:26:44,912 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-28 16:26:44,913 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 16:26:44,913 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 16:26:44,914 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 16:26:44,914 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-28 16:26:44,914 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-28 16:26:44,915 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-28 16:26:44,915 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 16:26:44,945 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-28 16:26:45,105 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-28 16:26:45,107 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-28 16:26:45,326 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-28 16:26:45,332 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-28 16:26:45,333 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-28 16:26:45,333 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-28 16:26:45,440 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-28 16:26:45,440 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1246 ms
2021-01-28 16:26:46,133 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-28 16:26:46,202 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-28 16:26:48,826 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-28 16:26:48,827 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-28 16:26:48,827 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-28 16:26:49,026 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-28 16:26:49,079 INFO [restartedMain] o.a.k.c.c.ConsumerConfig [AbstractConfig.java:354] ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 3000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-test-consumer-group-1
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = test-consumer-group
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.2
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2021-01-28 16:26:49,117 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:117] Kafka version: 2.6.0
2021-01-28 16:26:49,118 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:118] Kafka commitId: 62abe01bee039651
2021-01-28 16:26:49,118 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:119] Kafka startTimeMs: 1611822409117
2021-01-28 16:26:49,120 INFO [restartedMain] o.a.k.c.c.KafkaConsumer [KafkaConsumer.java:965] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Subscribed to topic(s): comment, like, follow
2021-01-28 16:26:49,124 INFO [restartedMain] o.s.s.c.ThreadPoolTaskScheduler [ExecutorConfigurationSupport.java:181] Initializing ExecutorService
2021-01-28 16:26:49,127 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-28 16:26:49,136 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-28 16:26:49,144 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 5.315 seconds (JVM running for 6.124)
2021-01-28 16:26:49,411 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.Metadata [Metadata.java:279] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Cluster ID: HpZkkZsDTRe8NRrfxt7E8w
2021-01-28 16:26:49,413 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Discovered group coordinator LAPTOP-5SJBI05C:9092 (id: 2147483647 rack: null)
2021-01-28 16:26:49,416 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 16:26:49,424 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:456] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Join group failed with org.apache.kafka.common.errors.MemberIdRequiredException: The group member needs to have a valid member id before actually entering a consumer group.
2021-01-28 16:26:49,424 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 16:26:49,428 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:627] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Finished assignment for group at generation 9: {consumer-test-consumer-group-1-4df3374e-e293-44b7-97d5-7eaf4916387d=Assignment(partitions=[like-0, comment-0, follow-0])}
2021-01-28 16:26:49,432 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:504] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Successfully joined group with generation 9
2021-01-28 16:26:49,433 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:276] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Notifying assignor about the new Assignment(partitions=[like-0, comment-0, follow-0])
2021-01-28 16:26:49,435 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:288] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Adding newly assigned partitions: comment-0, like-0, follow-0
2021-01-28 16:26:49,441 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition comment-0 to the committed offset FetchPosition{offset=2, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 16:26:49,442 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition like-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 16:26:49,442 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition follow-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 16:26:49,453 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer [LogAccessor.java:292] test-consumer-group: partitions assigned: [comment-0, like-0, follow-0]
2021-01-28 16:27:07,594 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-28 16:27:07,595 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-28 16:27:07,595 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 0 ms
2021-01-28 16:27:07,607 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:08,232 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:08,252 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:08], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:27:08,264 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-28 16:27:08,381 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-28 16:27:08,409 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:08,411 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:08,415 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:08], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:08,421 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:08], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:08,427 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:08,428 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:08], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:08,429 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:08], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:08,430 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:08], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:08,432 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:08], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:27:08,667 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:08], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:08,668 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:08,924 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:08], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:08,927 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:12,125 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:12], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:12,126 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:12,127 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:12], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:27:12,129 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:12,130 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:12], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:12,131 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:12], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:12,132 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:12], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:12,134 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:12,134 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:12], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:12,135 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:12], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:12,136 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:12], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:12,138 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:12], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:27:12,152 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:12], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:12,153 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:12,249 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:12], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:12,251 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:14,266 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:14,268 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:14,269 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-28 16:27:14,282 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-28 16:27:14,286 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:14,288 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:14,289 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:14,290 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:14,292 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:14,292 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:14,293 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:14,294 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:14,294 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:14,297 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:14,297 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:14,298 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:14,299 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:14,300 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:14,300 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:14,301 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:14,301 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:14,302 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:14,303 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:14,303 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:14,404 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:14,406 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:14,419 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:14,421 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:15,882 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:15,883 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:15,884 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-28 16:27:15,885 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-28 16:27:15,889 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:15,890 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:15,891 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:15,892 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:15,892 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:15,893 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:15,894 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:15,895 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:15,896 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:15,897 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:15,897 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:15,898 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:15,899 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:15,900 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:15,900 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:15,901 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:15,901 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:15,902 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:15,902 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:15,903 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:15,996 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:15,998 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:16,004 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:16,004 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:18,965 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:18,966 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:18,967 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:27:18,969 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:18,970 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:18,970 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:18,971 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:18,973 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:18,973 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:18,974 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:18,974 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:18,976 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:18,978 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:18,979 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:18,979 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:18,980 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:18,980 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:18,981 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:18,981 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:18,982 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:18,982 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:18,983 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:27:18,986 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:18,987 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:18,987 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:18,988 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:18,989 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:18,990 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:18,990 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:18,991 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:27:18,992 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:18,993 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:18,993 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:18,994 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:18,997 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:27:18,998 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:18,999 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:18,999 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:19,000 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:19], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:19,001 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:19], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:27:19,002 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:19,003 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:19,003 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:19,004 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:19], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:19,005 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:19], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:27:19,018 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:19], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:19,019 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:19,104 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:19], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:19,105 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:25,670 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:25], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:25,672 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:25,672 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:25], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:27:25,674 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:25,675 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:25], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:25,675 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:25], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:25,676 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:25], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:25,677 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:25,678 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:25], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:25,678 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:25], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:25,679 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:25], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:25,680 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:25], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:27:25,688 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:25], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:25,688 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:25,784 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:25], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:25,786 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:28,455 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:28,456 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:28,456 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:28], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:27:28,459 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:28,459 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:28], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:28,460 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:28], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:28,461 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:28], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:28,462 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:28,463 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:28], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:28,463 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:28], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:28,464 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:28], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:28,468 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:28], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:27:28,475 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:28,476 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:28,610 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:28,611 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:33,886 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:33,887 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:33,888 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:33], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:27:33,890 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:33,890 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:33,891 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:33], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:33,891 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:33], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:33,893 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:33,893 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:33,894 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:33], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:33,894 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:33], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:33,896 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:33], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:27:33,903 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:33,904 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:33,997 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:33,998 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:35,613 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:35,614 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:35,615 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:27:35,617 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:35,618 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:35,618 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:35,619 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:35,622 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:35,622 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:35,623 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:35,623 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:35,625 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:35,625 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:35,626 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:35,626 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:35,627 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:35,628 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:35,628 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:35,629 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:35,630 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:35,630 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:35,631 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:27:35,632 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:35,633 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:35,633 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:35,634 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:35,635 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:35,635 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:35,636 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:35,636 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:27:35,637 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:35,638 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:35,638 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:35,639 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:35,640 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:27:35,641 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:35,641 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:35,642 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:35,642 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:35,643 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:27:35,645 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:35,646 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:35,647 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:35,647 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:35,648 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:27:35,656 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:35,657 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:35,739 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:35,740 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:35], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:39,353 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:39], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:39,355 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:39,356 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:39], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:27:39,358 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:39,359 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:39,360 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:39,360 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:39], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:39,362 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:39,363 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:39,363 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:39,364 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:39], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:39,365 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:39], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:27:39,375 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:39], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:39,376 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:39,522 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:39], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:39,523 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:55,943 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:55], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:55,944 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:55,945 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:55], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:27:55,947 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:55,947 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:55,948 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:55,948 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:55,950 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:55,951 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:55,951 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:55,952 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:55,954 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:27:55,960 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:55], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:55,961 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:56,202 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:56], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:56,203 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:58,428 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:58,429 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:58,430 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:58], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:27:58,431 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:58,432 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:27:58,432 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:58], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:27:58,433 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:58], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:27:58,583 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:58,585 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:27:58,595 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:27:58,596 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:27:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:14,565 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:28:14,566 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:14,567 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:14], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:28:14,568 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:14,569 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:14,569 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:14], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:14,570 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:14], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:28:14,572 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:14,573 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:14,573 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:14], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:14,574 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:14], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:28:14,576 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:14], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:28:14,582 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:28:14,582 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:14,820 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:28:14,821 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:17,826 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:28:17,826 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:17,827 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-28 16:28:17,828 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-28 16:28:17,830 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:17,831 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:17,831 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:17,831 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:17,832 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:17,832 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:17,833 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:17,833 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:17,834 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:17,834 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:17,835 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:17,835 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:17,836 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:17,836 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:17,837 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:17,837 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:17,838 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:17,838 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:17,839 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:17,839 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:17,999 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:17], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:28:18,000 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:18,009 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:28:18,010 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:18,892 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:28:18,893 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:18,894 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:28:18,896 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:18,896 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:18,896 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:18,897 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:28:18,898 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:18,899 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:18,899 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:18,899 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:28:18,901 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:18,901 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:18,901 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:18,902 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:18,902 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:18,903 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:18,904 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:18,905 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:18,905 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:18,906 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:18,906 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:28:18,907 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:18,908 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:18,908 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:18,908 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:28:18,910 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:18,910 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:18,910 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:18,911 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:28:18,912 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:18,912 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:18,912 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:18,913 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:28:18,914 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:28:18,915 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:18,915 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:18,915 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:18,916 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:28:18,917 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:28:18,918 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:18,918 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:18,919 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:18,919 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:28:18,921 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:28:18,928 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:28:18,928 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:19,031 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:19], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:28:19,033 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:30,987 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:30], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:28:30,988 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:43,915 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:28:43,916 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:43,917 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:28:43,919 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:43,919 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:43,920 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:43,920 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:28:43,922 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:43,923 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:43,924 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:43,925 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:28:43,927 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:43,927 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:43,928 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:43,928 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:43,929 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:43,929 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:43,929 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:43,930 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:43,930 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:43,930 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:43,931 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:28:43,932 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:43,932 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:43,933 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:43,933 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:28:43,935 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:43,935 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:43,936 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:43,936 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:28:43,937 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:43,937 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:43,938 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:43,938 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:28:43,940 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:28:43,941 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:43,941 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:43,942 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:43,942 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:28:43,943 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:28:43,944 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:43,945 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:43,945 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:43,945 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:28:43,947 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:28:43,954 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:28:43,955 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:43], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:44,211 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:44], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:28:44,212 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:47,596 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:28:47,597 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:47,598 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:28:47,599 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:47,600 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:47,600 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:47,600 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:28:47,603 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:47,603 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:47,604 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:47,605 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:28:47,606 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:47,607 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:47,607 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:47,607 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:47,608 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:47,608 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:47,608 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:47,609 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:47,609 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:47,610 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:47,610 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:28:47,611 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:47,612 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:47,612 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:47,612 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:28:47,613 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:47,614 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:47,614 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:47,615 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:28:47,616 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:47,616 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:47,617 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:47,617 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:28:47,619 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:28:47,620 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:47,621 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:47,622 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:47,622 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:28:47,623 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:28:47,624 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:47,625 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:28:47,625 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:28:47,626 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:28:47,627 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:28:47,633 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:28:47,634 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:28:47,727 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:28:47,728 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:28:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:31,939 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 28420 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-28 16:29:31,945 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-28 16:29:32,027 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-28 16:29:32,028 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-28 16:29:33,183 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 16:29:33,188 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-28 16:29:33,241 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 43 ms. Found 0 Elasticsearch repository interfaces.
2021-01-28 16:29:33,252 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 16:29:33,253 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-28 16:29:33,275 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 19 ms. Found 0 Reactive Elasticsearch repository interfaces.
2021-01-28 16:29:33,315 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 16:29:33,318 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-28 16:29:33,360 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 17 ms. Found 0 Redis repository interfaces.
2021-01-28 16:29:33,794 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-28 16:29:33,903 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-28 16:29:33,906 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 16:29:33,907 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 16:29:33,908 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 16:29:33,908 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-28 16:29:33,909 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-28 16:29:33,909 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-28 16:29:33,909 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 16:29:33,972 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-28 16:29:34,259 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-28 16:29:34,261 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-28 16:29:34,629 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-28 16:29:34,639 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-28 16:29:34,640 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-28 16:29:34,641 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-28 16:29:34,812 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-28 16:29:34,813 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 2783 ms
2021-01-28 16:29:35,762 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-28 16:29:35,844 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-28 16:29:37,563 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-28 16:29:37,563 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-28 16:29:37,563 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-28 16:29:37,762 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-28 16:29:37,814 INFO [restartedMain] o.a.k.c.c.ConsumerConfig [AbstractConfig.java:354] ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 3000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-test-consumer-group-1
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = test-consumer-group
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.2
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2021-01-28 16:29:37,853 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:117] Kafka version: 2.6.0
2021-01-28 16:29:37,854 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:118] Kafka commitId: 62abe01bee039651
2021-01-28 16:29:37,854 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:119] Kafka startTimeMs: 1611822577853
2021-01-28 16:29:37,856 INFO [restartedMain] o.a.k.c.c.KafkaConsumer [KafkaConsumer.java:965] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Subscribed to topic(s): comment, like, follow
2021-01-28 16:29:37,860 INFO [restartedMain] o.s.s.c.ThreadPoolTaskScheduler [ExecutorConfigurationSupport.java:181] Initializing ExecutorService
2021-01-28 16:29:37,863 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-28 16:29:37,873 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-28 16:29:37,882 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 6.526 seconds (JVM running for 7.419)
2021-01-28 16:29:38,144 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.Metadata [Metadata.java:279] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Cluster ID: HpZkkZsDTRe8NRrfxt7E8w
2021-01-28 16:29:38,146 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Discovered group coordinator LAPTOP-5SJBI05C:9092 (id: 2147483647 rack: null)
2021-01-28 16:29:38,149 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 16:29:38,159 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:456] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Join group failed with org.apache.kafka.common.errors.MemberIdRequiredException: The group member needs to have a valid member id before actually entering a consumer group.
2021-01-28 16:29:38,159 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 16:29:38,474 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:627] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Finished assignment for group at generation 10: {consumer-test-consumer-group-1-831adbc8-a367-4ab3-ba70-29e37098df5d=Assignment(partitions=[like-0, comment-0, follow-0])}
2021-01-28 16:29:38,478 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:504] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Successfully joined group with generation 10
2021-01-28 16:29:38,479 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:276] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Notifying assignor about the new Assignment(partitions=[like-0, comment-0, follow-0])
2021-01-28 16:29:38,482 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:288] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Adding newly assigned partitions: comment-0, like-0, follow-0
2021-01-28 16:29:38,488 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition comment-0 to the committed offset FetchPosition{offset=2, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 16:29:38,489 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition like-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 16:29:38,489 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition follow-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 16:29:38,497 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer [LogAccessor.java:292] test-consumer-group: partitions assigned: [comment-0, like-0, follow-0]
2021-01-28 16:29:41,396 INFO [http-nio-8080-exec-5] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-28 16:29:41,397 INFO [http-nio-8080-exec-5] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-28 16:29:41,399 INFO [http-nio-8080-exec-5] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 2 ms
2021-01-28 16:29:43,985 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:43], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:29:44,622 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:44,637 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-28 16:29:44,658 INFO [http-nio-8080-exec-4] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-28 16:29:44,780 INFO [http-nio-8080-exec-4] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-28 16:29:44,808 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-28 16:29:44,816 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:44,817 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:29:44,821 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:44,822 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:29:44,823 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:44,824 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:29:44,825 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:44,825 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:29:44,826 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:44,828 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:29:44,829 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:44,830 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:29:44,831 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:44,832 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:29:44,832 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:44,833 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:29:44,834 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:44,835 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:29:44,835 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:44,838 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:29:45,189 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:45], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:29:45,191 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:45], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:45,202 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:45], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:29:45,203 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:45], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:46,415 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:29:46,416 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:46,421 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:46], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:29:46,423 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:46,424 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:46], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:29:46,425 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:46], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:29:46,432 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:46], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:29:46,437 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:46,439 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:46], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:29:46,440 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:46], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:29:46,441 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:46], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:29:46,443 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:46], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:29:46,564 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:46], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:29:46,566 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:46], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:53,347 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:29:53,349 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:53,350 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:29:53,353 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:53,354 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:29:53,354 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:29:53,355 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:29:53,357 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:53,358 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:29:53,359 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:29:53,359 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:29:53,361 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:53,362 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:29:53,363 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:29:53,364 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:53,365 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:53,365 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:29:53,366 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:29:53,366 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:53,367 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:53,367 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:29:53,368 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:29:53,369 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:29:53,370 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:53,371 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:29:53,371 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:29:53,372 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:29:53,373 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:29:53,374 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:53,375 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:29:53,376 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:29:53,376 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:29:53,378 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:53,379 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:29:53,380 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:29:53,381 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:29:53,382 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:53,383 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:29:53,384 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:29:53,384 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:29:53,386 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:29:53,388 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:29:53,389 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:29:53,390 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:29:53,390 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:29:53,392 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:29:53,501 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:29:53,502 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:29:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:31:54,929 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:54], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:31:54,930 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:54], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:31:54,939 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:54], 访问了[com.greate.community.service.CommentService.addComment].
2021-01-28 16:31:54,951 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:54], 访问了[com.greate.community.service.CommentService.findCommentById].
2021-01-28 16:31:55,032 INFO [http-nio-8080-exec-7] o.a.k.c.p.ProducerConfig [AbstractConfig.java:354] ProducerConfig values:
acks = 1
batch.size = 16384
bootstrap.servers = [localhost:9092]
buffer.memory = 33554432
client.dns.lookup = use_all_dns_ips
client.id = producer-1
compression.type = none
connections.max.idle.ms = 540000
delivery.timeout.ms = 120000
enable.idempotence = false
interceptor.classes = []
internal.auto.downgrade.txn.commit = true
key.serializer = class org.apache.kafka.common.serialization.StringSerializer
linger.ms = 0
max.block.ms = 60000
max.in.flight.requests.per.connection = 5
max.request.size = 1048576
metadata.max.age.ms = 300000
metadata.max.idle.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retries = 2147483647
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.2
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.StringSerializer
2021-01-28 16:31:55,045 INFO [http-nio-8080-exec-7] o.a.k.c.u.AppInfoParser [AppInfoParser.java:117] Kafka version: 2.6.0
2021-01-28 16:31:55,045 INFO [http-nio-8080-exec-7] o.a.k.c.u.AppInfoParser [AppInfoParser.java:118] Kafka commitId: 62abe01bee039651
2021-01-28 16:31:55,045 INFO [http-nio-8080-exec-7] o.a.k.c.u.AppInfoParser [AppInfoParser.java:119] Kafka startTimeMs: 1611822715045
2021-01-28 16:31:55,048 INFO [kafka-producer-network-thread | producer-1] o.a.k.c.Metadata [Metadata.java:279] [Producer clientId=producer-1] Cluster ID: HpZkkZsDTRe8NRrfxt7E8w
2021-01-28 16:31:55,083 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:31:55,084 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:31:55,085 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:31:55,086 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:31:55,087 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:31:55,087 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:31:55,088 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:31:55,091 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:31:55,092 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:31:55,092 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:31:55,093 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:31:55,095 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:31:55,095 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:31:55,096 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:31:55,096 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:31:55,097 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:31:55,097 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:31:55,098 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:31:55,098 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:31:55,099 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:31:55,099 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:31:55,100 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:31:55,100 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:31:55,100 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:31:55,101 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:31:55,101 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:31:55,102 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:31:55,103 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:31:55,104 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:31:55,104 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:31:55,105 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:31:55,106 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:31:55,107 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:31:55,107 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:31:55,108 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:31:55,108 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:31:55,110 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:31:55,110 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:31:55,111 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:31:55,111 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:31:55,112 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:31:55,113 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:31:55,113 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:31:55,114 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:31:55,115 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:31:55,116 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:31:55,116 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:31:55,117 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:31:55,117 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:31:55,118 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:31:55,403 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:31:55,404 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:31:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:15,516 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 12604 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-28 16:35:15,523 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-28 16:35:15,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-28 16:35:15,620 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-28 16:35:16,546 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 16:35:16,548 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-28 16:35:16,563 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-28 16:35:16,567 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 16:35:16,568 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-28 16:35:16,574 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-28 16:35:16,586 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 16:35:16,588 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-28 16:35:16,601 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-28 16:35:16,803 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-28 16:35:16,849 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-28 16:35:16,850 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 16:35:16,850 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 16:35:16,851 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 16:35:16,851 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-28 16:35:16,851 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-28 16:35:16,852 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-28 16:35:16,852 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 16:35:16,887 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-28 16:35:17,069 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-28 16:35:17,071 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-28 16:35:17,332 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-28 16:35:17,339 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-28 16:35:17,340 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-28 16:35:17,340 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-28 16:35:17,462 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-28 16:35:17,462 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1840 ms
2021-01-28 16:35:18,261 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-28 16:35:18,335 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-28 16:35:20,014 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-28 16:35:20,014 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-28 16:35:20,014 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-28 16:35:20,216 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-28 16:35:20,272 INFO [restartedMain] o.a.k.c.c.ConsumerConfig [AbstractConfig.java:354] ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 3000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-test-consumer-group-1
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = test-consumer-group
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.2
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2021-01-28 16:35:20,311 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:117] Kafka version: 2.6.0
2021-01-28 16:35:20,311 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:118] Kafka commitId: 62abe01bee039651
2021-01-28 16:35:20,311 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:119] Kafka startTimeMs: 1611822920310
2021-01-28 16:35:20,313 INFO [restartedMain] o.a.k.c.c.KafkaConsumer [KafkaConsumer.java:965] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Subscribed to topic(s): comment, like, follow
2021-01-28 16:35:20,317 INFO [restartedMain] o.s.s.c.ThreadPoolTaskScheduler [ExecutorConfigurationSupport.java:181] Initializing ExecutorService
2021-01-28 16:35:20,320 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-28 16:35:20,330 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-28 16:35:20,338 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 5.956 seconds (JVM running for 8.147)
2021-01-28 16:35:20,620 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.Metadata [Metadata.java:279] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Cluster ID: HpZkkZsDTRe8NRrfxt7E8w
2021-01-28 16:35:20,622 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Discovered group coordinator LAPTOP-5SJBI05C:9092 (id: 2147483647 rack: null)
2021-01-28 16:35:20,625 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 16:35:20,636 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:456] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Join group failed with org.apache.kafka.common.errors.MemberIdRequiredException: The group member needs to have a valid member id before actually entering a consumer group.
2021-01-28 16:35:20,637 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 16:35:20,641 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:627] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Finished assignment for group at generation 12: {consumer-test-consumer-group-1-687be67b-ce51-435b-ac02-f9de6b8db9c7=Assignment(partitions=[like-0, comment-0, follow-0])}
2021-01-28 16:35:20,646 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:504] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Successfully joined group with generation 12
2021-01-28 16:35:20,647 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:276] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Notifying assignor about the new Assignment(partitions=[like-0, comment-0, follow-0])
2021-01-28 16:35:20,650 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:288] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Adding newly assigned partitions: comment-0, like-0, follow-0
2021-01-28 16:35:20,658 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition comment-0 to the committed offset FetchPosition{offset=3, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 16:35:20,659 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition like-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 16:35:20,659 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition follow-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 16:35:20,670 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer [LogAccessor.java:292] test-consumer-group: partitions assigned: [comment-0, like-0, follow-0]
2021-01-28 16:35:31,004 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-28 16:35:31,004 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-28 16:35:31,005 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-28 16:35:31,017 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:35:31,656 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:31,676 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:35:31,688 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-28 16:35:31,816 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-28 16:35:31,845 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:31,847 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:31,851 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:31,857 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:35:31,864 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:31,865 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:31,866 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:31,868 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:35:31,870 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:31,871 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:31,872 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:31,873 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:31,874 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:31,875 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:31,876 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:31,878 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:31,879 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:31,879 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:31,880 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:31,881 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:31,882 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:31,883 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:31,883 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:31,884 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:35:31,886 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:31,887 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:31,888 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:31,889 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:35:31,890 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:35:31,892 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:31,893 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:31,895 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:31,895 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:35:31,898 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:31,899 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:31,899 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:31,900 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:35:31,902 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:31,903 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:31,903 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:31,904 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:35:31,906 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:35:31,907 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:31,908 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:31,909 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:31,910 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:35:31,912 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:31], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:35:32,367 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:32], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:35:32,369 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:39,366 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:35:39,367 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:39,376 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.CommentService.addComment].
2021-01-28 16:35:39,386 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.DiscussPostSerivce.updateCommentCount].
2021-01-28 16:35:39,392 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:35:39,460 INFO [http-nio-8080-exec-4] o.a.k.c.p.ProducerConfig [AbstractConfig.java:354] ProducerConfig values:
acks = 1
batch.size = 16384
bootstrap.servers = [localhost:9092]
buffer.memory = 33554432
client.dns.lookup = use_all_dns_ips
client.id = producer-1
compression.type = none
connections.max.idle.ms = 540000
delivery.timeout.ms = 120000
enable.idempotence = false
interceptor.classes = []
internal.auto.downgrade.txn.commit = true
key.serializer = class org.apache.kafka.common.serialization.StringSerializer
linger.ms = 0
max.block.ms = 60000
max.in.flight.requests.per.connection = 5
max.request.size = 1048576
metadata.max.age.ms = 300000
metadata.max.idle.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retries = 2147483647
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.2
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.StringSerializer
2021-01-28 16:35:39,473 INFO [http-nio-8080-exec-4] o.a.k.c.u.AppInfoParser [AppInfoParser.java:117] Kafka version: 2.6.0
2021-01-28 16:35:39,474 INFO [http-nio-8080-exec-4] o.a.k.c.u.AppInfoParser [AppInfoParser.java:118] Kafka commitId: 62abe01bee039651
2021-01-28 16:35:39,474 INFO [http-nio-8080-exec-4] o.a.k.c.u.AppInfoParser [AppInfoParser.java:119] Kafka startTimeMs: 1611822939473
2021-01-28 16:35:39,477 INFO [kafka-producer-network-thread | producer-1] o.a.k.c.Metadata [Metadata.java:279] [Producer clientId=producer-1] Cluster ID: HpZkkZsDTRe8NRrfxt7E8w
2021-01-28 16:35:39,510 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:35:39,511 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:39,512 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:35:39,514 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:39,516 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:39,516 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:39,517 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:35:39,520 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:39,521 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:39,521 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:39,522 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:35:39,525 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:39,525 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:39,526 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:39,526 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:39,527 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:39,528 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:39,528 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:39,529 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:39,529 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:39,530 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:39,531 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:39,531 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:39,532 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:39,532 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:39,533 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:39,533 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:35:39,535 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:39,535 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:39,536 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:39,536 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:35:39,538 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:35:39,539 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:39,540 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:39,540 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:39,541 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:35:39,542 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:39,543 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:39,543 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:39,544 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:35:39,546 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:39,546 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:39,547 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:39,547 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:35:39,550 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:35:39,551 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:39,552 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:39,553 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:39,553 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:35:39,555 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:35:39,668 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:35:39,669 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:39], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:42,119 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:35:42,120 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:42,121 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:35:42,123 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:42,123 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:42,124 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:42,124 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:35:42,127 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:42,128 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:42,129 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:42,130 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:35:42,132 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:35:42,133 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:42,134 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:42,134 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:42,134 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:35:42,136 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:35:42,137 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:42,138 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:42,138 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:42,139 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:35:42,141 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:42,143 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:42,143 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:42,144 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:42,145 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:42,146 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:42,146 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:35:42,148 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:42,148 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:35:42,149 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:35:42,149 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:35:42,151 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:35:42,252 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:35:42,254 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:35:42,268 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:35:42,269 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:35:42], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:38:23,796 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 12204 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-28 16:38:23,801 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-28 16:38:23,889 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-28 16:38:23,890 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-28 16:38:25,009 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 16:38:25,013 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-28 16:38:25,045 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 22 ms. Found 0 Elasticsearch repository interfaces.
2021-01-28 16:38:25,055 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 16:38:25,057 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-28 16:38:25,070 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 12 ms. Found 0 Reactive Elasticsearch repository interfaces.
2021-01-28 16:38:25,095 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 16:38:25,098 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-28 16:38:25,127 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces.
2021-01-28 16:38:25,585 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-28 16:38:25,665 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-28 16:38:25,667 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 16:38:25,667 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 16:38:25,668 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 16:38:25,669 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-28 16:38:25,669 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-28 16:38:25,669 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-28 16:38:25,670 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 16:38:25,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-28 16:38:26,067 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-28 16:38:26,070 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-28 16:38:26,417 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-28 16:38:26,425 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-28 16:38:26,426 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-28 16:38:26,426 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-28 16:38:26,569 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-28 16:38:26,570 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 2678 ms
2021-01-28 16:38:27,501 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-28 16:38:27,581 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-28 16:38:29,293 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-28 16:38:29,293 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-28 16:38:29,294 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-28 16:38:29,491 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-28 16:38:29,546 INFO [restartedMain] o.a.k.c.c.ConsumerConfig [AbstractConfig.java:354] ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 3000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-test-consumer-group-1
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = test-consumer-group
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.2
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2021-01-28 16:38:29,585 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:117] Kafka version: 2.6.0
2021-01-28 16:38:29,585 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:118] Kafka commitId: 62abe01bee039651
2021-01-28 16:38:29,585 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:119] Kafka startTimeMs: 1611823109584
2021-01-28 16:38:29,587 INFO [restartedMain] o.a.k.c.c.KafkaConsumer [KafkaConsumer.java:965] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Subscribed to topic(s): comment, like, follow
2021-01-28 16:38:29,591 INFO [restartedMain] o.s.s.c.ThreadPoolTaskScheduler [ExecutorConfigurationSupport.java:181] Initializing ExecutorService
2021-01-28 16:38:29,594 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-28 16:38:29,605 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-28 16:38:29,613 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 6.524 seconds (JVM running for 8.291)
2021-01-28 16:38:29,870 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.Metadata [Metadata.java:279] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Cluster ID: HpZkkZsDTRe8NRrfxt7E8w
2021-01-28 16:38:29,872 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Discovered group coordinator LAPTOP-5SJBI05C:9092 (id: 2147483647 rack: null)
2021-01-28 16:38:29,875 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 16:38:29,883 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:456] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Join group failed with org.apache.kafka.common.errors.MemberIdRequiredException: The group member needs to have a valid member id before actually entering a consumer group.
2021-01-28 16:38:29,884 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 16:38:29,888 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:627] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Finished assignment for group at generation 14: {consumer-test-consumer-group-1-5bcc2bc3-26f4-4a5c-8a3f-6901b8a91d96=Assignment(partitions=[like-0, comment-0, follow-0])}
2021-01-28 16:38:29,892 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:504] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Successfully joined group with generation 14
2021-01-28 16:38:29,894 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:276] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Notifying assignor about the new Assignment(partitions=[like-0, comment-0, follow-0])
2021-01-28 16:38:29,896 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:288] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Adding newly assigned partitions: comment-0, like-0, follow-0
2021-01-28 16:38:29,904 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition comment-0 to the committed offset FetchPosition{offset=4, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 16:38:29,904 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition like-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 16:38:29,905 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition follow-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 16:38:29,913 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer [LogAccessor.java:292] test-consumer-group: partitions assigned: [comment-0, like-0, follow-0]
2021-01-28 16:38:59,602 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-28 16:38:59,602 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-28 16:38:59,603 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 0 ms
2021-01-28 16:38:59,615 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:38:59], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:39:00,251 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:00,271 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:39:00,282 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-28 16:39:00,402 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-28 16:39:00,430 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:00,433 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:00,438 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:00,444 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:39:00,449 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:00,451 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:00,452 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:00,452 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:39:00,454 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:39:00,458 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:00,459 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:00,460 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:00,461 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:39:00,463 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:39:00,464 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:00,466 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:00,467 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:00,468 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:39:00,470 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:00,471 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:00,472 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:00,473 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:00,474 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:00,475 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:00,475 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:39:00,477 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:00,478 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:00,478 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:00,479 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:39:00,481 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:39:00,951 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:39:00,952 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:00,960 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:39:00,962 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:00], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:05,350 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:39:05,351 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:05,361 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.CommentService.addComment].
2021-01-28 16:39:05,369 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.DiscussPostSerivce.updateCommentCount].
2021-01-28 16:39:05,379 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:39:05,442 INFO [http-nio-8080-exec-5] o.a.k.c.p.ProducerConfig [AbstractConfig.java:354] ProducerConfig values:
acks = 1
batch.size = 16384
bootstrap.servers = [localhost:9092]
buffer.memory = 33554432
client.dns.lookup = use_all_dns_ips
client.id = producer-1
compression.type = none
connections.max.idle.ms = 540000
delivery.timeout.ms = 120000
enable.idempotence = false
interceptor.classes = []
internal.auto.downgrade.txn.commit = true
key.serializer = class org.apache.kafka.common.serialization.StringSerializer
linger.ms = 0
max.block.ms = 60000
max.in.flight.requests.per.connection = 5
max.request.size = 1048576
metadata.max.age.ms = 300000
metadata.max.idle.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retries = 2147483647
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.2
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.StringSerializer
2021-01-28 16:39:05,454 INFO [http-nio-8080-exec-5] o.a.k.c.u.AppInfoParser [AppInfoParser.java:117] Kafka version: 2.6.0
2021-01-28 16:39:05,455 INFO [http-nio-8080-exec-5] o.a.k.c.u.AppInfoParser [AppInfoParser.java:118] Kafka commitId: 62abe01bee039651
2021-01-28 16:39:05,455 INFO [http-nio-8080-exec-5] o.a.k.c.u.AppInfoParser [AppInfoParser.java:119] Kafka startTimeMs: 1611823145454
2021-01-28 16:39:05,458 INFO [kafka-producer-network-thread | producer-1] o.a.k.c.Metadata [Metadata.java:279] [Producer clientId=producer-1] Cluster ID: HpZkkZsDTRe8NRrfxt7E8w
2021-01-28 16:39:05,493 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:39:05,495 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:05,497 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:39:05,499 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:05,501 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:05,501 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:05,502 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:39:05,506 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:05,507 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:05,508 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:05,509 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:39:05,512 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:05,512 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:05,513 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:05,514 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:05,517 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:05,518 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:05,518 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:05,519 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:05,520 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:05,520 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:05,521 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:05,521 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:05,522 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:05,523 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:05,523 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:05,524 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:39:05,527 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:05,528 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:05,528 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:05,529 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:39:05,530 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:39:05,532 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:05,532 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:05,533 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:05,533 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:39:05,536 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:05,537 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:05,538 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:05,538 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:39:05,540 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:05,541 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:05,541 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:05,542 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:39:05,543 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:39:05,546 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:05,547 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:05,548 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:05,548 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:39:05,550 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:39:05,669 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:39:05,670 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:37,038 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:39:37,039 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:37,041 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.CommentService.addComment].
2021-01-28 16:39:37,045 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.CommentService.findCommentById].
2021-01-28 16:39:37,064 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:39:37,065 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:37,066 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:39:37,068 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:37,068 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:37,069 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:37,069 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:39:37,071 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:37,072 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:37,072 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:37,073 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:39:37,074 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:37,075 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:37,075 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:37,076 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:37,077 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:37,078 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:37,079 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:37,080 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:37,081 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:37,082 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:37,082 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:37,083 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:37,083 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:37,084 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:37,084 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:37,084 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:37,085 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:37,086 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:37,086 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:37,087 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:39:37,088 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:37,089 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:37,089 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:37,090 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:39:37,091 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:39:37,093 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:37,094 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:37,095 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:37,095 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:39:37,097 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:37,098 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:37,099 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:37,099 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:39:37,100 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:37,101 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:37,101 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:37,102 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:39:37,103 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:39:37,104 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:39:37,105 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:39:37,105 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:39:37,106 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:39:37,107 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:39:37,346 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:39:37,348 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:39:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:40:07,836 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:40:07,837 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:40:07,839 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.CommentService.addComment].
2021-01-28 16:40:07,842 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.CommentService.findCommentById].
2021-01-28 16:40:07,860 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:40:07,861 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:40:07,862 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:40:07,864 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:40:07,865 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:40:07,865 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:40:07,866 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:40:07,870 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:40:07,871 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:40:07,871 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:40:07,872 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:40:07,875 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:40:07,875 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:40:07,876 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:40:07,877 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:40:07,877 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:40:07,878 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:40:07,878 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:40:07,879 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:40:07,879 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:40:07,880 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:40:07,880 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:40:07,881 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:40:07,881 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:40:07,881 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:40:07,882 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:40:07,883 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:40:07,884 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:40:07,885 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:40:07,886 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:40:07,887 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:40:07,888 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:40:07,888 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:40:07,889 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:40:07,889 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:40:07,891 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:40:07,891 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:40:07,891 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:40:07,892 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:40:07,893 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:40:07,894 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:40:07,895 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:40:07,896 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:40:07,896 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:40:07,898 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:40:07,898 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:40:07,899 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:40:07,899 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:40:07,902 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:40:07,902 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:40:07,903 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:40:07,904 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:40:07,905 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:40:07,906 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:40:07,907 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:40:07,907 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:40:07,908 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:40:07,909 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:07], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:40:08,151 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:08], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:40:08,153 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:40:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,886 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:41:31,887 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,889 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.CommentService.addComment].
2021-01-28 16:41:31,893 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.CommentService.findCommentById].
2021-01-28 16:41:31,911 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:41:31,912 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,912 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:41:31,914 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,914 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:31,915 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:31,915 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:31,917 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,918 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:31,919 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:31,920 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:31,922 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,923 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:31,923 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:31,924 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,924 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,925 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:31,925 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:31,925 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,926 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,926 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:31,927 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:31,927 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,928 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,928 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:31,928 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:31,929 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,929 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,930 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:31,930 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:31,930 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,931 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,931 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:31,931 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:31,932 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:41:31,933 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,934 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:31,934 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:31,935 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:31,937 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:41:31,938 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,939 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:31,939 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:31,940 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:31,941 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,941 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:31,942 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:31,942 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:41:31,943 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,944 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:31,944 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:31,945 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:31,946 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,946 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,947 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:31,947 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:31,947 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:41:31,948 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:31,949 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:31,949 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:31,950 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:31,951 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:31], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:41:32,194 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:32], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:41:32,195 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:32], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:47,636 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:41:47,637 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:47,638 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:41:47,639 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:47,640 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:47,640 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:47,641 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:47,642 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:47,643 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:47,644 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:47,644 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:47,646 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:41:47,647 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:47,648 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:47,649 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:47,649 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:47,650 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:41:47,651 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:47,651 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:47,652 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:47,652 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:47,653 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:41:47,654 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:47,655 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:47,655 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:47,656 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:47,657 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:41:47,658 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:47,658 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:47,659 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:47,659 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:47,660 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:41:47,896 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:41:47,897 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:49,975 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:41:49,975 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:49,976 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:41:49,978 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:49,979 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:49,980 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:49,980 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:49,982 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:49,983 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:49,983 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:49,983 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:49,985 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:41:49,985 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:49,986 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:49,986 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:49,986 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:49,987 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:41:49,988 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:49,989 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:49,989 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:49,990 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:49,991 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:49,991 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:49,992 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:49,992 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:49,992 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:49,993 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:49,993 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:41:49,995 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:49,996 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:49,996 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:49,997 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:49,998 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:41:49,999 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:49,999 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:49], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:50,000 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:50], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:50,000 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:50], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:50,001 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:50], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:41:50,105 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:50], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:41:50,106 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:50], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:50,119 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:50], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:41:50,120 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:50], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,056 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:41:55,056 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,058 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.CommentService.addComment].
2021-01-28 16:41:55,061 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.CommentService.findCommentById].
2021-01-28 16:41:55,083 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:41:55,083 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,084 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:41:55,085 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,085 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:55,086 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:55,086 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:55,087 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,088 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:55,088 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:55,089 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:55,090 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,090 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:55,091 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:55,091 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,092 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,092 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:55,092 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:55,093 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,093 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,093 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:55,094 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:55,095 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,096 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,096 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:55,097 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:55,097 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,098 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,099 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:55,099 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:55,100 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,100 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,100 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:55,101 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:55,101 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:41:55,102 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,103 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:55,103 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:55,103 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:55,105 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:41:55,105 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,106 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:55,106 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:55,106 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:55,108 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,108 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:55,109 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:55,109 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:41:55,110 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,110 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:55,111 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:55,112 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:55,113 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,114 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,115 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:55,115 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:55,116 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:41:55,117 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:41:55,117 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:41:55,118 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:41:55,118 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:41:55,119 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:41:55,225 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:41:55,226 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:41:55], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:14,774 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:42:14,775 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:14,776 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:42:14,777 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:14,778 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:14,778 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:14,779 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:42:14,780 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:14,780 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:14,781 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:14,781 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:42:14,782 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:42:14,783 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:14,783 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:14,784 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:14,784 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:42:14,786 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:42:14,788 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:14,788 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:14,789 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:14,789 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:42:14,790 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:14,791 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:14,791 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:14,791 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:14,792 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:14,792 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:14,793 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:14,793 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:14,793 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:14,794 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:14,794 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:42:14,795 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:14,795 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:14,796 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:14,796 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:42:14,797 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:42:14,798 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:14,798 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:14,799 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:14,799 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:42:14,800 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:14], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:42:15,036 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:15], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:42:15,038 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:15,047 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:15], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:42:15,048 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:15], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,443 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:42:19,443 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,445 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.CommentService.addComment].
2021-01-28 16:42:19,450 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.CommentService.findCommentById].
2021-01-28 16:42:19,468 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:42:19,469 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,469 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:42:19,471 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,471 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:19,471 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:19,472 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:42:19,473 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,473 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:19,474 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:19,474 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:42:19,475 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,476 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:19,476 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:19,477 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,477 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,477 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:19,478 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:19,478 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,478 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,479 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:19,479 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:19,480 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,481 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,481 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:19,482 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:19,482 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,483 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,483 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:19,483 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:19,484 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,484 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,484 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:19,485 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:19,485 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:42:19,486 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,487 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:19,487 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:19,487 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:42:19,488 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:42:19,489 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,490 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:19,490 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:19,490 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:42:19,491 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,492 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:19,492 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:19,492 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:42:19,493 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,494 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:19,494 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:19,495 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:42:19,496 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,496 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,497 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:19,497 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:19,498 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:42:19,499 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:19,499 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:19,500 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:19,500 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:42:19,501 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:42:19,603 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:42:19,603 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,035 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:42:33,036 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,037 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.CommentService.addComment].
2021-01-28 16:42:33,040 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.DiscussPostSerivce.updateCommentCount].
2021-01-28 16:42:33,051 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:42:33,068 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:42:33,068 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,069 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:42:33,070 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,071 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:33,071 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:33,072 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:42:33,074 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,075 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:33,076 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:33,076 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:42:33,078 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,078 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:33,079 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:33,079 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,079 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,080 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:33,080 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:33,080 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,081 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,081 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:33,081 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:33,082 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,082 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,082 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:33,083 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:33,083 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,083 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,084 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:33,084 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:33,084 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,085 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,085 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:33,085 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:33,086 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:42:33,087 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,087 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:33,088 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:33,088 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:42:33,090 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:42:33,091 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,092 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:33,092 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:33,093 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:42:33,094 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,095 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:33,095 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:33,096 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:42:33,097 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,097 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:33,097 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:33,098 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:42:33,099 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,099 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,100 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:33,100 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:33,100 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:42:33,101 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:42:33,102 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:42:33,102 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:42:33,103 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:42:33,104 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:42:33,345 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:42:33,347 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:42:33], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:50:27,053 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 8324 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-28 16:50:27,055 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-28 16:50:27,089 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-28 16:50:27,089 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-28 16:50:27,564 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 16:50:27,566 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-28 16:50:27,576 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-28 16:50:27,579 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 16:50:27,580 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-28 16:50:27,584 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-28 16:50:27,592 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 16:50:27,594 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-28 16:50:27,604 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-28 16:50:27,755 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-28 16:50:27,793 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-28 16:50:27,794 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 16:50:27,795 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 16:50:27,795 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 16:50:27,796 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-28 16:50:27,796 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-28 16:50:27,796 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-28 16:50:27,796 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 16:50:27,827 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-28 16:50:27,986 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-28 16:50:27,988 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-28 16:50:28,210 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-28 16:50:28,216 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-28 16:50:28,217 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-28 16:50:28,217 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-28 16:50:28,322 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-28 16:50:28,322 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1232 ms
2021-01-28 16:50:29,008 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-28 16:50:29,075 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-28 16:50:30,701 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-28 16:50:30,701 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-28 16:50:30,701 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-28 16:50:30,902 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-28 16:50:30,957 INFO [restartedMain] o.a.k.c.c.ConsumerConfig [AbstractConfig.java:354] ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 3000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-test-consumer-group-1
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = test-consumer-group
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.2
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2021-01-28 16:50:30,996 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:117] Kafka version: 2.6.0
2021-01-28 16:50:30,996 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:118] Kafka commitId: 62abe01bee039651
2021-01-28 16:50:30,996 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:119] Kafka startTimeMs: 1611823830995
2021-01-28 16:50:30,998 INFO [restartedMain] o.a.k.c.c.KafkaConsumer [KafkaConsumer.java:965] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Subscribed to topic(s): comment, like, follow
2021-01-28 16:50:31,002 INFO [restartedMain] o.s.s.c.ThreadPoolTaskScheduler [ExecutorConfigurationSupport.java:181] Initializing ExecutorService
2021-01-28 16:50:31,006 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-28 16:50:31,016 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-28 16:50:31,024 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.317 seconds (JVM running for 5.182)
2021-01-28 16:50:31,290 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.Metadata [Metadata.java:279] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Cluster ID: HpZkkZsDTRe8NRrfxt7E8w
2021-01-28 16:50:31,291 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Discovered group coordinator LAPTOP-5SJBI05C:9092 (id: 2147483647 rack: null)
2021-01-28 16:50:31,293 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 16:50:31,301 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:456] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Join group failed with org.apache.kafka.common.errors.MemberIdRequiredException: The group member needs to have a valid member id before actually entering a consumer group.
2021-01-28 16:50:31,301 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 16:50:31,305 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:627] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Finished assignment for group at generation 16: {consumer-test-consumer-group-1-a3e8cb5c-1345-4d0d-988c-b4fa836a8ff8=Assignment(partitions=[like-0, comment-0, follow-0])}
2021-01-28 16:50:31,308 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:504] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Successfully joined group with generation 16
2021-01-28 16:50:31,309 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:276] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Notifying assignor about the new Assignment(partitions=[like-0, comment-0, follow-0])
2021-01-28 16:50:31,311 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:288] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Adding newly assigned partitions: comment-0, like-0, follow-0
2021-01-28 16:50:31,317 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition comment-0 to the committed offset FetchPosition{offset=11, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 16:50:31,317 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition like-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 16:50:31,318 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition follow-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 16:50:31,325 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer [LogAccessor.java:292] test-consumer-group: partitions assigned: [comment-0, like-0, follow-0]
2021-01-28 16:50:57,135 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-28 16:50:57,135 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-28 16:50:57,136 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-28 16:50:57,148 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:57], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:50:57,811 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:57], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:50:57,829 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:57], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:50:57,842 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-28 16:50:57,963 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-28 16:50:57,993 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:57], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:50:57,995 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:57], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:50:58,000 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:50:58,007 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:50:58,013 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:50:58,014 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:50:58,016 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:50:58,017 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:50:58,021 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:50:58,022 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:50:58,023 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:50:58,025 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:50:58,026 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:50:58,027 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:50:58,028 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:50:58,030 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:50:58,031 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:50:58,033 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:50:58,034 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:50:58,036 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:50:58,036 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:50:58,037 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:50:58,038 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:50:58,039 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:50:58,040 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:50:58,041 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:50:58,042 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:50:58,042 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:50:58,043 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:50:58,044 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:50:58,045 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:50:58,045 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:50:58,049 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:50:58,050 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:50:58,052 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:50:58,053 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:50:58,055 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:50:58,057 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:50:58,059 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:50:58,060 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:50:58,061 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:50:58,063 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:50:58,064 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:50:58,067 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:50:58,069 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:50:58,071 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:50:58,072 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:50:58,073 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:50:58,073 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:50:58,076 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:50:58,076 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:50:58,077 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:50:58,078 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:50:58,078 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:50:58,080 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:50:58,081 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:50:58,082 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:50:58,084 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:50:58,086 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:50:58,584 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:50:58,586 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:50:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,223 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:51:10,224 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,234 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.CommentService.addComment].
2021-01-28 16:51:10,244 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.DiscussPostSerivce.updateCommentCount].
2021-01-28 16:51:10,250 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:51:10,316 INFO [http-nio-8080-exec-4] o.a.k.c.p.ProducerConfig [AbstractConfig.java:354] ProducerConfig values:
acks = 1
batch.size = 16384
bootstrap.servers = [localhost:9092]
buffer.memory = 33554432
client.dns.lookup = use_all_dns_ips
client.id = producer-1
compression.type = none
connections.max.idle.ms = 540000
delivery.timeout.ms = 120000
enable.idempotence = false
interceptor.classes = []
internal.auto.downgrade.txn.commit = true
key.serializer = class org.apache.kafka.common.serialization.StringSerializer
linger.ms = 0
max.block.ms = 60000
max.in.flight.requests.per.connection = 5
max.request.size = 1048576
metadata.max.age.ms = 300000
metadata.max.idle.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retries = 2147483647
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.2
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.StringSerializer
2021-01-28 16:51:10,329 INFO [http-nio-8080-exec-4] o.a.k.c.u.AppInfoParser [AppInfoParser.java:117] Kafka version: 2.6.0
2021-01-28 16:51:10,329 INFO [http-nio-8080-exec-4] o.a.k.c.u.AppInfoParser [AppInfoParser.java:118] Kafka commitId: 62abe01bee039651
2021-01-28 16:51:10,330 INFO [http-nio-8080-exec-4] o.a.k.c.u.AppInfoParser [AppInfoParser.java:119] Kafka startTimeMs: 1611823870328
2021-01-28 16:51:10,332 INFO [kafka-producer-network-thread | producer-1] o.a.k.c.Metadata [Metadata.java:279] [Producer clientId=producer-1] Cluster ID: HpZkkZsDTRe8NRrfxt7E8w
2021-01-28 16:51:10,366 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:51:10,367 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,368 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 16:51:10,371 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,371 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:51:10,372 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:51:10,373 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:51:10,377 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,378 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:51:10,379 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:51:10,379 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:51:10,381 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,382 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:51:10,383 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:51:10,383 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,384 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,385 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:51:10,385 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:51:10,386 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,386 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,387 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:51:10,387 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:51:10,388 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,389 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,389 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:51:10,390 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:51:10,390 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,391 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,392 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:51:10,392 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:51:10,393 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,394 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,394 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:51:10,395 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:51:10,395 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:51:10,396 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,397 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:51:10,397 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:51:10,398 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:51:10,399 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:51:10,400 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,401 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:51:10,401 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:51:10,401 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:51:10,403 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,403 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:51:10,404 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:51:10,404 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:51:10,407 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,408 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:51:10,409 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:51:10,409 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:51:10,411 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,412 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,413 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:51:10,413 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:51:10,414 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:51:10,416 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:10,416 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 16:51:10,417 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 16:51:10,417 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 16:51:10,418 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 16:51:10,667 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:51:10,668 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:25,897 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:25], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:51:25,898 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:25,899 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:25], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:25,900 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:25], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-28 16:51:25,901 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:25], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
2021-01-28 16:51:25,904 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:25], 访问了[com.greate.community.service.FollowService.findFollowerCount].
2021-01-28 16:51:25,905 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:25], 访问了[com.greate.community.service.FollowService.hasFollowed].
2021-01-28 16:51:26,147 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:26], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:51:26,148 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:26], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:27,705 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:27], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:51:27,706 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:27], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:27,707 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:27], 访问了[com.greate.community.service.FollowService.follow].
2021-01-28 16:51:27,758 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:27], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:51:27,760 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:27], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:27,761 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:27], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 16:51:27,762 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:27], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-28 16:51:27,763 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:27], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
2021-01-28 16:51:27,763 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:27], 访问了[com.greate.community.service.FollowService.findFollowerCount].
2021-01-28 16:51:27,764 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:27], 访问了[com.greate.community.service.FollowService.hasFollowed].
2021-01-28 16:51:27,865 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:27], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 16:51:27,866 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 16:51:27], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:54:16,344 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 3396 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-28 17:54:16,349 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-28 17:54:16,414 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-28 17:54:16,414 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-28 17:54:17,210 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 17:54:17,212 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-28 17:54:17,225 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-28 17:54:17,228 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 17:54:17,229 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-28 17:54:17,235 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-28 17:54:17,245 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 17:54:17,246 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-28 17:54:17,259 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-28 17:54:17,454 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-28 17:54:17,506 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-28 17:54:17,508 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 17:54:17,508 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 17:54:17,509 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 17:54:17,509 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-28 17:54:17,509 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-28 17:54:17,510 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-28 17:54:17,510 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 17:54:17,549 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-28 17:54:17,751 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-28 17:54:17,754 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-28 17:54:18,059 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-28 17:54:18,067 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-28 17:54:18,067 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-28 17:54:18,068 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-28 17:54:18,200 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-28 17:54:18,201 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1785 ms
2021-01-28 17:54:19,041 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-28 17:54:19,119 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-28 17:54:20,789 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-28 17:54:20,789 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-28 17:54:20,789 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-28 17:54:20,997 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-28 17:54:21,051 INFO [restartedMain] o.a.k.c.c.ConsumerConfig [AbstractConfig.java:354] ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 3000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-test-consumer-group-1
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = test-consumer-group
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.2
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2021-01-28 17:54:21,092 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:117] Kafka version: 2.6.0
2021-01-28 17:54:21,093 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:118] Kafka commitId: 62abe01bee039651
2021-01-28 17:54:21,093 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:119] Kafka startTimeMs: 1611827661091
2021-01-28 17:54:21,095 INFO [restartedMain] o.a.k.c.c.KafkaConsumer [KafkaConsumer.java:965] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Subscribed to topic(s): comment, like, follow
2021-01-28 17:54:21,099 INFO [restartedMain] o.s.s.c.ThreadPoolTaskScheduler [ExecutorConfigurationSupport.java:181] Initializing ExecutorService
2021-01-28 17:54:21,103 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-28 17:54:21,113 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-28 17:54:21,121 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 5.354 seconds (JVM running for 6.304)
2021-01-28 17:54:21,450 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.Metadata [Metadata.java:279] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Cluster ID: HpZkkZsDTRe8NRrfxt7E8w
2021-01-28 17:54:21,451 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Discovered group coordinator LAPTOP-5SJBI05C:9092 (id: 2147483647 rack: null)
2021-01-28 17:54:21,455 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 17:54:21,469 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:456] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Join group failed with org.apache.kafka.common.errors.MemberIdRequiredException: The group member needs to have a valid member id before actually entering a consumer group.
2021-01-28 17:54:21,469 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 17:54:21,480 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:627] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Finished assignment for group at generation 18: {consumer-test-consumer-group-1-b5287961-fc99-4865-8813-dd33ddf7795b=Assignment(partitions=[like-0, comment-0, follow-0])}
2021-01-28 17:54:21,489 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:504] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Successfully joined group with generation 18
2021-01-28 17:54:21,491 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:276] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Notifying assignor about the new Assignment(partitions=[like-0, comment-0, follow-0])
2021-01-28 17:54:21,494 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:288] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Adding newly assigned partitions: comment-0, like-0, follow-0
2021-01-28 17:54:21,505 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition comment-0 to the committed offset FetchPosition{offset=12, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 17:54:21,506 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition like-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 17:54:21,506 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition follow-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 17:54:21,517 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer [LogAccessor.java:292] test-consumer-group: partitions assigned: [comment-0, like-0, follow-0]
2021-01-28 17:54:25,884 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-28 17:54:25,885 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-28 17:54:25,886 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-28 17:54:25,897 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:25], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:54:26,546 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:26], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:54:26,558 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-28 17:54:26,681 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-28 17:54:26,736 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:26], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:54:26,740 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:26], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-28 17:54:26,743 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:26], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
2021-01-28 17:54:26,747 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:26], 访问了[com.greate.community.service.FollowService.findFollowerCount].
2021-01-28 17:54:26,748 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:26], 访问了[com.greate.community.service.FollowService.hasFollowed].
2021-01-28 17:54:27,261 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:27], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:54:27,265 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:27], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:54:28,239 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:54:28,240 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:54:28,243 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-28 17:54:28,254 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-28 17:54:28,262 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 17:54:28,263 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:54:28,277 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:54:28,281 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 17:54:28,283 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:54:28,287 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:54:28,290 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 17:54:28,292 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:54:28,295 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:54:28,298 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 17:54:28,300 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:54:28,301 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:54:28,302 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 17:54:28,305 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:54:28,308 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:54:28,311 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:54:28,313 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:54:28,429 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:54:28,431 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:54:28,442 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:54:28,444 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:54:29,165 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:29], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:54:29,167 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:29], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:54:29,169 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:29], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 17:54:29,232 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:29], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:54:29,234 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:29], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 17:54:29,236 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:29], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:54:29,237 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:29], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 17:54:29,243 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:29], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:54:29,247 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:29], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 17:54:29,253 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:29], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:54:29,258 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:29], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 17:54:29,263 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:29], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:54:29,264 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:29], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 17:54:29,267 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:29], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:54:29,272 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:29], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:54:29,274 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:29], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:54:29,291 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:29], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:54:29,293 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:29], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:54:29,430 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:29], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:54:29,433 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:54:29], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:01,482 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 16064 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-28 17:55:01,484 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-28 17:55:01,515 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-28 17:55:01,515 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-28 17:55:02,048 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 17:55:02,049 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-28 17:55:02,063 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-28 17:55:02,066 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 17:55:02,067 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-28 17:55:02,072 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-28 17:55:02,083 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 17:55:02,084 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-28 17:55:02,096 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-28 17:55:02,281 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-28 17:55:02,332 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-28 17:55:02,333 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 17:55:02,333 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 17:55:02,334 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 17:55:02,334 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-28 17:55:02,334 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-28 17:55:02,334 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-28 17:55:02,335 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 17:55:02,371 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-28 17:55:02,549 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-28 17:55:02,551 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-28 17:55:02,807 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-28 17:55:02,814 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-28 17:55:02,815 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-28 17:55:02,815 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-28 17:55:02,945 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-28 17:55:02,946 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1430 ms
2021-01-28 17:55:03,716 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-28 17:55:03,784 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-28 17:55:05,419 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-28 17:55:05,419 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-28 17:55:05,419 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-28 17:55:05,646 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-28 17:55:05,708 INFO [restartedMain] o.a.k.c.c.ConsumerConfig [AbstractConfig.java:354] ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 3000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-test-consumer-group-1
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = test-consumer-group
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.2
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2021-01-28 17:55:05,754 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:117] Kafka version: 2.6.0
2021-01-28 17:55:05,754 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:118] Kafka commitId: 62abe01bee039651
2021-01-28 17:55:05,754 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:119] Kafka startTimeMs: 1611827705753
2021-01-28 17:55:05,756 INFO [restartedMain] o.a.k.c.c.KafkaConsumer [KafkaConsumer.java:965] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Subscribed to topic(s): comment, like, follow
2021-01-28 17:55:05,761 INFO [restartedMain] o.s.s.c.ThreadPoolTaskScheduler [ExecutorConfigurationSupport.java:181] Initializing ExecutorService
2021-01-28 17:55:05,764 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-28 17:55:05,775 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-28 17:55:05,784 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.637 seconds (JVM running for 5.584)
2021-01-28 17:55:06,153 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.Metadata [Metadata.java:279] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Cluster ID: HpZkkZsDTRe8NRrfxt7E8w
2021-01-28 17:55:06,155 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Discovered group coordinator LAPTOP-5SJBI05C:9092 (id: 2147483647 rack: null)
2021-01-28 17:55:06,159 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 17:55:06,172 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:456] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Join group failed with org.apache.kafka.common.errors.MemberIdRequiredException: The group member needs to have a valid member id before actually entering a consumer group.
2021-01-28 17:55:06,172 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 17:55:07,436 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-28 17:55:07,436 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-28 17:55:07,438 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-28 17:55:07,459 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:55:07,509 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:627] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Finished assignment for group at generation 19: {consumer-test-consumer-group-1-89c75a27-b1ca-4838-8e6c-612b9399ca61=Assignment(partitions=[like-0, comment-0, follow-0])}
2021-01-28 17:55:07,514 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:504] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Successfully joined group with generation 19
2021-01-28 17:55:07,516 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:276] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Notifying assignor about the new Assignment(partitions=[like-0, comment-0, follow-0])
2021-01-28 17:55:07,520 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:288] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Adding newly assigned partitions: comment-0, like-0, follow-0
2021-01-28 17:55:07,531 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition comment-0 to the committed offset FetchPosition{offset=12, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 17:55:07,531 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition like-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 17:55:07,531 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition follow-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 17:55:07,545 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer [LogAccessor.java:292] test-consumer-group: partitions assigned: [comment-0, like-0, follow-0]
2021-01-28 17:55:08,409 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:08,418 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:08], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 17:55:08,431 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-28 17:55:08,568 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-28 17:55:08,656 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:08,657 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:08], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 17:55:08,660 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:08], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:55:08,673 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:08], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 17:55:08,679 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:08,681 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:08], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 17:55:08,686 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:08], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:55:08,692 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:08], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 17:55:08,697 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:08,698 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:08], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 17:55:08,703 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:08], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:55:08,707 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:08], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:55:08,709 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:08], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:55:09,212 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:09], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:55:09,216 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:18,844 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:18], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:55:18,846 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:18,853 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:18], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-28 17:55:18,858 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:18], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-28 17:55:18,864 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:18], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 17:55:18,867 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:18], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:55:18,870 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:18,872 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:18], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 17:55:18,874 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:18], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:55:18,878 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:18,880 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:18], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 17:55:18,883 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:18], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:55:18,886 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:18,887 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:18], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 17:55:18,889 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:18], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:55:18,890 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:18,892 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:18], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 17:55:18,893 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:18], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:55:18,897 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:18,899 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:18], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:55:18,900 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:18], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:55:19,014 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:19], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:55:19,016 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:19,021 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:19], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:55:19,022 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:20,023 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:55:20,024 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:20,025 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:20], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 17:55:20,029 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:20,030 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:20], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 17:55:20,032 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:20], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:55:20,034 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:20], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 17:55:20,038 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:20,041 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:20], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 17:55:20,045 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:20], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:55:20,050 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:20], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 17:55:20,054 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:20,055 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:20], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 17:55:20,058 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:20], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:55:20,062 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:20], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:55:20,064 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:20], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:55:20,162 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:55:20,164 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:21,268 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:55:21,270 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:21,271 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-28 17:55:21,276 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-28 17:55:21,282 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 17:55:21,283 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:55:21,286 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:21,287 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 17:55:21,288 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:55:21,292 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:21,293 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 17:55:21,295 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:55:21,298 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:21,299 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 17:55:21,300 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:55:21,301 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:21,302 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 17:55:21,303 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:55:21,306 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:21,308 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:55:21,309 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:55:21,410 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:55:21,412 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:21,418 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:55:21,420 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:22,236 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:22], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:55:22,237 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:22], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:22,238 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:22], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 17:55:22,240 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:22], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:22,241 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:22], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 17:55:22,244 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:22], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:55:22,245 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:22], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 17:55:22,250 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:22], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:22,251 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:22], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 17:55:22,255 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:22], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:55:22,259 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:22], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 17:55:22,263 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:22], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:55:22,264 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:22], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 17:55:22,267 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:22], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:55:22,270 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:22], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:55:22,271 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:22], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:55:22,436 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:22], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:55:22,437 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:55:22], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:56:16,813 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:56:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:56:16,814 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:56:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:56:16,828 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:56:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:56:16,829 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:56:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:57:09,218 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:57:09,219 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:57:09,220 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-28 17:57:09,223 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-28 17:57:09,228 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 17:57:09,231 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:57:09,234 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:57:09,235 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 17:57:09,236 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:57:09,239 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:57:09,240 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 17:57:09,241 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:57:09,245 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:57:09,246 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 17:57:09,247 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:57:09,248 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:57:09,249 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 17:57:09,250 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:57:09,253 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:57:09,254 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:57:09,256 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:57:09,500 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:57:09,503 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:57:09,504 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:57:09,506 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:57:11,555 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:11], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:57:11,556 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:57:11,611 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:11], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:57:11,612 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:57:20,373 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:57:20,374 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:57:20,375 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:20], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 17:57:20,378 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:57:20,379 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:20], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 17:57:20,380 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:20], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:57:20,382 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:20], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 17:57:20,386 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:57:20,387 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:20], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 17:57:20,391 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:20], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:57:20,396 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:20], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 17:57:20,400 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:57:20,400 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:20], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 17:57:20,403 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:20], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:57:20,406 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:20], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 17:57:20,408 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:20], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 17:57:20,688 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:57:20,689 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:57:20,747 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:57:20,748 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:57:20,835 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:57:20,837 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:57:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:58:16,923 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:58:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:58:16,924 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:58:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 17:58:16,986 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:58:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 17:58:16,987 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 17:58:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:01:07,062 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:01:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:01:07,063 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:01:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:01:07,064 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:01:07], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 18:01:07,067 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:01:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:01:07,067 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:01:07], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 18:01:07,068 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:01:07], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:01:07,070 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:01:07], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 18:01:07,075 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:01:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:01:07,076 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:01:07], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 18:01:07,080 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:01:07], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:01:07,084 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:01:07], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 18:01:07,087 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:01:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:01:07,088 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:01:07], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 18:01:07,092 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:01:07], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:01:07,095 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:01:07], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:01:07,097 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:01:07], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:01:07,379 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:01:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:01:07,380 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:01:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:01:07,436 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:01:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:01:07,437 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:01:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:01:07,520 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:01:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:01:07,521 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:01:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:03:51,801 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 26436 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-28 18:03:51,804 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-28 18:03:51,837 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-28 18:03:51,838 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-28 18:03:52,324 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 18:03:52,325 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-28 18:03:52,336 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-28 18:03:52,339 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 18:03:52,339 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-28 18:03:52,344 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-28 18:03:52,352 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 18:03:52,353 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-28 18:03:52,363 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-28 18:03:52,519 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-28 18:03:52,557 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-28 18:03:52,559 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 18:03:52,559 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 18:03:52,559 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 18:03:52,560 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-28 18:03:52,560 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-28 18:03:52,560 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-28 18:03:52,560 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 18:03:52,593 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-28 18:03:52,767 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-28 18:03:52,770 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-28 18:03:53,000 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-28 18:03:53,006 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-28 18:03:53,007 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-28 18:03:53,007 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-28 18:03:53,114 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-28 18:03:53,115 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1276 ms
2021-01-28 18:03:53,806 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-28 18:03:53,874 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-28 18:03:56,503 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-28 18:03:56,503 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-28 18:03:56,503 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-28 18:03:56,736 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-28 18:03:56,798 INFO [restartedMain] o.a.k.c.c.ConsumerConfig [AbstractConfig.java:354] ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 3000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-test-consumer-group-1
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = test-consumer-group
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.2
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2021-01-28 18:03:56,837 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:117] Kafka version: 2.6.0
2021-01-28 18:03:56,838 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:118] Kafka commitId: 62abe01bee039651
2021-01-28 18:03:56,838 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:119] Kafka startTimeMs: 1611828236837
2021-01-28 18:03:56,840 INFO [restartedMain] o.a.k.c.c.KafkaConsumer [KafkaConsumer.java:965] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Subscribed to topic(s): comment, like, follow
2021-01-28 18:03:56,844 INFO [restartedMain] o.s.s.c.ThreadPoolTaskScheduler [ExecutorConfigurationSupport.java:181] Initializing ExecutorService
2021-01-28 18:03:56,847 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-28 18:03:56,856 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-28 18:03:56,864 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 5.419 seconds (JVM running for 6.293)
2021-01-28 18:03:57,149 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.Metadata [Metadata.java:279] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Cluster ID: HpZkkZsDTRe8NRrfxt7E8w
2021-01-28 18:03:57,150 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Discovered group coordinator LAPTOP-5SJBI05C:9092 (id: 2147483647 rack: null)
2021-01-28 18:03:57,153 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 18:03:57,160 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:456] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Join group failed with org.apache.kafka.common.errors.MemberIdRequiredException: The group member needs to have a valid member id before actually entering a consumer group.
2021-01-28 18:03:57,161 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 18:03:57,166 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:627] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Finished assignment for group at generation 21: {consumer-test-consumer-group-1-2abd0854-728c-411d-a6d4-4e2025897954=Assignment(partitions=[like-0, comment-0, follow-0])}
2021-01-28 18:03:57,169 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:504] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Successfully joined group with generation 21
2021-01-28 18:03:57,170 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:276] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Notifying assignor about the new Assignment(partitions=[like-0, comment-0, follow-0])
2021-01-28 18:03:57,172 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:288] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Adding newly assigned partitions: comment-0, like-0, follow-0
2021-01-28 18:03:57,178 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition comment-0 to the committed offset FetchPosition{offset=12, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 18:03:57,178 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition like-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 18:03:57,178 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition follow-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 18:03:57,187 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer [LogAccessor.java:292] test-consumer-group: partitions assigned: [comment-0, like-0, follow-0]
2021-01-28 18:03:57,955 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-28 18:03:57,955 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-28 18:03:57,956 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 0 ms
2021-01-28 18:03:57,967 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:03:57], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:03:58,606 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:03:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:03:58,616 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:03:58], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 18:03:58,627 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-28 18:03:58,748 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-28 18:03:58,827 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:03:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:03:58,829 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:03:58], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 18:03:58,832 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:03:58], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:03:58,845 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:03:58], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 18:03:58,850 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:03:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:03:58,852 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:03:58], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 18:03:58,857 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:03:58], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:03:58,862 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:03:58], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 18:03:58,867 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:03:58], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:03:58,868 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:03:58], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 18:03:58,872 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:03:58], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:03:58,876 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:03:58], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:03:58,878 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:03:58], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:03:59,321 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:03:59], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:03:59,323 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:03:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:00,776 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:00], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:00,778 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:00], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:00,780 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:00], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 18:04:00,783 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:00], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:00,785 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:00], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 18:04:00,786 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:00], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:00,788 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:00], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 18:04:00,793 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:00], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:00,794 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:00], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 18:04:00,801 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:00], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:00,806 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:00], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 18:04:00,810 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:00], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:00,812 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:00], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 18:04:00,817 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:00], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:00,821 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:00], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:00,822 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:00], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:00,932 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:00], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:00,934 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:00], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:04,466 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:04,468 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:04,473 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostRows].
2021-01-28 18:04:04,480 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPosts].
2021-01-28 18:04:04,483 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:04,484 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 18:04:04,488 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:04,489 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 18:04:04,490 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:04,491 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 18:04:04,493 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:04,495 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 18:04:04,495 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:04,498 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 18:04:04,498 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:04,499 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 18:04:04,500 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:04,501 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 18:04:04,501 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:04,502 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 18:04:04,502 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:04,503 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 18:04:04,504 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:04,504 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 18:04:04,610 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:04,612 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:04,621 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:04,622 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:07,706 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:07,707 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:07,709 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-28 18:04:07,714 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-28 18:04:07,718 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 18:04:07,720 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:07,723 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:07,724 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 18:04:07,726 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:07,730 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:07,731 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 18:04:07,732 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:07,735 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:07,736 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 18:04:07,739 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:07,740 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:07,741 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 18:04:07,742 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:07,745 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:07,746 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:07,747 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:07,893 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:07,895 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:07,912 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:07,914 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:10,434 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:10], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:10,435 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:10,435 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:10], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 18:04:10,438 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:10,439 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:10], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 18:04:10,440 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:10], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:10,441 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:10], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 18:04:10,447 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:10,448 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:10], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 18:04:10,452 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:10], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:10,456 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:10], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 18:04:10,461 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:10,462 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:10], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 18:04:10,465 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:10], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:10,468 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:10], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:10,470 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:10], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:10,572 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:10], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:10,573 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:11,790 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:11,791 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:11,792 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-28 18:04:11,796 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-28 18:04:11,801 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 18:04:11,802 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:11,806 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:11,807 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 18:04:11,809 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:11,812 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:11,813 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 18:04:11,814 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:11,817 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:11,818 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 18:04:11,819 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:11,820 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:11,821 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 18:04:11,823 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:11,826 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:11,827 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:11,828 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:11,927 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:11,928 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:11,938 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:11,940 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:12,732 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:12], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:12,734 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:12,735 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:12], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 18:04:12,738 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:12,738 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:12], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 18:04:12,740 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:12], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:12,741 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:12], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 18:04:12,746 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:12,746 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:12], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 18:04:12,751 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:12], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:12,756 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:12], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 18:04:12,760 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:12,760 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:12], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 18:04:12,764 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:12], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:12,767 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:12], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:12,768 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:12], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:12,863 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:12], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:12,864 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:13,858 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:13], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:13,859 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:13,860 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:13], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-28 18:04:13,864 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:13], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-28 18:04:13,868 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:13], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 18:04:13,870 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:13], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:13,873 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:13,874 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:13], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 18:04:13,875 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:13], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:13,878 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:13,879 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:13], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 18:04:13,880 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:13], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:13,883 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:13,885 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:13], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 18:04:13,886 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:13], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:13,888 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:13,888 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:13], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 18:04:13,889 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:13], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:13,892 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:13], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:13,893 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:13], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:13,894 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:13], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:14,046 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:14,047 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:14,062 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:14,063 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:16,130 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:16,130 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:16,131 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:16], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 18:04:16,133 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:16,134 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:16], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 18:04:16,136 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:16], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:16,138 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:16], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 18:04:16,142 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:16,143 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:16], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 18:04:16,147 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:16], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:16,152 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:16], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 18:04:16,156 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:16,157 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:16], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 18:04:16,160 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:16], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:16,163 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:16], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:16,164 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:16], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:16,265 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:16], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:16,266 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:16], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:17,936 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:17], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:17,937 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:17,938 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:17], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-28 18:04:17,941 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:17], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-28 18:04:17,945 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:17], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 18:04:17,946 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:17], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:17,950 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:17,951 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:17], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 18:04:17,952 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:17], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:17,956 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:17,956 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:17], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 18:04:17,957 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:17], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:17,961 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:17,961 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:17], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 18:04:17,963 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:17], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:17,964 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:17,964 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:17], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 18:04:17,965 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:17], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:17,969 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:17,970 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:17], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:17,971 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:17], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:18,065 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:18], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:18,066 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:18,077 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:18], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:18,078 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:18], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:19,266 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:19], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:19,267 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:19,269 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:19], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 18:04:19,272 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:19,272 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:19], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 18:04:19,274 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:19], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:19,276 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:19], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 18:04:19,281 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:19,281 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:19], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 18:04:19,286 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:19], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:19,291 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:19], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 18:04:19,295 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 18:04:19,296 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:19], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 18:04:19,299 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:19], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:19,302 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:19], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 18:04:19,304 INFO [http-nio-8080-exec-3] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:19], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 18:04:19,399 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:19], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 18:04:19,401 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 18:04:19], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:40,642 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 1684 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-28 21:20:40,647 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-28 21:20:40,710 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-28 21:20:40,710 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-28 21:20:41,477 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 21:20:41,480 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-28 21:20:41,500 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 16 ms. Found 0 Elasticsearch repository interfaces.
2021-01-28 21:20:41,505 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 21:20:41,506 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-28 21:20:41,513 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 6 ms. Found 0 Reactive Elasticsearch repository interfaces.
2021-01-28 21:20:41,530 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 21:20:41,531 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-28 21:20:41,549 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:188] Finished Spring Data repository scanning in 6 ms. Found 0 Redis repository interfaces.
2021-01-28 21:20:41,868 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-28 21:20:41,942 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-28 21:20:41,944 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 21:20:41,945 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 21:20:41,945 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 21:20:41,946 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-28 21:20:41,946 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-28 21:20:41,946 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-28 21:20:41,947 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 21:20:41,998 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-28 21:20:42,244 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-28 21:20:42,246 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-28 21:20:42,539 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-28 21:20:42,548 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-28 21:20:42,549 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-28 21:20:42,549 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-28 21:20:42,715 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-28 21:20:42,715 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 2004 ms
2021-01-28 21:20:43,664 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-28 21:20:43,745 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-28 21:20:45,569 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-28 21:20:45,569 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-28 21:20:45,569 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-28 21:20:45,872 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-28 21:20:45,947 INFO [restartedMain] o.a.k.c.c.ConsumerConfig [AbstractConfig.java:354] ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 3000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-test-consumer-group-1
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = test-consumer-group
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.2
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2021-01-28 21:20:46,011 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:117] Kafka version: 2.6.0
2021-01-28 21:20:46,012 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:118] Kafka commitId: 62abe01bee039651
2021-01-28 21:20:46,012 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:119] Kafka startTimeMs: 1611840046010
2021-01-28 21:20:46,015 INFO [restartedMain] o.a.k.c.c.KafkaConsumer [KafkaConsumer.java:965] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Subscribed to topic(s): comment, like, follow
2021-01-28 21:20:46,020 INFO [restartedMain] o.s.s.c.ThreadPoolTaskScheduler [ExecutorConfigurationSupport.java:181] Initializing ExecutorService
2021-01-28 21:20:46,025 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-28 21:20:46,039 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-28 21:20:46,051 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 6.055 seconds (JVM running for 7.952)
2021-01-28 21:20:46,417 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.Metadata [Metadata.java:279] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Cluster ID: HpZkkZsDTRe8NRrfxt7E8w
2021-01-28 21:20:46,418 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Discovered group coordinator LAPTOP-5SJBI05C:9092 (id: 2147483647 rack: null)
2021-01-28 21:20:46,422 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 21:20:46,437 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:456] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Join group failed with org.apache.kafka.common.errors.MemberIdRequiredException: The group member needs to have a valid member id before actually entering a consumer group.
2021-01-28 21:20:46,437 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 21:20:46,447 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:627] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Finished assignment for group at generation 23: {consumer-test-consumer-group-1-53a2e7bb-7d9e-48f5-b3aa-673b606a9e30=Assignment(partitions=[like-0, comment-0, follow-0])}
2021-01-28 21:20:46,457 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:504] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Successfully joined group with generation 23
2021-01-28 21:20:46,459 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:276] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Notifying assignor about the new Assignment(partitions=[like-0, comment-0, follow-0])
2021-01-28 21:20:46,462 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:288] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Adding newly assigned partitions: comment-0, like-0, follow-0
2021-01-28 21:20:46,472 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition comment-0 to the committed offset FetchPosition{offset=12, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 21:20:46,472 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition like-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 21:20:46,472 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition follow-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 21:20:46,484 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer [LogAccessor.java:292] test-consumer-group: partitions assigned: [comment-0, like-0, follow-0]
2021-01-28 21:20:47,759 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-28 21:20:47,759 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-28 21:20:47,762 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 2 ms
2021-01-28 21:20:47,792 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:20:48,971 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:48], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:48,983 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-28 21:20:49,124 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-28 21:20:49,182 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:49], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:20:49,256 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:49], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:49,259 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:49], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:20:49,263 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:49], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:20:49,276 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:49], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:20:49,283 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:49], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:49,288 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:49], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:20:49,294 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:49], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:20:49,301 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:49], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:20:49,306 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:49], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:49,311 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:49], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:20:49,316 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:49], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:20:49,320 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:49], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:20:49,323 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:49], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:20:49,328 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:49], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:20:49,331 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:49], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:20:49,944 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:49], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:20:49,946 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:49], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:51,655 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:51], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:20:51,658 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:51,659 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:51], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:20:51,662 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:51,663 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:51], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:20:51,665 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:51], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:20:51,668 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:51], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:20:51,674 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:51,675 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:51], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:20:51,680 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:51], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:20:51,686 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:51], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:20:51,691 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:51,692 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:51], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:20:51,696 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:51], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:20:51,700 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:51], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:20:51,702 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:51], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:20:51,703 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:51], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:20:51,705 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:51], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:20:51,829 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:51], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:20:51,831 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:51], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:53,588 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:53], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:20:53,588 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:53,599 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:53], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:20:53,601 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:53], 访问了[com.greate.community.service.MessageService.findNotices].
2021-01-28 21:20:53,604 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:53,605 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:53,607 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:53,608 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:53,609 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:53,611 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:53,612 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:53,613 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:53,615 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:53,617 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:53,617 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:53], 访问了[com.greate.community.service.MessageService.readMessage].
2021-01-28 21:20:53,626 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:53], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:20:53,627 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:53], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:20:53,741 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:53], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:20:53,743 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:56,228 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:56], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:20:56,229 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:56,230 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:56], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:20:56,232 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:56], 访问了[com.greate.community.service.MessageService.findNotices].
2021-01-28 21:20:56,235 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:56,237 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:56,238 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:56,239 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:56,240 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:56,241 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:56,242 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:56,242 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:56,243 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:56,244 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:56,244 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:56], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:20:56,246 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:56], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:20:56,438 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:56], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:20:56,440 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:56], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:59,586 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:59], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:20:59,587 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:59,588 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:59], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:20:59,592 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:59,593 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:59], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:20:59,595 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:59], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:20:59,597 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:59], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:20:59,601 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:59,602 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:59], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:20:59,607 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:59], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:20:59,612 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:59], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:20:59,616 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:20:59,617 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:59], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:20:59,620 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:59], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:20:59,623 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:59], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:20:59,625 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:59], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:20:59,626 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:59], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:20:59,627 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:59], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:20:59,722 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:59], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:20:59,723 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:20:59], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:02,977 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:02], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:02,978 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:02,979 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:02], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:21:02,981 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:02], 访问了[com.greate.community.service.MessageService.findNotices].
2021-01-28 21:21:02,983 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:02,983 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:02,984 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:02,984 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:02,985 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:02,986 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:02,986 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:02,987 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:02,987 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:02,988 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:02,988 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:02], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:02,990 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:02], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:03,131 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:03], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:03,132 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:03], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:04,804 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:04,805 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:04,807 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:04], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:21:04,810 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:04], 访问了[com.greate.community.service.MessageService.findNotices].
2021-01-28 21:21:04,812 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:04,815 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:04,816 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:04,817 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:04,818 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:04,818 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:04,819 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:04,819 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:04,820 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:04,820 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:04,821 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:04], 访问了[com.greate.community.service.MessageService.readMessage].
2021-01-28 21:21:04,826 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:04], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:04,827 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:04], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:05,036 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:05,038 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:07,543 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:07,544 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:07,544 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:07], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:21:07,546 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:07], 访问了[com.greate.community.service.MessageService.findNotices].
2021-01-28 21:21:07,548 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:07,549 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:07,550 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:07,551 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:07,553 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:07,554 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:07,555 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:07,558 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:07,559 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:07,561 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:07,562 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:07], 访问了[com.greate.community.service.MessageService.readMessage].
2021-01-28 21:21:07,566 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:07], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:07,568 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:07], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:07,674 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:07,677 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:09,401 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:09], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:09,402 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:09,403 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:09], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:21:09,405 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:09], 访问了[com.greate.community.service.MessageService.findNotices].
2021-01-28 21:21:09,408 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:09,409 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:09,409 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:09,412 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:09,414 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:09,415 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:09,415 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:09,416 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:09,416 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:09,417 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:09,417 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:09], 访问了[com.greate.community.service.MessageService.readMessage].
2021-01-28 21:21:09,422 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:09], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:09,423 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:09], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:09,525 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:09], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:09,526 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:11,172 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:11], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:11,173 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:11,174 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:11], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:21:11,176 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:11], 访问了[com.greate.community.service.MessageService.findNotices].
2021-01-28 21:21:11,178 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:11,179 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:11,180 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:11,182 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:11,183 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:11,184 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:11,185 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:11,185 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:11,186 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:11,187 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:11,187 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:11], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:11,189 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:11], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:11,305 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:11], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:11,306 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:12,721 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:12], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:12,722 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:12,723 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:12], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:21:12,724 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:12], 访问了[com.greate.community.service.MessageService.findNotices].
2021-01-28 21:21:12,726 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:12,727 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:12,727 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:12,728 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:12,728 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:12,733 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:12,734 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:12], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:12,735 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:12], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:12,867 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:12], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:12,868 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:14,002 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:14,003 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:14,004 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:14], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:21:14,006 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:14], 访问了[com.greate.community.service.MessageService.findNotices].
2021-01-28 21:21:14,008 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:14,010 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:14,011 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:14,013 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:14,014 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:14,017 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:14,017 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:14,020 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:14,020 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:14,021 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:14,021 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:14], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:14,023 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:14], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:14,187 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:14,188 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:17,164 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:17,165 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:17,167 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-28 21:21:17,171 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-28 21:21:17,175 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:21:17,176 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:17,180 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:17,182 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:21:17,184 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:17,187 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:17,187 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:21:17,188 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:17,191 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:17,192 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:21:17,193 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:17,194 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:17,195 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:21:17,197 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:17,200 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:17,202 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:17,203 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:17,205 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:17,206 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:17,453 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:17,454 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:17,468 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:17,469 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:17], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:22,559 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:22], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:22,559 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:22], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:22,560 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:22], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:21:22,563 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:22], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:22,564 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:22], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:21:22,566 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:22], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:22,568 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:22], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:21:22,573 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:22], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:22,574 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:22], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:21:22,578 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:22], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:22,583 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:22], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:21:22,587 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:22], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:22,588 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:22], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:21:22,592 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:22], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:22,595 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:22], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:22,596 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:22], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:22,598 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:22], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:22,600 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:22], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:22,707 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:22], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:22,708 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:22], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:26,874 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:26,875 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:26,875 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-28 21:21:26,879 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-28 21:21:26,884 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:21:26,885 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:26,888 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:26,889 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:21:26,890 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:26,893 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:26,893 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:21:26,895 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:26,898 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:26,899 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:21:26,900 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:26,901 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:26,902 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:21:26,903 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:26,906 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:26,907 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:26,908 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:26,909 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:26,910 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:26], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:27,014 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:27], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:27,016 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:27], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:27,021 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:27], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:27,022 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:27], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:28,274 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:28,275 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:28,276 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:28], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:21:28,279 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:28,280 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:28], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:21:28,281 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:28], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:28,282 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:28], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:21:28,287 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:28,288 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:28], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:21:28,292 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:28], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:28,296 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:28], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:21:28,300 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:28,300 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:28], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:21:28,304 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:28], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:28,306 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:28], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:28,308 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:28], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:28,309 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:28], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:28,310 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:28], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:28,409 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:28,410 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:30,245 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:30], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:30,247 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:30,248 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:30], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:21:30,253 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:30], 访问了[com.greate.community.service.MessageService.findNotices].
2021-01-28 21:21:30,257 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:30,258 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:30,259 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:30,259 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:30,260 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:30,260 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:30,261 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:30,261 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:30,262 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:30,262 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:30,263 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:30], 访问了[com.greate.community.service.MessageService.readMessage].
2021-01-28 21:21:30,267 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:30], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:30,268 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:30], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:30,377 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:30], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:30,378 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:30], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:34,145 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:34], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:34,147 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:34], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:34,148 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:34], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:21:34,150 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:34], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:34,151 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:34], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:21:34,152 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:34], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:34,154 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:34], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:21:34,159 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:34], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:34,160 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:34], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:21:34,165 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:34], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:34,170 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:34], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:21:34,173 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:34], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:34,174 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:34], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:21:34,177 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:34], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:34,181 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:34], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:34,182 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:34], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:34,184 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:34], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:34,185 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:34], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:34,421 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:34], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:34,422 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:34], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:36,070 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:36], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:36,071 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:36], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:36,071 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:36], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:21:36,075 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:36], 访问了[com.greate.community.service.MessageService.findNotices].
2021-01-28 21:21:36,080 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:36], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:36,080 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:36], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:36,081 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:36], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:36,081 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:36], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:36,082 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:36], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:36,082 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:36], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:36,083 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:36], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:36,086 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:36], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:36,086 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:36], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:36,086 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:36], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:36,087 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:36], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:36,087 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:36], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:36,181 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:36], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:36,182 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:36], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:37,556 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:37], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:37,556 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:37,557 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:37,558 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:37], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-28 21:21:37,561 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:37], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
2021-01-28 21:21:37,564 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:37], 访问了[com.greate.community.service.FollowService.findFollowerCount].
2021-01-28 21:21:37,565 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:37], 访问了[com.greate.community.service.FollowService.hasFollowed].
2021-01-28 21:21:37,567 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:37], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:37,569 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:37], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:37,793 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:37], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:37,794 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:37], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:40,740 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:40], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:40,741 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:40], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:40,741 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:40], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:21:40,747 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:40], 访问了[com.greate.community.service.MessageService.findNotices].
2021-01-28 21:21:40,751 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:40], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:40,752 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:40], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:40,752 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:40], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:40,753 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:40], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:40,753 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:40], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:40,754 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:40], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:40,754 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:40], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:40,754 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:40], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:40,755 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:40], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:40,755 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:40], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:40,756 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:40], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:40,757 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:40], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:40,872 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:40], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:40,873 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:40], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:41,616 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:41,617 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:41,618 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 21:21:41,621 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:41,622 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:41,623 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:41,624 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:21:41,628 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:41,628 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:41,629 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:41,629 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:21:41,631 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 21:21:41,632 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:41,632 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:41,633 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:41,633 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:21:41,635 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:41,635 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:41,636 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:41,637 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 21:21:41,637 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:41,638 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:41,638 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:41,639 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:21:41,640 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:41,641 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:41,641 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:41,641 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 21:21:41,642 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:41,643 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:41,643 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:41,644 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:21:41,646 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 21:21:41,647 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:41,647 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:41,648 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:41,648 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:21:41,649 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 21:21:41,650 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:41,651 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:41,890 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:41,891 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:41], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:44,375 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:44,376 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:44,377 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 21:21:44,378 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:44,379 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:44,379 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:44,380 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:21:44,381 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:44,381 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:44,381 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:44,382 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:21:44,383 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 21:21:44,384 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:44,384 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:44,384 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:44,385 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:21:44,387 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:44,388 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:44,388 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:44,389 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 21:21:44,390 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:44,390 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:44,391 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:44,391 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:21:44,392 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:44,393 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:44,393 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:44,393 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 21:21:44,394 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:44,395 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:44,395 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:44,395 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:21:44,397 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 21:21:44,398 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:44,398 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:44,399 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:44,399 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:21:44,400 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 21:21:44,401 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:44,403 INFO [http-nio-8080-exec-8] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:44,677 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:44,679 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:44], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:47,666 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:47,667 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:47,668 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 21:21:47,669 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:47,670 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:47,671 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:47,672 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:21:47,676 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:47,676 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:47,677 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:47,677 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:21:47,678 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:47,679 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:47,679 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:47,680 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:47,680 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:47,680 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:47,681 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:47,681 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:47,681 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:47,682 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:47,682 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 21:21:47,683 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:47,683 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:47,684 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:47,684 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:21:47,685 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:47,686 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:47,687 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:47,687 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 21:21:47,688 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:47,689 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:47,689 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:47,689 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:21:47,691 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 21:21:47,692 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:47,692 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:47,692 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:47,693 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:21:47,694 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 21:21:47,695 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:47,695 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:21:47,695 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:21:47,696 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:21:47,697 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 21:21:47,698 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:47,699 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:47,948 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:47,949 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:47], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:53,850 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:53], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:53,851 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:53,852 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:53], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:21:53,853 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:53], 访问了[com.greate.community.service.MessageService.findNotices].
2021-01-28 21:21:53,856 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:53,857 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:53,858 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:53,858 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:53,859 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:53,859 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:53,859 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:53,860 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:53,860 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:53,861 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:21:53,861 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:53], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:21:53,863 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:53], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:21:53,956 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:53], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:21:53,957 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:21:53], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:02,254 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:22:02,255 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:02,255 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.DiscussPostSerivce.findDiscussPostById].
2021-01-28 21:22:02,257 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:02,260 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:22:02,261 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:22:02,261 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:22:02,263 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:02,264 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:22:02,264 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:22:02,265 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:22:02,266 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:02,266 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:22:02,266 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:22:02,268 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:02,268 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:02,269 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:22:02,269 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:22:02,270 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:02,270 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:02,270 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:22:02,271 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:22:02,271 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:02,272 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:02,272 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:22:02,272 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:22:02,273 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:02,273 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:02,274 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:22:02,274 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:22:02,275 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:02,275 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:02,275 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:22:02,276 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:22:02,276 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 21:22:02,278 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:02,279 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:22:02,279 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:22:02,279 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:22:02,280 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 21:22:02,281 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:02,282 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:22:02,282 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:22:02,282 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:22:02,283 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:02,284 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:22:02,284 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:22:02,284 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 21:22:02,286 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:02,286 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:22:02,286 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:22:02,287 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:22:02,288 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:02,288 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:02,289 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:22:02,289 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:22:02,289 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 21:22:02,290 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:02,291 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeCount].
2021-01-28 21:22:02,291 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.LikeService.findEntityLikeStatus].
2021-01-28 21:22:02,291 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.CommentService.findCommentByEntity].
2021-01-28 21:22:02,292 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.CommentService.findCommentCount].
2021-01-28 21:22:02,293 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:22:02,294 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:22:02,504 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:22:02,505 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:06,717 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:22:06,717 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:06,718 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-28 21:22:06,721 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-28 21:22:06,725 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:22:06,725 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:22:06,728 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:06,729 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:22:06,732 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:22:06,735 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:06,737 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:22:06,738 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:22:06,741 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:06,741 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:22:06,742 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:22:06,743 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:06,744 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:22:06,745 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:22:06,749 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:06,749 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:22:06,750 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:22:06,751 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:22:06,752 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:22:06,959 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:22:06,960 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:06,971 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:22:06,972 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:09,961 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:09], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:22:09,962 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:09,962 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:09], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:22:09,966 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:09,967 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:09], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:22:09,968 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:09], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:22:09,969 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:09], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:22:09,974 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:09,974 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:09], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:22:09,978 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:09], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:22:09,983 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:09], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:22:09,986 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:09,987 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:09], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:22:09,990 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:09], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:22:09,993 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:09], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:22:09,994 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:09], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:22:09,995 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:09], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:22:09,996 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:09], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:22:10,128 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:10], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:22:10,129 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:20,859 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:22:20,860 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:20,860 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-28 21:22:20,864 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-28 21:22:20,869 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:22:20,870 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:22:20,873 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:20,874 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:22:20,875 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:22:20,878 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:20,878 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:22:20,879 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:22:20,883 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:20,884 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:22:20,885 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:22:20,886 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:20,886 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:22:20,887 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:22:20,890 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:20,891 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:22:20,892 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:22:20,893 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:22:20,894 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:20], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:22:21,131 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:22:21,133 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:21,139 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:22:21,140 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:21,773 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:22:21,773 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:21,774 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:22:21,776 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:21,776 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:22:21,777 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:22:21,778 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:22:21,783 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:21,784 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:22:21,788 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:22:21,792 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:22:21,795 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:21,796 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:22:21,800 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:22:21,803 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:22:21,804 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:22:21,805 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:22:21,806 INFO [http-nio-8080-exec-2] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:22:21,903 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:22:21,904 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:21], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:23,001 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:23], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:22:23,002 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:23,003 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:23], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:22:23,005 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:23], 访问了[com.greate.community.service.MessageService.findNotices].
2021-01-28 21:22:23,006 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:23,007 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:23,007 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:23,007 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:23,008 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:23,008 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:23,008 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:23,009 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:23,009 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:23,010 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:22:23,010 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:23], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:22:23,011 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:23], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:22:23,107 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:23], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:22:23,108 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:22:23], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:23:05,819 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:23:05], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:23:05,820 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:23:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:23:05,821 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:23:05], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:23:05,822 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:23:05], 访问了[com.greate.community.service.MessageService.findNotices].
2021-01-28 21:23:05,824 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:23:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:23:05,824 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:23:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:23:05,825 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:23:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:23:05,825 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:23:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:23:05,825 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:23:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:23:05,826 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:23:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:23:05,826 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:23:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:23:05,827 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:23:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:23:05,827 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:23:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:23:05,827 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:23:05], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:23:05,828 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:23:05], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:23:05,829 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:23:05], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:23:06,066 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:23:06], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:23:06,066 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:23:06], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:46:03,861 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:55] Starting CommunityApplication using Java 1.8.0_172 on LAPTOP-5SJBI05C with PID 29636 (E:\GreateCommunity\target\classes started by 19124 in E:\GreateCommunity)
2021-01-28 21:46:03,863 INFO [restartedMain] c.g.c.CommunityApplication [SpringApplication.java:660] No active profile set, falling back to default profiles: default
2021-01-28 21:46:03,898 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-28 21:46:03,899 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-28 21:46:04,379 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 21:46:04,380 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Elasticsearch repositories in DEFAULT mode.
2021-01-28 21:46:04,391 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-28 21:46:04,394 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 21:46:04,395 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Reactive Elasticsearch repositories in DEFAULT mode.
2021-01-28 21:46:04,399 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-28 21:46:04,408 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:250] Multiple Spring Data modules found, entering strict repository configuration mode!
2021-01-28 21:46:04,409 INFO [restartedMain] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:128] Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2021-01-28 21:46:04,418 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-28 21:46:04,571 INFO [restartedMain] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor [EnableEncryptablePropertiesBeanFactoryPostProcessor.java:48] Post-processing PropertySource instances
2021-01-28 21:46:04,609 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2021-01-28 21:46:04,610 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 21:46:04,610 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2021-01-28 21:46:04,610 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 21:46:04,611 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2021-01-28 21:46:04,611 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2021-01-28 21:46:04,611 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-28 21:46:04,611 INFO [restartedMain] c.u.j.EncryptablePropertySourceConverter [EncryptablePropertySourceConverter.java:41] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2021-01-28 21:46:04,642 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-28 21:46:04,799 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-28 21:46:04,801 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-28 21:46:05,023 INFO [restartedMain] o.s.b.w.e.t.TomcatWebServer [TomcatWebServer.java:108] Tomcat initialized with port(s): 8080 (http)
2021-01-28 21:46:05,029 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Initializing ProtocolHandler ["http-nio-8080"]
2021-01-28 21:46:05,030 INFO [restartedMain] o.a.c.c.StandardService [DirectJDKLog.java:173] Starting service [Tomcat]
2021-01-28 21:46:05,030 INFO [restartedMain] o.a.c.c.StandardEngine [DirectJDKLog.java:173] Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-01-28 21:46:05,136 INFO [restartedMain] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring embedded WebApplicationContext
2021-01-28 21:46:05,137 INFO [restartedMain] o.s.b.w.s.c.ServletWebServerApplicationContext [ServletWebServerApplicationContext.java:289] Root WebApplicationContext: initialization completed in 1238 ms
2021-01-28 21:46:05,832 INFO [restartedMain] o.s.s.c.ThreadPoolTaskExecutor [ExecutorConfigurationSupport.java:181] Initializing ExecutorService 'applicationTaskExecutor'
2021-01-28 21:46:05,902 INFO [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping [WelcomePageHandlerMapping.java:57] Adding welcome page template: index
2021-01-28 21:46:07,586 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:62] Version Spring Data Elasticsearch: 4.1.3
2021-01-28 21:46:07,586 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:63] Version Elasticsearch Client in build: 7.9.3
2021-01-28 21:46:07,587 INFO [restartedMain] o.s.d.e.s.VersionInfo [VersionInfo.java:64] Version Elasticsearch Client used: 7.9.3
2021-01-28 21:46:07,824 INFO [restartedMain] o.s.b.d.a.OptionalLiveReloadServer [OptionalLiveReloadServer.java:58] LiveReload server is running on port 35729
2021-01-28 21:46:07,877 INFO [restartedMain] o.a.k.c.c.ConsumerConfig [AbstractConfig.java:354] ConsumerConfig values:
allow.auto.create.topics = true
auto.commit.interval.ms = 3000
auto.offset.reset = latest
bootstrap.servers = [localhost:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = consumer-test-consumer-group-1
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = test-consumer-group
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.2
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2021-01-28 21:46:07,915 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:117] Kafka version: 2.6.0
2021-01-28 21:46:07,915 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:118] Kafka commitId: 62abe01bee039651
2021-01-28 21:46:07,915 INFO [restartedMain] o.a.k.c.u.AppInfoParser [AppInfoParser.java:119] Kafka startTimeMs: 1611841567914
2021-01-28 21:46:07,917 INFO [restartedMain] o.a.k.c.c.KafkaConsumer [KafkaConsumer.java:965] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Subscribed to topic(s): comment, like, follow
2021-01-28 21:46:07,922 INFO [restartedMain] o.s.s.c.ThreadPoolTaskScheduler [ExecutorConfigurationSupport.java:181] Initializing ExecutorService
2021-01-28 21:46:07,925 INFO [restartedMain] o.a.c.h.Http11NioProtocol [DirectJDKLog.java:173] Starting ProtocolHandler ["http-nio-8080"]
2021-01-28 21:46:07,934 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-28 21:46:07,942 INFO [restartedMain] c.g.c.CommunityApplication [StartupInfoLogger.java:61] Started CommunityApplication in 4.425 seconds (JVM running for 5.267)
2021-01-28 21:46:08,216 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.Metadata [Metadata.java:279] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Cluster ID: HpZkkZsDTRe8NRrfxt7E8w
2021-01-28 21:46:08,217 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Discovered group coordinator LAPTOP-5SJBI05C:9092 (id: 2147483647 rack: null)
2021-01-28 21:46:08,220 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 21:46:08,228 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:456] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Join group failed with org.apache.kafka.common.errors.MemberIdRequiredException: The group member needs to have a valid member id before actually entering a consumer group.
2021-01-28 21:46:08,228 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:553] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] (Re-)joining group
2021-01-28 21:46:08,232 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:627] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Finished assignment for group at generation 25: {consumer-test-consumer-group-1-a09c3689-429f-4aa9-9c51-75909a980abd=Assignment(partitions=[like-0, comment-0, follow-0])}
2021-01-28 21:46:08,236 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator [AbstractCoordinator.java:504] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Successfully joined group with generation 25
2021-01-28 21:46:08,237 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:276] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Notifying assignor about the new Assignment(partitions=[like-0, comment-0, follow-0])
2021-01-28 21:46:08,239 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:288] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Adding newly assigned partitions: comment-0, like-0, follow-0
2021-01-28 21:46:08,245 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition comment-0 to the committed offset FetchPosition{offset=12, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 21:46:08,246 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition like-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 21:46:08,246 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator [ConsumerCoordinator.java:815] [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Setting offset for partition follow-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[LAPTOP-5SJBI05C:9092 (id: 0 rack: null)], epoch=0}}
2021-01-28 21:46:08,253 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer [LogAccessor.java:292] test-consumer-group: partitions assigned: [comment-0, like-0, follow-0]
2021-01-28 21:46:09,890 INFO [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/echo] [DirectJDKLog.java:173] Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-01-28 21:46:09,890 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:525] Initializing Servlet 'dispatcherServlet'
2021-01-28 21:46:09,891 INFO [http-nio-8080-exec-1] o.s.w.s.DispatcherServlet [FrameworkServlet.java:547] Completed initialization in 1 ms
2021-01-28 21:46:09,902 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:09], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:46:10,515 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:46:10,529 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:10], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-28 21:46:10,541 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2021-01-28 21:46:10,660 INFO [http-nio-8080-exec-1] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2021-01-28 21:46:10,690 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:10], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-28 21:46:10,698 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:10], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:46:10,700 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:10], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:46:10,712 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:46:10,714 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:10], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:46:10,715 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:10], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:46:10,719 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:46:10,721 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:10], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:46:10,722 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:10], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:46:10,726 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:46:10,728 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:10], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:46:10,729 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:10], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:46:10,731 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:46:10,732 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:10], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:46:10,734 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:10], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:46:10,737 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:10], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:46:10,739 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:10], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:46:10,741 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:10], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:46:10,745 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:10], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:46:10,747 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:10], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:46:11,208 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:11], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:46:11,211 INFO [http-nio-8080-exec-10] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:46:11,217 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:11], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:46:11,218 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:11], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:46:14,788 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:46:14,789 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:46:14,793 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:14], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:46:14,796 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:14], 访问了[com.greate.community.service.MessageService.findLetters].
2021-01-28 21:46:14,799 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:46:14,800 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:46:14,802 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:46:14,804 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:46:14,804 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:14], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:46:14,806 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:14], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:46:14,915 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:14], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:46:14,919 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:46:14], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:47:07,938 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:47:07,939 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:47:07,940 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:07], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:47:07,995 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:47:07,998 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:07], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:47:08,000 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:08], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:47:08,001 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:08], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:47:08,007 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:47:08,008 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:08], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:47:08,012 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:08], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:47:08,017 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:08], 访问了[com.greate.community.service.MessageService.findLatestNotice].
2021-01-28 21:47:08,021 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:47:08,022 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:08], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:47:08,025 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:08], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:47:08,028 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:08], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:47:08,029 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:08], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:47:08,031 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:08], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:47:08,032 INFO [http-nio-8080-exec-4] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:08], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:47:08,280 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:08], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:47:08,282 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:08], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:47:09,620 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:09], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:47:09,621 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:47:09,623 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:09], 访问了[com.greate.community.service.MessageService.findNoticeCount].
2021-01-28 21:47:09,627 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:09], 访问了[com.greate.community.service.MessageService.findNotices].
2021-01-28 21:47:09,630 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:47:09,631 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:47:09,632 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:47:09,633 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:47:09,634 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:47:09,635 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:47:09,635 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:47:09,636 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:47:09,637 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:47:09,638 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:47:09,638 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:09], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:47:09,640 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:09], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:47:09,748 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:09], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:47:09,749 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:47:09], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:57:28,195 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:57:28,197 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:57:28,199 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-28 21:57:28,204 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-28 21:57:28,209 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:57:28,211 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:57:28,216 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:57:28,217 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:57:28,218 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:57:28,221 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:57:28,222 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:57:28,223 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:57:28,226 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:57:28,229 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:57:28,230 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:57:28,232 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:57:28,234 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:57:28,235 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:57:28,238 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:57:28,239 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:57:28,241 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:57:28,243 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:57:28,244 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:57:28,630 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:57:28,632 INFO [http-nio-8080-exec-7] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:57:28,650 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:57:28,652 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:57:28], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:58:12,415 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:58:12], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:58:12,417 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:58:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:58:12,418 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:58:12], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:58:12,421 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:58:12], 访问了[com.greate.community.service.MessageService.findLetters].
2021-01-28 21:58:12,422 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:58:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:58:12,423 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:58:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:58:12,424 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:58:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:58:12,424 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:58:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:58:12,425 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:58:12], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:58:12,427 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:58:12], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:58:12,665 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:58:12], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:58:12,666 INFO [http-nio-8080-exec-5] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:58:12], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:59:02,388 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:59:02,390 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:59:02,391 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-28 21:59:02,395 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-28 21:59:02,400 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:59:02,401 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:59:02,404 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:59:02,405 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:59:02,406 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:59:02,410 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:59:02,411 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:59:02,413 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:59:02,416 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:59:02,417 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:59:02,418 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:59:02,419 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:59:02,420 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:59:02,421 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:59:02,424 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:59:02,424 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:59:02,426 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:59:02,427 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:59:02,428 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:59:02,531 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:59:02,533 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:59:02,539 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:59:02,541 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:02], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:59:04,594 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:59:04,595 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:59:04,597 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:59:04,597 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:04], 访问了[com.greate.community.service.LikeService.findUserLikeCount].
2021-01-28 21:59:04,600 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:04], 访问了[com.greate.community.service.FollowService.findFolloweeCount].
2021-01-28 21:59:04,604 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:04], 访问了[com.greate.community.service.FollowService.findFollowerCount].
2021-01-28 21:59:04,605 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:04], 访问了[com.greate.community.service.FollowService.hasFollowed].
2021-01-28 21:59:04,613 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:04], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:59:04,615 INFO [http-nio-8080-exec-1] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:04], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:59:04,719 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:04], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:59:04,721 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:04], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:59:07,496 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:59:07,497 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:59:07,498 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.MessageService.findConversationCout].
2021-01-28 21:59:07,502 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.MessageService.findConversations].
2021-01-28 21:59:07,506 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:59:07,507 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:59:07,511 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:59:07,512 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:59:07,513 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:59:07,516 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:59:07,517 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:59:07,518 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:59:07,521 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:59:07,521 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:59:07,523 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:59:07,524 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:59:07,524 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.MessageService.findLetterCount].
2021-01-28 21:59:07,526 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:59:07,530 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:59:07,531 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:59:07,532 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:59:07,533 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.MessageService.findLetterUnreadCount].
2021-01-28 21:59:07,534 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.MessageService.findNoticeUnReadCount].
2021-01-28 21:59:07,640 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:59:07,641 INFO [http-nio-8080-exec-9] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.UserService.findUserById].
2021-01-28 21:59:07,651 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.UserService.findLoginTicket].
2021-01-28 21:59:07,652 INFO [http-nio-8080-exec-6] c.g.c.a.ServiceLogAspect [ServiceLogAspect.java:43] 用户[0:0:0:0:0:0:0:1], 在[2021-01-28 21:59:07], 访问了[com.greate.community.service.UserService.findUserById].