一、该问题的重现步骤是什么?
1. bladeX 加入其他boot
2. nacos 报错误 Error to process server push response
3.但代码可以正常访问,也能正常访问数据库,就是控制台打印出错误日志;
4.这个项目使用的是 spring-data-jpa
二、你期待的结果是什么?实际看到的又是什么?
如何关闭nacos GrpcClient 这个心跳错误日志
三、你正在使用的是什么产品,什么版本?在什么操作系统上?
bladeX
四、请提供详细的错误堆栈信息,这很重要。
----启动中,读取到的环境变量:[dev],jar地址:[/Users/yinglu/work/mmjd-me-now/bladeX282/trunk/bladex-282/blade-service/blade-word/target/classes/]----
2022-01-24 20:07:53.655 INFO 38542 --- [kground-preinit] o.h.validator.internal.util.Version : HV000001: Hibernate Validator 6.0.22.Final
______ _ _ ___ ___
| ___ \| | | | \ \ / /
| |_/ /| | __ _ __| | ___ \ V /
| ___ \| | / _` | / _` | / _ \ > <
| |_/ /| || (_| || (_| || __/ / . \
\____/ |_| \__,_| \__,_| \___|/__/ \__\
:: BladeX 2.8.2.RELEASE :: blade-word:dev :: Running SpringBoot 2.2.13.RELEASE ::
2022-01-24 20:07:54.294 INFO 38542 --- [ main] org.reflections.Reflections : Reflections took 27 ms to scan 1 urls, producing 3 keys and 6 values
2022-01-24 20:07:54.315 INFO 38542 --- [ main] org.reflections.Reflections : Reflections took 13 ms to scan 1 urls, producing 4 keys and 9 values
2022-01-24 20:07:54.327 INFO 38542 --- [ main] org.reflections.Reflections : Reflections took 11 ms to scan 1 urls, producing 3 keys and 10 values
2022-01-24 20:07:54.559 INFO 38542 --- [ main] org.reflections.Reflections : Reflections took 227 ms to scan 380 urls, producing 0 keys and 0 values
2022-01-24 20:07:54.567 INFO 38542 --- [ main] org.reflections.Reflections : Reflections took 7 ms to scan 1 urls, producing 1 keys and 5 values
2022-01-24 20:07:54.580 INFO 38542 --- [ main] org.reflections.Reflections : Reflections took 10 ms to scan 1 urls, producing 1 keys and 7 values
2022-01-24 20:07:54.590 INFO 38542 --- [ main] org.reflections.Reflections : Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values
2022-01-24 20:07:54.762 INFO 38542 --- [ main] org.reflections.Reflections : Reflections took 169 ms to scan 380 urls, producing 0 keys and 0 values
2022-01-24 20:07:55.476 WARN 38542 --- [ main] c.a.c.n.c.NacosPropertySourceBuilder : Ignore the empty nacos configuration and get it based on dataId[blade-word] & group[DEFAULT_GROUP]
2022-01-24 20:07:55.481 WARN 38542 --- [ main] c.a.c.n.c.NacosPropertySourceBuilder : Ignore the empty nacos configuration and get it based on dataId[blade-word.yaml] & group[DEFAULT_GROUP]
2022-01-24 20:07:55.487 WARN 38542 --- [ main] c.a.c.n.c.NacosPropertySourceBuilder : Ignore the empty nacos configuration and get it based on dataId[blade-word-dev.yaml] & group[DEFAULT_GROUP]
2022-01-24 20:07:55.488 INFO 38542 --- [ main] b.c.PropertySourceBootstrapConfiguration : Located property source: [BootstrapPropertySource {name='bootstrapProperties-blade-word-dev.yaml,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-blade-word.yaml,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-blade-word,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-blade-dev.yaml,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-blade.yaml,DEFAULT_GROUP'}]
2022-01-24 20:07:55.502 INFO 38542 --- [ main] org.springblade.WordApplication : The following profiles are active: dev
2022-01-24 20:07:56.151 WARN 38542 --- [ main] o.s.c.c.u.SpringFactoryImportSelector : More than one implementation of @EnableCircuitBreaker (now relying on @Conditionals to pick one): [org.springframework.cloud.netflix.hystrix.HystrixCircuitBreakerConfiguration, com.alibaba.cloud.sentinel.custom.SentinelCircuitBreakerConfiguration]
2022-01-24 20:07:57.397 INFO 38542 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2022-01-24 20:07:57.397 INFO 38542 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-01-24 20:07:57.876 INFO 38542 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 472ms. Found 33 JPA repository interfaces.
2022-01-24 20:07:57.891 INFO 38542 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2022-01-24 20:07:57.892 INFO 38542 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2022-01-24 20:07:57.996 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.AccountParaDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:57.996 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.AccountParaValueDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:57.997 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.AccountUsefulDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:57.997 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.FileDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:57.998 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.FootStoreDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:57.998 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.LawCategoryDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:57.999 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.LawInfoDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:57.999 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.LawOptionCollectDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:57.999 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.LawOptionCollectGroupDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.000 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.LawOptionDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.000 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.OpenTemCategoryDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.001 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.OpenTemDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.001 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.OpenTemDictDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.001 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.OpenTemDictGroupDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.002 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.OpenTemParaDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.004 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.OpenTemPictureDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.004 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.PictureDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.005 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.TemplateBaseParaDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.005 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.TemplateBaseParaValDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.005 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.TemplateBaseValGroupDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.006 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.TemplateDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.006 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.TemplateDictDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.006 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.TemplateDictGroupDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.007 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.TemplateGroupDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.007 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.TemplateParaDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.007 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.TemplateParaValDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.007 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.TemplatePictureDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.008 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.TemplateValGroupDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.008 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.TestDataDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.008 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.WordTemCategoryDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.009 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.WordTemDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.009 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.WordTemParaDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.009 INFO 38542 --- [ main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface org.springblade.word.dao.secondary.WordTemUseDao. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
2022-01-24 20:07:58.009 INFO 38542 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 110ms. Found 0 Redis repository interfaces.
2022-01-24 20:07:58.086 WARN 38542 --- [ main] o.s.boot.actuate.endpoint.EndpointId : Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
2022-01-24 20:07:58.099 WARN 38542 --- [ main] o.s.boot.actuate.endpoint.EndpointId : Endpoint ID 'hystrix.stream' contains invalid characters, please migrate to a valid format.
2022-01-24 20:07:58.287 WARN 38542 --- [ main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[org.springblade]' package. Please check your configuration.
2022-01-24 20:07:58.423 INFO 38542 --- [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=32eeb6da-7e23-3e6d-aaeb-706aceb2366c
2022-01-24 20:07:58.427 INFO 38542 --- [ main] s.c.l.p.BladePropertySourcePostProcessor : BladePropertySourcePostProcessor init.
2022-01-24 20:07:58.431 INFO 38542 --- [ main] s.c.l.p.BladePropertySourcePostProcessor : BladePropertySourcePostProcessor process @BladePropertySource bean.
INFO: Sentinel log output type is: file
INFO: Sentinel log charset is: utf-8
INFO: Sentinel log base directory is: /Users/yinglu/logs/csp/
INFO: Sentinel log name use pid is: false
2022-01-24 20:07:59.290 WARN 38542 --- [ main] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2022-01-24 20:07:59.318 INFO 38542 --- [ main] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
2022-01-24 20:07:59.318 INFO 38542 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3797 ms
2022-01-24 20:07:59.530 WARN 38542 --- [ main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources.
2022-01-24 20:07:59.530 INFO 38542 --- [ main] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2022-01-24 20:07:59.538 INFO 38542 --- [ main] c.netflix.config.DynamicPropertyFactory : DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@306c8e09
2022-01-24 20:07:59.850 INFO 38542 --- [ main] o.s.b.a.e.web.ServletEndpointRegistrar : Registered '/actuator/hystrix.stream' to hystrix.stream-actuator-endpoint
2022-01-24 20:07:59.917 INFO 38542 --- [ main] c.a.d.s.b.a.DruidDataSourceAutoConfigure : Init DruidDataSource
2022-01-24 20:08:00.329 INFO 38542 --- [ main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2022-01-24 20:08:00.584 INFO 38542 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2022-01-24 20:08:00.632 INFO 38542 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final
2022-01-24 20:08:00.750 INFO 38542 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-01-24 20:08:00.874 INFO 38542 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
2022-01-24 20:08:01.984 INFO 38542 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-24 20:08:01.994 INFO 38542 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-01-24 20:08:03.296 INFO 38542 --- [ main] o.s.core.log.logger.BladeLogger : blade-word: BladeLogger init success!
2022-01-24 20:08:07.188 WARN 38542 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-01-24 20:08:07.499 INFO 38542 --- [ main] c.a.c.s.SentinelWebAutoConfiguration : [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
2022-01-24 20:08:07.586 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountPara/view, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountParaController#view(String)
2022-01-24 20:08:07.586 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountPara/edit, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountParaController#edit(String, String, String, Boolean, Integer, String)
2022-01-24 20:08:07.586 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountPara/getForAdd, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountParaController#getForAdd()
2022-01-24 20:08:07.586 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountPara/getForEdit, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountParaController#getForEdit(String)
2022-01-24 20:08:07.586 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountPara/getAllPara, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountParaController#getAllPara()
2022-01-24 20:08:07.586 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountPara/setIsEnable, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountParaController#setIsEnable(String, Boolean)
2022-01-24 20:08:07.586 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountPara/add, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountParaController#add(String, String, String, Integer, String, String)
2022-01-24 20:08:07.586 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountPara/delete, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountParaController#delete(String)
2022-01-24 20:08:07.586 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountPara/list, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountParaController#list(PageForIndex, String, String, String, Boolean, String, String)
2022-01-24 20:08:07.586 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountParaValue/view, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountParaValueController#view(String)
2022-01-24 20:08:07.586 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountParaValue/edit, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountParaValueController#edit(String, String, String, String)
2022-01-24 20:08:07.586 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountParaValue/addList, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountParaValueController#addList(HttpServletRequest)
2022-01-24 20:08:07.586 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountParaValue/getForAdd, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountParaValueController#getForAdd()
2022-01-24 20:08:07.586 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountParaValue/getForEdit, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountParaValueController#getForEdit(String)
2022-01-24 20:08:07.586 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountParaValue/getAllParaForMine, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountParaValueController#getAllParaForMine()
2022-01-24 20:08:07.586 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountParaValue/add, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountParaValueController#add(String, String, String, String)
2022-01-24 20:08:07.586 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountParaValue/delete, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountParaValueController#delete(String)
2022-01-24 20:08:07.586 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountParaValue/list, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountParaValueController#list(PageForIndex, String, String, String, String)
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountUseful/view, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountUsefulController#view(String)
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountUseful/edit, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountUsefulController#edit(String, String, String)
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountUseful/getForAdd, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountUsefulController#getForAdd()
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountUseful/getForEdit, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountUsefulController#getForEdit(String)
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountUseful/getUsefulForMine, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountUsefulController#getUsefulForMine()
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountUseful/add, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountUsefulController#add(String, String, String, String)
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountUseful/delete, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountUsefulController#delete(String)
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /accountUseful/list, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiAccountUsefulController#list(PageForIndex, String, String, String, String)
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /file/view, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiFileController#view(String)
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /file/edit, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiFileController#edit(String, LocalDateTime, Integer, String, String, String, Integer, Integer, String)
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /file/getForAdd, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiFileController#getForAdd()
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /file/getForEdit, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiFileController#getForEdit(String)
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /file/add, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiFileController#add(String, LocalDateTime, Integer, String, String, String, Integer, Integer, String)
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /file/delete, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiFileController#delete(String)
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /file/list, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiFileController#list(PageForIndex, String, LocalDateTime, Integer, String, String, String, Integer, Integer, String)
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /footStore/view, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiFootStoreController#view(String)
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /footStore/edit, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiFootStoreController#edit(String, String, String, String, String)
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /footStore/getForAdd, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiFootStoreController#getForAdd()
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /footStore/getForEdit, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiFootStoreController#getForEdit(String)
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /footStore/add, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiFootStoreController#add(String, String, String, String, String)
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /footStore/delete, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiFootStoreController#delete(String)
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /footStore/list, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiFootStoreController#list(PageForIndex, String, String, String, String, String)
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawCategory/findAllForOptionLawInfoTree, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawCategoryController#findAllForOptionLawInfoTree()
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawCategory/findForParentIdAndGradeForTree, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawCategoryController#findForParentIdAndGradeForTree(String, Integer)
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawCategory/view, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawCategoryController#view(String)
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawCategory/edit, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawCategoryController#edit(String, String, String, String, String, Integer, String, Boolean, Integer, String, Boolean)
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawCategory/getForAdd, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawCategoryController#getForAdd()
2022-01-24 20:08:07.587 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawCategory/getForEdit, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawCategoryController#getForEdit(String)
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawCategory/setDisplay, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawCategoryController#setDisplay(String, Boolean)
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawCategory/findAllForRootTree, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawCategoryController#findAllForRootTree()
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawCategory/findAllForLawInfoTree, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawCategoryController#findAllForLawInfoTree()
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawCategory/add, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawCategoryController#add(String, String, String, String, String, Integer, String, Integer, String, String)
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawCategory/delete, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawCategoryController#delete(String)
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawCategory/list, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawCategoryController#list(PageForIndex, String, String, String, Integer, LocalDateTime, LocalDateTime, String, Boolean, LocalDateTime, LocalDateTime, String, Integer, Boolean, String, String, Boolean, String)
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawInfo/view, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawInfoController#view(String)
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawInfo/edit, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawInfoController#edit(String, String, Boolean, Integer, String, String, LocalDate, String)
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawInfo/getForAdd, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawInfoController#getForAdd()
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawInfo/getForEdit, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawInfoController#getForEdit(String)
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawInfo/listForView, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawInfoController#listForView(PageForIndex, String, String, Boolean, String, String, String, String, Integer, String)
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawInfo/setDisplay, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawInfoController#setIsDisplay(String, Boolean)
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawInfo/add, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawInfoController#add(String, String, Integer, String, LocalDate, String, String)
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawInfo/delete, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawInfoController#delete(String)
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawInfo/list, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawInfoController#list(PageForIndex, String, String, Boolean, String, LocalDate, String)
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawOptionCollect/view, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawOptionCollectController#view(String)
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawOptionCollect/edit, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawOptionCollectController#edit(String, String, String, String, Integer, String)
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawOptionCollect/getForAdd, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawOptionCollectController#getForAdd()
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawOptionCollect/getForEdit, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawOptionCollectController#getForEdit(String)
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawOptionCollect/listForView, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawOptionCollectController#listForView(PageForIndex, String, String, String, String, String, String, String, String, String, String, Boolean, String, Integer, String)
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawOptionCollect/deleteIds, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawOptionCollectController#deleteIds(String)
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawOptionCollect/add, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawOptionCollectController#add(String, String, String, String, Integer, String)
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawOptionCollect/delete, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawOptionCollectController#delete(String)
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawOptionCollect/list, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawOptionCollectController#list(PageForIndex, String, String, String, String, String)
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawOptionCollectGroup/getLawCollectGroupForMine, produces [application/json;charset=UTF-8]}" onto org.springblade.word.controller.ApiLawOptionCollectGroupController#getLawCollectGroupForMine(String)
2022-01-24 20:08:07.588 INFO 38542 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{[GET, POST] /lawOptionCollectGroup/view, produces [application/json;charset=UTF-8]}" onto org.springblade.word
扫一扫访问 Blade技术社区 移动端