dataService.log 168 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783
  1. 2024-03-22 17:29:16.831 INFO 20076 --- [main] c.z.d.DataServiceStarterApplication : Starting DataServiceStarterApplication using Java 11.0.12 on TRX with PID 20076 (D:\zswlWorkspace\DataServiceStarter\target\classes started by root in D:\zswlWorkspace\DataServiceStarter)
  2. 2024-03-22 17:29:16.836 INFO 20076 --- [main] c.z.d.DataServiceStarterApplication : The following 1 profile is active: "dev"
  3. 2024-03-22 17:29:16.837 DEBUG 20076 --- [main] o.s.boot.SpringApplication : Loading source class com.zswl.dataservicestarter.DataServiceStarterApplication
  4. 2024-03-22 17:29:17.051 DEBUG 20076 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@72e34f77
  5. 2024-03-22 17:29:17.523 INFO 20076 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  6. 2024-03-22 17:29:17.523 INFO 20076 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  7. 2024-03-22 17:29:17.537 INFO 20076 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 4 ms. Found 0 JPA repository interfaces.
  8. 2024-03-22 17:29:17.549 INFO 20076 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  9. 2024-03-22 17:29:17.549 INFO 20076 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
  10. 2024-03-22 17:29:17.551 INFO 20076 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 0 ms. Found 0 MongoDB repository interfaces.
  11. 2024-03-22 17:29:17.614 DEBUG 20076 --- [main] o.s.b.a.AutoConfigurationPackages : @EnableAutoConfiguration was declared on a class in the package 'com.zswl.dataservicestarter'. Automatic @Repository and @Entity scanning is enabled.
  12. 2024-03-22 17:29:17.784 WARN 20076 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.zswl.dataservicestarter]' package. Please check your configuration.
  13. 2024-03-22 17:29:18.103 DEBUG 20076 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: D:\.m3\repository\org\springframework\boot\spring-boot\2.7.12\spring-boot-2.7.12.jar
  14. 2024-03-22 17:29:18.103 DEBUG 20076 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: D:\.m3\repository\org\springframework\boot\spring-boot\2.7.12\spring-boot-2.7.12.jar
  15. 2024-03-22 17:29:18.104 DEBUG 20076 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
  16. 2024-03-22 17:29:18.119 INFO 20076 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9000 (http)
  17. 2024-03-22 17:29:18.125 INFO 20076 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  18. 2024-03-22 17:29:18.125 INFO 20076 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.75]
  19. 2024-03-22 17:29:18.223 INFO 20076 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  20. 2024-03-22 17:29:18.223 DEBUG 20076 --- [main] w.s.c.ServletWebServerApplicationContext : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
  21. 2024-03-22 17:29:18.223 INFO 20076 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1172 ms
  22. 2024-03-22 17:29:18.233 DEBUG 20076 --- [main] o.s.b.w.s.ServletContextInitializerBeans : Mapping filters: characterEncodingFilter urls=[/*] order=-2147483648
  23. 2024-03-22 17:29:18.233 DEBUG 20076 --- [main] o.s.b.w.s.ServletContextInitializerBeans : Mapping servlets: dispatcherServlet urls=[/]
  24. 2024-03-22 17:29:18.250 DEBUG 20076 --- [main] s.b.w.s.f.OrderedCharacterEncodingFilter : Filter 'characterEncodingFilter' configured for use
  25. 2024-03-22 17:29:18.348 INFO 20076 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
  26. 2024-03-22 17:29:18.564 INFO 20076 --- [main] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported)
  27. 2024-03-22 17:29:18.567 INFO 20076 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
  28. 2024-03-22 17:29:18.607 INFO 20076 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
  29. 2024-03-22 17:29:18.651 INFO 20076 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.15.Final
  30. 2024-03-22 17:29:18.771 INFO 20076 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  31. 2024-03-22 17:29:18.863 INFO 20076 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
  32. 2024-03-22 17:29:18.981 INFO 20076 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  33. 2024-03-22 17:29:18.990 INFO 20076 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  34. 2024-03-22 17:29:19.050 INFO 20076 --- [main] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:37017 to client view of cluster
  35. 2024-03-22 17:29:19.073 INFO 20076 --- [main] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:47017 to client view of cluster
  36. 2024-03-22 17:29:19.074 INFO 20076 --- [main] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:57107 to client view of cluster
  37. 2024-03-22 17:29:19.093 INFO 20076 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.9.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Oracle Corporation/11.0.12+8-LTS-237"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=MongoCredential{mechanism=null, userName='admin', source='dataDB', password=<hidden>, mechanismProperties=<hidden>}, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@1e7d3d87, com.mongodb.Jep395RecordCodecProvider@1dd76982]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[192.168.0.102:37017, 192.168.0.102:47017, 192.168.0.102:57107], srvServiceName=mongodb, mode=MULTIPLE, requiredClusterType=REPLICA_SET, requiredReplicaSetName='rs', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  38. 2024-03-22 17:29:19.104 INFO 20076 --- [cluster-ClusterId{value='65fd4f6f68f1e6207f74acd8', description='null'}-192.168.0.102:37017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=192.168.0.102:37017, type=REPLICA_SET_PRIMARY, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=19840500, setName='rs', canonicalAddress=192.168.0.102:37017, hosts=[192.168.0.102:57017, 192.168.0.102:37017, 192.168.0.102:47017], passives=[], arbiters=[], primary='192.168.0.102:37017', tagSet=TagSet{[]}, electionId=7fffffff0000000000000005, setVersion=1, topologyVersion=TopologyVersion{processId=65fa7aa1e543ec5a25b9306f, counter=13}, lastWriteDate=Fri Mar 22 17:29:11 CST 2024, lastUpdateTimeNanos=243910871740500}
  39. 2024-03-22 17:29:19.104 INFO 20076 --- [cluster-ClusterId{value='65fd4f6f68f1e6207f74acd8', description='null'}-192.168.0.102:47017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=192.168.0.102:47017, type=REPLICA_SET_SECONDARY, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=19845700, setName='rs', canonicalAddress=192.168.0.102:47017, hosts=[192.168.0.102:57017, 192.168.0.102:37017, 192.168.0.102:47017], passives=[], arbiters=[], primary='192.168.0.102:37017', tagSet=TagSet{[]}, electionId=null, setVersion=1, topologyVersion=TopologyVersion{processId=65fa7aabf11a7ed1fff1639f, counter=14}, lastWriteDate=Fri Mar 22 17:29:11 CST 2024, lastUpdateTimeNanos=243910871740500}
  40. 2024-03-22 17:29:19.107 INFO 20076 --- [cluster-ClusterId{value='65fd4f6f68f1e6207f74acd8', description='null'}-192.168.0.102:47017] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:57017 to client view of cluster
  41. 2024-03-22 17:29:19.109 INFO 20076 --- [cluster-ClusterId{value='65fd4f6f68f1e6207f74acd8', description='null'}-192.168.0.102:37017] org.mongodb.driver.cluster : Server 192.168.0.102:57107 is no longer a member of the replica set. Removing from client view of cluster.
  42. 2024-03-22 17:29:19.111 INFO 20076 --- [cluster-ClusterId{value='65fd4f6f68f1e6207f74acd8', description='null'}-192.168.0.102:37017] org.mongodb.driver.cluster : Discovered replica set primary 192.168.0.102:37017 with max election id 7fffffff0000000000000005 and max set version 1
  43. 2024-03-22 17:29:19.114 INFO 20076 --- [cluster-ClusterId{value='65fd4f6f68f1e6207f74acd8', description='null'}-192.168.0.102:57017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=192.168.0.102:57017, type=REPLICA_SET_SECONDARY, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=3933600, setName='rs', canonicalAddress=192.168.0.102:57017, hosts=[192.168.0.102:57017, 192.168.0.102:37017, 192.168.0.102:47017], passives=[], arbiters=[], primary='192.168.0.102:37017', tagSet=TagSet{[]}, electionId=null, setVersion=1, topologyVersion=TopologyVersion{processId=65fa7ab18e3e361d9a98b17e, counter=11}, lastWriteDate=Fri Mar 22 17:29:11 CST 2024, lastUpdateTimeNanos=243910883500200}
  44. 2024-03-22 17:29:19.174 WARN 20076 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  45. 2024-03-22 17:29:19.266 DEBUG 20076 --- [main] inMXBeanRegistrar$SpringApplicationAdmin : Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
  46. 2024-03-22 17:29:19.290 WARN 20076 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  47. 2024-03-22 17:29:19.309 WARN 20076 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.math.BigDecimal to class org.bson.types.Decimal128 as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  48. 2024-03-22 17:29:19.310 WARN 20076 --- [main] o.s.data.convert.CustomConversions : Registering converter from class org.bson.types.Decimal128 to class java.math.BigDecimal as writing converter although it doesn't convert to a store-supported type; You might want to check your annotation setup at the converter implementation
  49. 2024-03-22 17:29:19.310 WARN 20076 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  50. 2024-03-22 17:29:19.600 WARN 20076 --- [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
  51. 2024-03-22 17:29:19.640 DEBUG 20076 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : 2 mappings in 'requestMappingHandlerMapping'
  52. 2024-03-22 17:29:19.674 DEBUG 20076 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
  53. 2024-03-22 17:29:19.693 DEBUG 20076 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
  54. 2024-03-22 17:29:19.846 WARN 20076 --- [main] .b.a.g.t.GroovyTemplateAutoConfiguration : Cannot find template location: classpath:/templates/ (please add some templates, check your Groovy configuration, or set spring.groovy.template.check-template-location=false)
  55. 2024-03-22 17:29:20.126 INFO 20076 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9000 (http) with context path ''
  56. 2024-03-22 17:29:20.133 DEBUG 20076 --- [main] ySourcesPropertyResolver$DefaultResolver : Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
  57. 2024-03-22 17:29:20.136 INFO 20076 --- [main] c.z.d.DataServiceStarterApplication : Started DataServiceStarterApplication in 3.802 seconds (JVM running for 5.239)
  58. 2024-03-22 17:29:20.137 DEBUG 20076 --- [main] o.s.b.a.ApplicationAvailabilityBean : Application availability state LivenessState changed to CORRECT
  59. 2024-03-22 17:29:20.138 DEBUG 20076 --- [main] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
  60. 2024-03-22 17:57:08.675 DEBUG 20076 --- [SpringApplicationShutdownHook] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
  61. 2024-03-22 17:57:08.675 DEBUG 20076 --- [SpringApplicationShutdownHook] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@72e34f77, started on Fri Mar 22 17:29:17 CST 2024
  62. 2024-03-22 17:57:08.675 DEBUG 20076 --- [SpringApplicationShutdownHook] ySourcesPropertyResolver$DefaultResolver : Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
  63. 2024-03-22 17:57:09.137 INFO 20076 --- [SpringApplicationShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
  64. 2024-03-22 17:57:09.138 INFO 20076 --- [SpringApplicationShutdownHook] .SchemaDropperImpl$DelayedDropActionImpl : HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
  65. 2024-03-22 17:57:09.143 INFO 20076 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
  66. 2024-03-22 17:57:09.147 INFO 20076 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
  67. 2024-03-22 17:57:18.219 INFO 32132 --- [main] c.z.d.DataServiceStarterApplication : Starting DataServiceStarterApplication using Java 11.0.12 on TRX with PID 32132 (D:\zswlWorkspace\DataServiceStarter\target\classes started by root in D:\zswlWorkspace\DataServiceStarter)
  68. 2024-03-22 17:57:18.223 INFO 32132 --- [main] c.z.d.DataServiceStarterApplication : The following 1 profile is active: "dev"
  69. 2024-03-22 17:57:18.223 DEBUG 32132 --- [main] o.s.boot.SpringApplication : Loading source class com.zswl.dataservicestarter.DataServiceStarterApplication
  70. 2024-03-22 17:57:18.456 DEBUG 32132 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@66ea1466
  71. 2024-03-22 17:57:19.130 INFO 32132 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  72. 2024-03-22 17:57:19.130 INFO 32132 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  73. 2024-03-22 17:57:19.211 INFO 32132 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 73 ms. Found 3 JPA repository interfaces.
  74. 2024-03-22 17:57:19.231 INFO 32132 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  75. 2024-03-22 17:57:19.232 INFO 32132 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
  76. 2024-03-22 17:57:19.239 WARN 32132 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'userDao' defined in com.zswl.dataservicestarter.dao.UserDao defined in @EnableMongoRepositories declared on MongoConfiguration: Cannot register bean definition [Root bean: class [org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in com.zswl.dataservicestarter.dao.UserDao defined in @EnableMongoRepositories declared on MongoConfiguration] for bean 'userDao': There is already [Root bean: class [org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in com.zswl.dataservicestarter.dao.UserDao defined in @EnableJpaRepositories declared on JpaConfig] bound.
  77. 2024-03-22 17:57:19.250 INFO 32132 --- [main] ConditionEvaluationReportLoggingListener :
  78. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  79. 2024-03-22 17:57:19.335 DEBUG 32132 --- [main] o.s.b.d.LoggingFailureAnalysisReporter : Application failed to start due to an exception
  80. org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'userDao' defined in com.zswl.dataservicestarter.dao.UserDao defined in @EnableMongoRepositories declared on MongoConfiguration: Cannot register bean definition [Root bean: class [org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in com.zswl.dataservicestarter.dao.UserDao defined in @EnableMongoRepositories declared on MongoConfiguration] for bean 'userDao': There is already [Root bean: class [org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in com.zswl.dataservicestarter.dao.UserDao defined in @EnableJpaRepositories declared on JpaConfig] bound.
  81. at org.springframework.beans.factory.support.DefaultListableBeanFactory.registerBeanDefinition(DefaultListableBeanFactory.java:1006) ~[spring-beans-5.3.26.jar:5.3.26]
  82. at org.springframework.data.repository.config.RepositoryConfigurationDelegate.registerRepositoriesIn(RepositoryConfigurationDelegate.java:189) ~[spring-data-commons-2.7.12.jar:2.7.12]
  83. at org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport.registerBeanDefinitions(RepositoryBeanDefinitionRegistrarSupport.java:106) ~[spring-data-commons-2.7.12.jar:2.7.12]
  84. at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.lambda$loadBeanDefinitionsFromRegistrars$1(ConfigurationClassBeanDefinitionReader.java:396) ~[spring-context-5.3.26.jar:5.3.26]
  85. at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:684) ~[na:na]
  86. at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsFromRegistrars(ConfigurationClassBeanDefinitionReader.java:395) ~[spring-context-5.3.26.jar:5.3.26]
  87. at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForConfigurationClass(ConfigurationClassBeanDefinitionReader.java:157) ~[spring-context-5.3.26.jar:5.3.26]
  88. at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitions(ConfigurationClassBeanDefinitionReader.java:129) ~[spring-context-5.3.26.jar:5.3.26]
  89. at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:343) ~[spring-context-5.3.26.jar:5.3.26]
  90. at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:247) ~[spring-context-5.3.26.jar:5.3.26]
  91. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:311) ~[spring-context-5.3.26.jar:5.3.26]
  92. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:112) ~[spring-context-5.3.26.jar:5.3.26]
  93. at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:748) ~[spring-context-5.3.26.jar:5.3.26]
  94. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:564) ~[spring-context-5.3.26.jar:5.3.26]
  95. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147) ~[spring-boot-2.7.12.jar:2.7.12]
  96. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:731) ~[spring-boot-2.7.12.jar:2.7.12]
  97. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408) ~[spring-boot-2.7.12.jar:2.7.12]
  98. at org.springframework.boot.SpringApplication.run(SpringApplication.java:307) ~[spring-boot-2.7.12.jar:2.7.12]
  99. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303) ~[spring-boot-2.7.12.jar:2.7.12]
  100. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292) ~[spring-boot-2.7.12.jar:2.7.12]
  101. at com.zswl.dataservicestarter.DataServiceStarterApplication.main(DataServiceStarterApplication.java:21) ~[classes/:na]
  102. 2024-03-22 17:57:19.338 ERROR 32132 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  103. ***************************
  104. APPLICATION FAILED TO START
  105. ***************************
  106. Description:
  107. The bean 'userDao', defined in com.zswl.dataservicestarter.dao.UserDao defined in @EnableMongoRepositories declared on MongoConfiguration, could not be registered. A bean with that name has already been defined in com.zswl.dataservicestarter.dao.UserDao defined in @EnableJpaRepositories declared on JpaConfig and overriding is disabled.
  108. Action:
  109. Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true
  110. 2024-03-22 18:00:51.418 INFO 37300 --- [main] c.z.d.DataServiceStarterApplication : Starting DataServiceStarterApplication using Java 11.0.12 on TRX with PID 37300 (D:\zswlWorkspace\DataServiceStarter\target\classes started by root in D:\zswlWorkspace\DataServiceStarter)
  111. 2024-03-22 18:00:51.421 INFO 37300 --- [main] c.z.d.DataServiceStarterApplication : The following 1 profile is active: "dev"
  112. 2024-03-22 18:00:51.421 DEBUG 37300 --- [main] o.s.boot.SpringApplication : Loading source class com.zswl.dataservicestarter.DataServiceStarterApplication
  113. 2024-03-22 18:00:51.685 DEBUG 37300 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@a7e2d9d
  114. 2024-03-22 18:00:52.238 INFO 37300 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  115. 2024-03-22 18:00:52.239 INFO 37300 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
  116. 2024-03-22 18:00:52.298 INFO 37300 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 55 ms. Found 3 MongoDB repository interfaces.
  117. 2024-03-22 18:00:52.378 DEBUG 37300 --- [main] o.s.b.a.AutoConfigurationPackages : @EnableAutoConfiguration was declared on a class in the package 'com.zswl.dataservicestarter'. Automatic @Repository and @Entity scanning is enabled.
  118. 2024-03-22 18:00:52.473 INFO 37300 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  119. 2024-03-22 18:00:52.474 INFO 37300 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  120. 2024-03-22 18:00:52.496 WARN 37300 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'userDao' defined in com.zswl.dataservicestarter.dao.UserDao defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration: Cannot register bean definition [Root bean: class [org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in com.zswl.dataservicestarter.dao.UserDao defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration] for bean 'userDao': There is already [Root bean: class [org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in com.zswl.dataservicestarter.dao.UserDao defined in @EnableMongoRepositories declared on MongoConfiguration] bound.
  121. 2024-03-22 18:00:52.503 INFO 37300 --- [main] ConditionEvaluationReportLoggingListener :
  122. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  123. 2024-03-22 18:00:52.521 DEBUG 37300 --- [main] o.s.b.d.LoggingFailureAnalysisReporter : Application failed to start due to an exception
  124. org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'userDao' defined in com.zswl.dataservicestarter.dao.UserDao defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration: Cannot register bean definition [Root bean: class [org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in com.zswl.dataservicestarter.dao.UserDao defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration] for bean 'userDao': There is already [Root bean: class [org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in com.zswl.dataservicestarter.dao.UserDao defined in @EnableMongoRepositories declared on MongoConfiguration] bound.
  125. at org.springframework.beans.factory.support.DefaultListableBeanFactory.registerBeanDefinition(DefaultListableBeanFactory.java:1006) ~[spring-beans-5.3.26.jar:5.3.26]
  126. at org.springframework.data.repository.config.RepositoryConfigurationDelegate.registerRepositoriesIn(RepositoryConfigurationDelegate.java:189) ~[spring-data-commons-2.7.12.jar:2.7.12]
  127. at org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport.registerBeanDefinitions(AbstractRepositoryConfigurationSourceSupport.java:62) ~[spring-boot-autoconfigure-2.7.12.jar:2.7.12]
  128. at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.lambda$loadBeanDefinitionsFromRegistrars$1(ConfigurationClassBeanDefinitionReader.java:396) ~[spring-context-5.3.26.jar:5.3.26]
  129. at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:684) ~[na:na]
  130. at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsFromRegistrars(ConfigurationClassBeanDefinitionReader.java:395) ~[spring-context-5.3.26.jar:5.3.26]
  131. at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForConfigurationClass(ConfigurationClassBeanDefinitionReader.java:157) ~[spring-context-5.3.26.jar:5.3.26]
  132. at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitions(ConfigurationClassBeanDefinitionReader.java:129) ~[spring-context-5.3.26.jar:5.3.26]
  133. at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:343) ~[spring-context-5.3.26.jar:5.3.26]
  134. at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:247) ~[spring-context-5.3.26.jar:5.3.26]
  135. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:311) ~[spring-context-5.3.26.jar:5.3.26]
  136. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:112) ~[spring-context-5.3.26.jar:5.3.26]
  137. at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:748) ~[spring-context-5.3.26.jar:5.3.26]
  138. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:564) ~[spring-context-5.3.26.jar:5.3.26]
  139. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147) ~[spring-boot-2.7.12.jar:2.7.12]
  140. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:731) ~[spring-boot-2.7.12.jar:2.7.12]
  141. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408) ~[spring-boot-2.7.12.jar:2.7.12]
  142. at org.springframework.boot.SpringApplication.run(SpringApplication.java:307) ~[spring-boot-2.7.12.jar:2.7.12]
  143. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303) ~[spring-boot-2.7.12.jar:2.7.12]
  144. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292) ~[spring-boot-2.7.12.jar:2.7.12]
  145. at com.zswl.dataservicestarter.DataServiceStarterApplication.main(DataServiceStarterApplication.java:21) ~[classes/:na]
  146. 2024-03-22 18:00:52.521 ERROR 37300 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  147. ***************************
  148. APPLICATION FAILED TO START
  149. ***************************
  150. Description:
  151. The bean 'userDao', defined in com.zswl.dataservicestarter.dao.UserDao defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration, could not be registered. A bean with that name has already been defined in com.zswl.dataservicestarter.dao.UserDao defined in @EnableMongoRepositories declared on MongoConfiguration and overriding is disabled.
  152. Action:
  153. Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true
  154. 2024-03-22 18:04:32.877 INFO 9036 --- [main] c.z.d.DataServiceStarterApplication : Starting DataServiceStarterApplication using Java 11.0.12 on TRX with PID 9036 (D:\zswlWorkspace\DataServiceStarter\target\classes started by root in D:\zswlWorkspace\DataServiceStarter)
  155. 2024-03-22 18:04:32.883 INFO 9036 --- [main] c.z.d.DataServiceStarterApplication : The following 1 profile is active: "dev"
  156. 2024-03-22 18:04:32.884 DEBUG 9036 --- [main] o.s.boot.SpringApplication : Loading source class com.zswl.dataservicestarter.DataServiceStarterApplication
  157. 2024-03-22 18:04:33.210 DEBUG 9036 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@a7e2d9d
  158. 2024-03-22 18:04:33.881 INFO 9036 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  159. 2024-03-22 18:04:33.882 INFO 9036 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
  160. 2024-03-22 18:04:33.939 INFO 9036 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 51 ms. Found 3 MongoDB repository interfaces.
  161. 2024-03-22 18:04:34.010 DEBUG 9036 --- [main] o.s.b.a.AutoConfigurationPackages : @EnableAutoConfiguration was declared on a class in the package 'com.zswl.dataservicestarter'. Automatic @Repository and @Entity scanning is enabled.
  162. 2024-03-22 18:04:34.111 INFO 9036 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  163. 2024-03-22 18:04:34.111 INFO 9036 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  164. 2024-03-22 18:04:34.142 WARN 9036 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'appInfoDao' defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration: Cannot register bean definition [Root bean: class [org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration] for bean 'appInfoDao': There is already [Root bean: class [org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableMongoRepositories declared on MongoConfiguration] bound.
  165. 2024-03-22 18:04:34.153 INFO 9036 --- [main] ConditionEvaluationReportLoggingListener :
  166. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  167. 2024-03-22 18:04:34.182 DEBUG 9036 --- [main] o.s.b.d.LoggingFailureAnalysisReporter : Application failed to start due to an exception
  168. org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'appInfoDao' defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration: Cannot register bean definition [Root bean: class [org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration] for bean 'appInfoDao': There is already [Root bean: class [org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableMongoRepositories declared on MongoConfiguration] bound.
  169. at org.springframework.beans.factory.support.DefaultListableBeanFactory.registerBeanDefinition(DefaultListableBeanFactory.java:1006) ~[spring-beans-5.3.26.jar:5.3.26]
  170. at org.springframework.data.repository.config.RepositoryConfigurationDelegate.registerRepositoriesIn(RepositoryConfigurationDelegate.java:189) ~[spring-data-commons-2.7.12.jar:2.7.12]
  171. at org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport.registerBeanDefinitions(AbstractRepositoryConfigurationSourceSupport.java:62) ~[spring-boot-autoconfigure-2.7.12.jar:2.7.12]
  172. at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.lambda$loadBeanDefinitionsFromRegistrars$1(ConfigurationClassBeanDefinitionReader.java:396) ~[spring-context-5.3.26.jar:5.3.26]
  173. at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:684) ~[na:na]
  174. at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsFromRegistrars(ConfigurationClassBeanDefinitionReader.java:395) ~[spring-context-5.3.26.jar:5.3.26]
  175. at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForConfigurationClass(ConfigurationClassBeanDefinitionReader.java:157) ~[spring-context-5.3.26.jar:5.3.26]
  176. at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitions(ConfigurationClassBeanDefinitionReader.java:129) ~[spring-context-5.3.26.jar:5.3.26]
  177. at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:343) ~[spring-context-5.3.26.jar:5.3.26]
  178. at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:247) ~[spring-context-5.3.26.jar:5.3.26]
  179. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:311) ~[spring-context-5.3.26.jar:5.3.26]
  180. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:112) ~[spring-context-5.3.26.jar:5.3.26]
  181. at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:748) ~[spring-context-5.3.26.jar:5.3.26]
  182. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:564) ~[spring-context-5.3.26.jar:5.3.26]
  183. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147) ~[spring-boot-2.7.12.jar:2.7.12]
  184. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:731) ~[spring-boot-2.7.12.jar:2.7.12]
  185. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408) ~[spring-boot-2.7.12.jar:2.7.12]
  186. at org.springframework.boot.SpringApplication.run(SpringApplication.java:307) ~[spring-boot-2.7.12.jar:2.7.12]
  187. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303) ~[spring-boot-2.7.12.jar:2.7.12]
  188. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292) ~[spring-boot-2.7.12.jar:2.7.12]
  189. at com.zswl.dataservicestarter.DataServiceStarterApplication.main(DataServiceStarterApplication.java:21) ~[classes/:na]
  190. 2024-03-22 18:04:34.183 ERROR 9036 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  191. ***************************
  192. APPLICATION FAILED TO START
  193. ***************************
  194. Description:
  195. The bean 'appInfoDao', defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration, could not be registered. A bean with that name has already been defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableMongoRepositories declared on MongoConfiguration and overriding is disabled.
  196. Action:
  197. Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true
  198. 2024-03-22 18:07:00.668 INFO 34536 --- [main] c.z.d.DataServiceStarterApplication : Starting DataServiceStarterApplication using Java 11.0.12 on TRX with PID 34536 (D:\zswlWorkspace\DataServiceStarter\target\classes started by root in D:\zswlWorkspace\DataServiceStarter)
  199. 2024-03-22 18:07:00.671 INFO 34536 --- [main] c.z.d.DataServiceStarterApplication : The following 1 profile is active: "dev"
  200. 2024-03-22 18:07:00.673 DEBUG 34536 --- [main] o.s.boot.SpringApplication : Loading source class com.zswl.dataservicestarter.DataServiceStarterApplication
  201. 2024-03-22 18:07:00.973 DEBUG 34536 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b52c0d6
  202. 2024-03-22 18:07:01.537 INFO 34536 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  203. 2024-03-22 18:07:01.538 INFO 34536 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
  204. 2024-03-22 18:07:01.591 INFO 34536 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 49 ms. Found 3 MongoDB repository interfaces.
  205. 2024-03-22 18:07:01.662 DEBUG 34536 --- [main] o.s.b.a.AutoConfigurationPackages : @EnableAutoConfiguration was declared on a class in the package 'com.zswl.dataservicestarter'. Automatic @Repository and @Entity scanning is enabled.
  206. 2024-03-22 18:07:01.732 INFO 34536 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  207. 2024-03-22 18:07:01.732 INFO 34536 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  208. 2024-03-22 18:07:01.754 INFO 34536 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 20 ms. Found 3 JPA repository interfaces.
  209. 2024-03-22 18:07:01.784 INFO 34536 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  210. 2024-03-22 18:07:01.786 INFO 34536 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  211. 2024-03-22 18:07:01.801 INFO 34536 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.zswl.dataservicestarter.dao.AppInfoDao; 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
  212. 2024-03-22 18:07:01.801 INFO 34536 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.zswl.dataservicestarter.dao.MongoDao; 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
  213. 2024-03-22 18:07:01.802 INFO 34536 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.zswl.dataservicestarter.dao.UserDao; 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
  214. 2024-03-22 18:07:01.802 INFO 34536 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 7 ms. Found 0 Redis repository interfaces.
  215. 2024-03-22 18:07:01.889 WARN 34536 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.zswl.dataservicestarter]' package. Please check your configuration.
  216. 2024-03-22 18:07:02.228 DEBUG 34536 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: D:\.m3\repository\org\springframework\boot\spring-boot\2.7.12\spring-boot-2.7.12.jar
  217. 2024-03-22 18:07:02.228 DEBUG 34536 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: D:\.m3\repository\org\springframework\boot\spring-boot\2.7.12\spring-boot-2.7.12.jar
  218. 2024-03-22 18:07:02.228 DEBUG 34536 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
  219. 2024-03-22 18:07:02.244 INFO 34536 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9000 (http)
  220. 2024-03-22 18:07:02.253 INFO 34536 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  221. 2024-03-22 18:07:02.253 INFO 34536 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.75]
  222. 2024-03-22 18:07:02.462 INFO 34536 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  223. 2024-03-22 18:07:02.462 DEBUG 34536 --- [main] w.s.c.ServletWebServerApplicationContext : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
  224. 2024-03-22 18:07:02.462 INFO 34536 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1489 ms
  225. 2024-03-22 18:07:02.481 DEBUG 34536 --- [main] o.s.b.w.s.ServletContextInitializerBeans : Mapping filters: characterEncodingFilter urls=[/*] order=-2147483648
  226. 2024-03-22 18:07:02.481 DEBUG 34536 --- [main] o.s.b.w.s.ServletContextInitializerBeans : Mapping servlets: dispatcherServlet urls=[/]
  227. 2024-03-22 18:07:02.511 DEBUG 34536 --- [main] s.b.w.s.f.OrderedCharacterEncodingFilter : Filter 'characterEncodingFilter' configured for use
  228. 2024-03-22 18:07:02.859 INFO 34536 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
  229. 2024-03-22 18:07:03.039 INFO 34536 --- [main] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported)
  230. 2024-03-22 18:07:03.042 INFO 34536 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
  231. 2024-03-22 18:07:03.093 INFO 34536 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
  232. 2024-03-22 18:07:03.148 INFO 34536 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.15.Final
  233. 2024-03-22 18:07:03.279 INFO 34536 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  234. 2024-03-22 18:07:03.374 INFO 34536 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
  235. 2024-03-22 18:07:03.511 INFO 34536 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  236. 2024-03-22 18:07:03.521 INFO 34536 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  237. 2024-03-22 18:07:03.581 INFO 34536 --- [main] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:37017 to client view of cluster
  238. 2024-03-22 18:07:03.607 INFO 34536 --- [main] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:47017 to client view of cluster
  239. 2024-03-22 18:07:03.608 INFO 34536 --- [main] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:57107 to client view of cluster
  240. 2024-03-22 18:07:03.655 INFO 34536 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.9.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Oracle Corporation/11.0.12+8-LTS-237"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=MongoCredential{mechanism=null, userName='admin', source='dataDB', password=<hidden>, mechanismProperties=<hidden>}, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@197cc325, com.mongodb.Jep395RecordCodecProvider@582ca1e2]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[192.168.0.102:37017, 192.168.0.102:47017, 192.168.0.102:57107], srvServiceName=mongodb, mode=MULTIPLE, requiredClusterType=REPLICA_SET, requiredReplicaSetName='rs', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  241. 2024-03-22 18:07:03.665 INFO 34536 --- [cluster-ClusterId{value='65fd584770c99d258146f956', description='null'}-192.168.0.102:47017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=192.168.0.102:47017, type=REPLICA_SET_SECONDARY, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=29146700, setName='rs', canonicalAddress=192.168.0.102:47017, hosts=[192.168.0.102:57017, 192.168.0.102:37017, 192.168.0.102:47017], passives=[], arbiters=[], primary='192.168.0.102:37017', tagSet=TagSet{[]}, electionId=null, setVersion=1, topologyVersion=TopologyVersion{processId=65fa7aabf11a7ed1fff1639f, counter=14}, lastWriteDate=Fri Mar 22 18:07:01 CST 2024, lastUpdateTimeNanos=246175431997900}
  242. 2024-03-22 18:07:03.665 INFO 34536 --- [cluster-ClusterId{value='65fd584770c99d258146f956', description='null'}-192.168.0.102:37017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=192.168.0.102:37017, type=REPLICA_SET_PRIMARY, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=29313300, setName='rs', canonicalAddress=192.168.0.102:37017, hosts=[192.168.0.102:57017, 192.168.0.102:37017, 192.168.0.102:47017], passives=[], arbiters=[], primary='192.168.0.102:37017', tagSet=TagSet{[]}, electionId=7fffffff0000000000000005, setVersion=1, topologyVersion=TopologyVersion{processId=65fa7aa1e543ec5a25b9306f, counter=13}, lastWriteDate=Fri Mar 22 18:07:01 CST 2024, lastUpdateTimeNanos=246175431997800}
  243. 2024-03-22 18:07:03.670 INFO 34536 --- [cluster-ClusterId{value='65fd584770c99d258146f956', description='null'}-192.168.0.102:47017] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:57017 to client view of cluster
  244. 2024-03-22 18:07:03.672 INFO 34536 --- [cluster-ClusterId{value='65fd584770c99d258146f956', description='null'}-192.168.0.102:37017] org.mongodb.driver.cluster : Server 192.168.0.102:57107 is no longer a member of the replica set. Removing from client view of cluster.
  245. 2024-03-22 18:07:03.673 INFO 34536 --- [cluster-ClusterId{value='65fd584770c99d258146f956', description='null'}-192.168.0.102:37017] org.mongodb.driver.cluster : Discovered replica set primary 192.168.0.102:37017 with max election id 7fffffff0000000000000005 and max set version 1
  246. 2024-03-22 18:07:03.676 INFO 34536 --- [cluster-ClusterId{value='65fd584770c99d258146f956', description='null'}-192.168.0.102:57017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=192.168.0.102:57017, type=REPLICA_SET_SECONDARY, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=3634100, setName='rs', canonicalAddress=192.168.0.102:57017, hosts=[192.168.0.102:57017, 192.168.0.102:37017, 192.168.0.102:47017], passives=[], arbiters=[], primary='192.168.0.102:37017', tagSet=TagSet{[]}, electionId=null, setVersion=1, topologyVersion=TopologyVersion{processId=65fa7ab18e3e361d9a98b17e, counter=11}, lastWriteDate=Fri Mar 22 18:07:01 CST 2024, lastUpdateTimeNanos=246175445396300}
  247. 2024-03-22 18:07:03.745 WARN 34536 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  248. 2024-03-22 18:07:03.834 DEBUG 34536 --- [main] inMXBeanRegistrar$SpringApplicationAdmin : Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
  249. 2024-03-22 18:07:03.859 WARN 34536 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  250. 2024-03-22 18:07:03.879 WARN 34536 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.math.BigDecimal to class org.bson.types.Decimal128 as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  251. 2024-03-22 18:07:03.879 WARN 34536 --- [main] o.s.data.convert.CustomConversions : Registering converter from class org.bson.types.Decimal128 to class java.math.BigDecimal as writing converter although it doesn't convert to a store-supported type; You might want to check your annotation setup at the converter implementation
  252. 2024-03-22 18:07:03.880 WARN 34536 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  253. 2024-03-22 18:07:04.553 WARN 34536 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'oauthController': Unsatisfied dependency expressed through field 'appInfoService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'appInfoService': Unsatisfied dependency expressed through field 'appInfoDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appInfoDao' defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Not a managed type: class com.zswl.dataservicestarter.domain.AppInfo
  254. 2024-03-22 18:07:04.563 INFO 34536 --- [main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
  255. 2024-03-22 18:07:04.564 INFO 34536 --- [main] .SchemaDropperImpl$DelayedDropActionImpl : HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
  256. 2024-03-22 18:07:04.567 INFO 34536 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
  257. 2024-03-22 18:07:04.571 INFO 34536 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
  258. 2024-03-22 18:07:04.584 INFO 34536 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  259. 2024-03-22 18:07:04.591 INFO 34536 --- [main] ConditionEvaluationReportLoggingListener :
  260. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  261. 2024-03-22 18:07:04.610 ERROR 34536 --- [main] o.s.boot.SpringApplication : Application run failed
  262. org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'oauthController': Unsatisfied dependency expressed through field 'appInfoService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'appInfoService': Unsatisfied dependency expressed through field 'appInfoDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appInfoDao' defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Not a managed type: class com.zswl.dataservicestarter.domain.AppInfo
  263. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:660) ~[spring-beans-5.3.26.jar:5.3.26]
  264. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) ~[spring-beans-5.3.26.jar:5.3.26]
  265. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.3.26.jar:5.3.26]
  266. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.3.26.jar:5.3.26]
  267. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) ~[spring-beans-5.3.26.jar:5.3.26]
  268. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) ~[spring-beans-5.3.26.jar:5.3.26]
  269. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.26.jar:5.3.26]
  270. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.26.jar:5.3.26]
  271. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.26.jar:5.3.26]
  272. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.26.jar:5.3.26]
  273. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.26.jar:5.3.26]
  274. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955) ~[spring-beans-5.3.26.jar:5.3.26]
  275. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:920) ~[spring-context-5.3.26.jar:5.3.26]
  276. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) ~[spring-context-5.3.26.jar:5.3.26]
  277. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147) ~[spring-boot-2.7.12.jar:2.7.12]
  278. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:731) ~[spring-boot-2.7.12.jar:2.7.12]
  279. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408) ~[spring-boot-2.7.12.jar:2.7.12]
  280. at org.springframework.boot.SpringApplication.run(SpringApplication.java:307) ~[spring-boot-2.7.12.jar:2.7.12]
  281. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303) ~[spring-boot-2.7.12.jar:2.7.12]
  282. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292) ~[spring-boot-2.7.12.jar:2.7.12]
  283. at com.zswl.dataservicestarter.DataServiceStarterApplication.main(DataServiceStarterApplication.java:21) ~[classes/:na]
  284. Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'appInfoService': Unsatisfied dependency expressed through field 'appInfoDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appInfoDao' defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Not a managed type: class com.zswl.dataservicestarter.domain.AppInfo
  285. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:660) ~[spring-beans-5.3.26.jar:5.3.26]
  286. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) ~[spring-beans-5.3.26.jar:5.3.26]
  287. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.3.26.jar:5.3.26]
  288. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.3.26.jar:5.3.26]
  289. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) ~[spring-beans-5.3.26.jar:5.3.26]
  290. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) ~[spring-beans-5.3.26.jar:5.3.26]
  291. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.26.jar:5.3.26]
  292. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.26.jar:5.3.26]
  293. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.26.jar:5.3.26]
  294. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.26.jar:5.3.26]
  295. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.26.jar:5.3.26]
  296. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.3.26.jar:5.3.26]
  297. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391) ~[spring-beans-5.3.26.jar:5.3.26]
  298. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) ~[spring-beans-5.3.26.jar:5.3.26]
  299. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657) ~[spring-beans-5.3.26.jar:5.3.26]
  300. ... 20 common frames omitted
  301. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appInfoDao' defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Not a managed type: class com.zswl.dataservicestarter.domain.AppInfo
  302. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1804) ~[spring-beans-5.3.26.jar:5.3.26]
  303. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620) ~[spring-beans-5.3.26.jar:5.3.26]
  304. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.26.jar:5.3.26]
  305. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.26.jar:5.3.26]
  306. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.26.jar:5.3.26]
  307. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.26.jar:5.3.26]
  308. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.26.jar:5.3.26]
  309. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.3.26.jar:5.3.26]
  310. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391) ~[spring-beans-5.3.26.jar:5.3.26]
  311. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) ~[spring-beans-5.3.26.jar:5.3.26]
  312. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657) ~[spring-beans-5.3.26.jar:5.3.26]
  313. ... 34 common frames omitted
  314. Caused by: java.lang.IllegalArgumentException: Not a managed type: class com.zswl.dataservicestarter.domain.AppInfo
  315. at org.hibernate.metamodel.internal.MetamodelImpl.managedType(MetamodelImpl.java:583) ~[hibernate-core-5.6.15.Final.jar:5.6.15.Final]
  316. at org.hibernate.metamodel.internal.MetamodelImpl.managedType(MetamodelImpl.java:85) ~[hibernate-core-5.6.15.Final.jar:5.6.15.Final]
  317. at org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformation.<init>(JpaMetamodelEntityInformation.java:75) ~[spring-data-jpa-2.7.12.jar:2.7.12]
  318. at org.springframework.data.jpa.repository.support.JpaPersistableEntityInformation.<init>(JpaPersistableEntityInformation.java:40) ~[spring-data-jpa-2.7.12.jar:2.7.12]
  319. at org.springframework.data.jpa.repository.support.JpaEntityInformationSupport.getEntityInformation(JpaEntityInformationSupport.java:64) ~[spring-data-jpa-2.7.12.jar:2.7.12]
  320. at org.springframework.data.jpa.repository.support.JpaRepositoryFactory.getEntityInformation(JpaRepositoryFactory.java:233) ~[spring-data-jpa-2.7.12.jar:2.7.12]
  321. at org.springframework.data.jpa.repository.support.JpaRepositoryFactory.getTargetRepository(JpaRepositoryFactory.java:182) ~[spring-data-jpa-2.7.12.jar:2.7.12]
  322. at org.springframework.data.jpa.repository.support.JpaRepositoryFactory.getTargetRepository(JpaRepositoryFactory.java:165) ~[spring-data-jpa-2.7.12.jar:2.7.12]
  323. at org.springframework.data.jpa.repository.support.JpaRepositoryFactory.getTargetRepository(JpaRepositoryFactory.java:76) ~[spring-data-jpa-2.7.12.jar:2.7.12]
  324. at org.springframework.data.repository.core.support.RepositoryFactorySupport.getRepository(RepositoryFactorySupport.java:325) ~[spring-data-commons-2.7.12.jar:2.7.12]
  325. at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.lambda$afterPropertiesSet$5(RepositoryFactoryBeanSupport.java:323) ~[spring-data-commons-2.7.12.jar:2.7.12]
  326. at org.springframework.data.util.Lazy.getNullable(Lazy.java:231) ~[spring-data-commons-2.7.12.jar:2.7.12]
  327. at org.springframework.data.util.Lazy.get(Lazy.java:115) ~[spring-data-commons-2.7.12.jar:2.7.12]
  328. at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.afterPropertiesSet(RepositoryFactoryBeanSupport.java:329) ~[spring-data-commons-2.7.12.jar:2.7.12]
  329. at org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean.afterPropertiesSet(JpaRepositoryFactoryBean.java:144) ~[spring-data-jpa-2.7.12.jar:2.7.12]
  330. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863) ~[spring-beans-5.3.26.jar:5.3.26]
  331. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800) ~[spring-beans-5.3.26.jar:5.3.26]
  332. ... 44 common frames omitted
  333. 2024-03-22 18:09:00.420 INFO 38460 --- [main] c.z.d.DataServiceStarterApplication : Starting DataServiceStarterApplication using Java 11.0.12 on TRX with PID 38460 (D:\zswlWorkspace\DataServiceStarter\target\classes started by root in D:\zswlWorkspace\DataServiceStarter)
  334. 2024-03-22 18:09:00.422 INFO 38460 --- [main] c.z.d.DataServiceStarterApplication : The following 1 profile is active: "dev"
  335. 2024-03-22 18:09:00.423 DEBUG 38460 --- [main] o.s.boot.SpringApplication : Loading source class com.zswl.dataservicestarter.DataServiceStarterApplication
  336. 2024-03-22 18:09:00.646 DEBUG 38460 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b52c0d6
  337. 2024-03-22 18:09:01.130 INFO 38460 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  338. 2024-03-22 18:09:01.131 INFO 38460 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
  339. 2024-03-22 18:09:01.177 INFO 38460 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 43 ms. Found 3 MongoDB repository interfaces.
  340. 2024-03-22 18:09:01.229 DEBUG 38460 --- [main] o.s.b.a.AutoConfigurationPackages : @EnableAutoConfiguration was declared on a class in the package 'com.zswl.dataservicestarter'. Automatic @Repository and @Entity scanning is enabled.
  341. 2024-03-22 18:09:01.303 INFO 38460 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  342. 2024-03-22 18:09:01.304 INFO 38460 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  343. 2024-03-22 18:09:01.322 INFO 38460 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 16 ms. Found 3 JPA repository interfaces.
  344. 2024-03-22 18:09:01.344 INFO 38460 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  345. 2024-03-22 18:09:01.345 INFO 38460 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  346. 2024-03-22 18:09:01.358 INFO 38460 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.zswl.dataservicestarter.dao.AppInfoDao; 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
  347. 2024-03-22 18:09:01.359 INFO 38460 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.zswl.dataservicestarter.dao.MongoDao; 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
  348. 2024-03-22 18:09:01.359 INFO 38460 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.zswl.dataservicestarter.dao.UserDao; 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
  349. 2024-03-22 18:09:01.360 INFO 38460 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 7 ms. Found 0 Redis repository interfaces.
  350. 2024-03-22 18:09:01.454 WARN 38460 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.zswl.dataservicestarter]' package. Please check your configuration.
  351. 2024-03-22 18:09:01.787 DEBUG 38460 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: D:\.m3\repository\org\springframework\boot\spring-boot\2.7.12\spring-boot-2.7.12.jar
  352. 2024-03-22 18:09:01.787 DEBUG 38460 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: D:\.m3\repository\org\springframework\boot\spring-boot\2.7.12\spring-boot-2.7.12.jar
  353. 2024-03-22 18:09:01.787 DEBUG 38460 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
  354. 2024-03-22 18:09:01.805 INFO 38460 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9000 (http)
  355. 2024-03-22 18:09:01.812 INFO 38460 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  356. 2024-03-22 18:09:01.813 INFO 38460 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.75]
  357. 2024-03-22 18:09:01.927 INFO 38460 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  358. 2024-03-22 18:09:01.927 DEBUG 38460 --- [main] w.s.c.ServletWebServerApplicationContext : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
  359. 2024-03-22 18:09:01.927 INFO 38460 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1282 ms
  360. 2024-03-22 18:09:01.936 DEBUG 38460 --- [main] o.s.b.w.s.ServletContextInitializerBeans : Mapping filters: characterEncodingFilter urls=[/*] order=-2147483648
  361. 2024-03-22 18:09:01.937 DEBUG 38460 --- [main] o.s.b.w.s.ServletContextInitializerBeans : Mapping servlets: dispatcherServlet urls=[/]
  362. 2024-03-22 18:09:01.950 DEBUG 38460 --- [main] s.b.w.s.f.OrderedCharacterEncodingFilter : Filter 'characterEncodingFilter' configured for use
  363. 2024-03-22 18:09:02.177 INFO 38460 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
  364. 2024-03-22 18:09:02.303 INFO 38460 --- [main] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported)
  365. 2024-03-22 18:09:02.305 INFO 38460 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
  366. 2024-03-22 18:09:02.338 INFO 38460 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
  367. 2024-03-22 18:09:02.375 INFO 38460 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.15.Final
  368. 2024-03-22 18:09:02.496 INFO 38460 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  369. 2024-03-22 18:09:02.575 INFO 38460 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
  370. 2024-03-22 18:09:02.695 INFO 38460 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  371. 2024-03-22 18:09:02.705 INFO 38460 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  372. 2024-03-22 18:09:02.769 INFO 38460 --- [main] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:37017 to client view of cluster
  373. 2024-03-22 18:09:02.792 INFO 38460 --- [main] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:47017 to client view of cluster
  374. 2024-03-22 18:09:02.793 INFO 38460 --- [main] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:57107 to client view of cluster
  375. 2024-03-22 18:09:02.815 INFO 38460 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.9.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Oracle Corporation/11.0.12+8-LTS-237"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=MongoCredential{mechanism=null, userName='admin', source='dataDB', password=<hidden>, mechanismProperties=<hidden>}, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@3691d4da, com.mongodb.Jep395RecordCodecProvider@4c91a008]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[192.168.0.102:37017, 192.168.0.102:47017, 192.168.0.102:57107], srvServiceName=mongodb, mode=MULTIPLE, requiredClusterType=REPLICA_SET, requiredReplicaSetName='rs', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  376. 2024-03-22 18:09:02.823 INFO 38460 --- [cluster-ClusterId{value='65fd58bebf321b7f9b0d839e', description='null'}-192.168.0.102:37017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=192.168.0.102:37017, type=REPLICA_SET_PRIMARY, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=19657500, setName='rs', canonicalAddress=192.168.0.102:37017, hosts=[192.168.0.102:57017, 192.168.0.102:37017, 192.168.0.102:47017], passives=[], arbiters=[], primary='192.168.0.102:37017', tagSet=TagSet{[]}, electionId=7fffffff0000000000000005, setVersion=1, topologyVersion=TopologyVersion{processId=65fa7aa1e543ec5a25b9306f, counter=13}, lastWriteDate=Fri Mar 22 18:09:01 CST 2024, lastUpdateTimeNanos=246294591391000}
  377. 2024-03-22 18:09:02.823 INFO 38460 --- [cluster-ClusterId{value='65fd58bebf321b7f9b0d839e', description='null'}-192.168.0.102:47017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=192.168.0.102:47017, type=REPLICA_SET_SECONDARY, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=19821200, setName='rs', canonicalAddress=192.168.0.102:47017, hosts=[192.168.0.102:57017, 192.168.0.102:37017, 192.168.0.102:47017], passives=[], arbiters=[], primary='192.168.0.102:37017', tagSet=TagSet{[]}, electionId=null, setVersion=1, topologyVersion=TopologyVersion{processId=65fa7aabf11a7ed1fff1639f, counter=14}, lastWriteDate=Fri Mar 22 18:09:01 CST 2024, lastUpdateTimeNanos=246294591391000}
  378. 2024-03-22 18:09:02.826 INFO 38460 --- [cluster-ClusterId{value='65fd58bebf321b7f9b0d839e', description='null'}-192.168.0.102:47017] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:57017 to client view of cluster
  379. 2024-03-22 18:09:02.827 INFO 38460 --- [cluster-ClusterId{value='65fd58bebf321b7f9b0d839e', description='null'}-192.168.0.102:37017] org.mongodb.driver.cluster : Server 192.168.0.102:57107 is no longer a member of the replica set. Removing from client view of cluster.
  380. 2024-03-22 18:09:02.829 INFO 38460 --- [cluster-ClusterId{value='65fd58bebf321b7f9b0d839e', description='null'}-192.168.0.102:37017] org.mongodb.driver.cluster : Discovered replica set primary 192.168.0.102:37017 with max election id 7fffffff0000000000000005 and max set version 1
  381. 2024-03-22 18:09:02.834 INFO 38460 --- [cluster-ClusterId{value='65fd58bebf321b7f9b0d839e', description='null'}-192.168.0.102:57017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=192.168.0.102:57017, type=REPLICA_SET_SECONDARY, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=5041300, setName='rs', canonicalAddress=192.168.0.102:57017, hosts=[192.168.0.102:57017, 192.168.0.102:37017, 192.168.0.102:47017], passives=[], arbiters=[], primary='192.168.0.102:37017', tagSet=TagSet{[]}, electionId=null, setVersion=1, topologyVersion=TopologyVersion{processId=65fa7ab18e3e361d9a98b17e, counter=11}, lastWriteDate=Fri Mar 22 18:09:01 CST 2024, lastUpdateTimeNanos=246294602630300}
  382. 2024-03-22 18:09:02.896 WARN 38460 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  383. 2024-03-22 18:09:02.976 DEBUG 38460 --- [main] inMXBeanRegistrar$SpringApplicationAdmin : Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
  384. 2024-03-22 18:09:02.999 WARN 38460 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  385. 2024-03-22 18:09:03.024 WARN 38460 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.math.BigDecimal to class org.bson.types.Decimal128 as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  386. 2024-03-22 18:09:03.024 WARN 38460 --- [main] o.s.data.convert.CustomConversions : Registering converter from class org.bson.types.Decimal128 to class java.math.BigDecimal as writing converter although it doesn't convert to a store-supported type; You might want to check your annotation setup at the converter implementation
  387. 2024-03-22 18:09:03.024 WARN 38460 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  388. 2024-03-22 18:09:03.300 WARN 38460 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'oauthController': Unsatisfied dependency expressed through field 'appInfoService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'appInfoService': Unsatisfied dependency expressed through field 'appInfoDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appInfoDao' defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Not a managed type: class com.zswl.dataservicestarter.domain.AppInfo
  389. 2024-03-22 18:09:03.310 INFO 38460 --- [main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
  390. 2024-03-22 18:09:03.311 INFO 38460 --- [main] .SchemaDropperImpl$DelayedDropActionImpl : HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
  391. 2024-03-22 18:09:03.314 INFO 38460 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
  392. 2024-03-22 18:09:03.318 INFO 38460 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
  393. 2024-03-22 18:09:03.330 INFO 38460 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  394. 2024-03-22 18:09:03.339 INFO 38460 --- [main] ConditionEvaluationReportLoggingListener :
  395. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  396. 2024-03-22 18:09:03.365 ERROR 38460 --- [main] o.s.boot.SpringApplication : Application run failed
  397. org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'oauthController': Unsatisfied dependency expressed through field 'appInfoService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'appInfoService': Unsatisfied dependency expressed through field 'appInfoDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appInfoDao' defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Not a managed type: class com.zswl.dataservicestarter.domain.AppInfo
  398. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:660) ~[spring-beans-5.3.26.jar:5.3.26]
  399. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) ~[spring-beans-5.3.26.jar:5.3.26]
  400. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.3.26.jar:5.3.26]
  401. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.3.26.jar:5.3.26]
  402. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) ~[spring-beans-5.3.26.jar:5.3.26]
  403. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) ~[spring-beans-5.3.26.jar:5.3.26]
  404. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.26.jar:5.3.26]
  405. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.26.jar:5.3.26]
  406. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.26.jar:5.3.26]
  407. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.26.jar:5.3.26]
  408. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.26.jar:5.3.26]
  409. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955) ~[spring-beans-5.3.26.jar:5.3.26]
  410. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:920) ~[spring-context-5.3.26.jar:5.3.26]
  411. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) ~[spring-context-5.3.26.jar:5.3.26]
  412. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147) ~[spring-boot-2.7.12.jar:2.7.12]
  413. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:731) ~[spring-boot-2.7.12.jar:2.7.12]
  414. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408) ~[spring-boot-2.7.12.jar:2.7.12]
  415. at org.springframework.boot.SpringApplication.run(SpringApplication.java:307) ~[spring-boot-2.7.12.jar:2.7.12]
  416. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303) ~[spring-boot-2.7.12.jar:2.7.12]
  417. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292) ~[spring-boot-2.7.12.jar:2.7.12]
  418. at com.zswl.dataservicestarter.DataServiceStarterApplication.main(DataServiceStarterApplication.java:21) ~[classes/:na]
  419. Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'appInfoService': Unsatisfied dependency expressed through field 'appInfoDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appInfoDao' defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Not a managed type: class com.zswl.dataservicestarter.domain.AppInfo
  420. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:660) ~[spring-beans-5.3.26.jar:5.3.26]
  421. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) ~[spring-beans-5.3.26.jar:5.3.26]
  422. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.3.26.jar:5.3.26]
  423. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.3.26.jar:5.3.26]
  424. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) ~[spring-beans-5.3.26.jar:5.3.26]
  425. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) ~[spring-beans-5.3.26.jar:5.3.26]
  426. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.26.jar:5.3.26]
  427. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.26.jar:5.3.26]
  428. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.26.jar:5.3.26]
  429. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.26.jar:5.3.26]
  430. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.26.jar:5.3.26]
  431. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.3.26.jar:5.3.26]
  432. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391) ~[spring-beans-5.3.26.jar:5.3.26]
  433. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) ~[spring-beans-5.3.26.jar:5.3.26]
  434. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657) ~[spring-beans-5.3.26.jar:5.3.26]
  435. ... 20 common frames omitted
  436. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appInfoDao' defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Not a managed type: class com.zswl.dataservicestarter.domain.AppInfo
  437. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1804) ~[spring-beans-5.3.26.jar:5.3.26]
  438. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620) ~[spring-beans-5.3.26.jar:5.3.26]
  439. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.26.jar:5.3.26]
  440. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.26.jar:5.3.26]
  441. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.26.jar:5.3.26]
  442. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.26.jar:5.3.26]
  443. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.26.jar:5.3.26]
  444. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.3.26.jar:5.3.26]
  445. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391) ~[spring-beans-5.3.26.jar:5.3.26]
  446. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) ~[spring-beans-5.3.26.jar:5.3.26]
  447. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657) ~[spring-beans-5.3.26.jar:5.3.26]
  448. ... 34 common frames omitted
  449. Caused by: java.lang.IllegalArgumentException: Not a managed type: class com.zswl.dataservicestarter.domain.AppInfo
  450. at org.hibernate.metamodel.internal.MetamodelImpl.managedType(MetamodelImpl.java:583) ~[hibernate-core-5.6.15.Final.jar:5.6.15.Final]
  451. at org.hibernate.metamodel.internal.MetamodelImpl.managedType(MetamodelImpl.java:85) ~[hibernate-core-5.6.15.Final.jar:5.6.15.Final]
  452. at org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformation.<init>(JpaMetamodelEntityInformation.java:75) ~[spring-data-jpa-2.7.12.jar:2.7.12]
  453. at org.springframework.data.jpa.repository.support.JpaPersistableEntityInformation.<init>(JpaPersistableEntityInformation.java:40) ~[spring-data-jpa-2.7.12.jar:2.7.12]
  454. at org.springframework.data.jpa.repository.support.JpaEntityInformationSupport.getEntityInformation(JpaEntityInformationSupport.java:64) ~[spring-data-jpa-2.7.12.jar:2.7.12]
  455. at org.springframework.data.jpa.repository.support.JpaRepositoryFactory.getEntityInformation(JpaRepositoryFactory.java:233) ~[spring-data-jpa-2.7.12.jar:2.7.12]
  456. at org.springframework.data.jpa.repository.support.JpaRepositoryFactory.getTargetRepository(JpaRepositoryFactory.java:182) ~[spring-data-jpa-2.7.12.jar:2.7.12]
  457. at org.springframework.data.jpa.repository.support.JpaRepositoryFactory.getTargetRepository(JpaRepositoryFactory.java:165) ~[spring-data-jpa-2.7.12.jar:2.7.12]
  458. at org.springframework.data.jpa.repository.support.JpaRepositoryFactory.getTargetRepository(JpaRepositoryFactory.java:76) ~[spring-data-jpa-2.7.12.jar:2.7.12]
  459. at org.springframework.data.repository.core.support.RepositoryFactorySupport.getRepository(RepositoryFactorySupport.java:325) ~[spring-data-commons-2.7.12.jar:2.7.12]
  460. at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.lambda$afterPropertiesSet$5(RepositoryFactoryBeanSupport.java:323) ~[spring-data-commons-2.7.12.jar:2.7.12]
  461. at org.springframework.data.util.Lazy.getNullable(Lazy.java:231) ~[spring-data-commons-2.7.12.jar:2.7.12]
  462. at org.springframework.data.util.Lazy.get(Lazy.java:115) ~[spring-data-commons-2.7.12.jar:2.7.12]
  463. at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.afterPropertiesSet(RepositoryFactoryBeanSupport.java:329) ~[spring-data-commons-2.7.12.jar:2.7.12]
  464. at org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean.afterPropertiesSet(JpaRepositoryFactoryBean.java:144) ~[spring-data-jpa-2.7.12.jar:2.7.12]
  465. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863) ~[spring-beans-5.3.26.jar:5.3.26]
  466. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800) ~[spring-beans-5.3.26.jar:5.3.26]
  467. ... 44 common frames omitted
  468. 2024-03-22 18:12:48.588 INFO 9580 --- [main] c.z.d.DataServiceStarterApplication : Starting DataServiceStarterApplication using Java 11.0.12 on TRX with PID 9580 (D:\zswlWorkspace\DataServiceStarter\target\classes started by root in D:\zswlWorkspace\DataServiceStarter)
  469. 2024-03-22 18:12:48.591 INFO 9580 --- [main] c.z.d.DataServiceStarterApplication : The following 1 profile is active: "dev"
  470. 2024-03-22 18:12:48.592 DEBUG 9580 --- [main] o.s.boot.SpringApplication : Loading source class com.zswl.dataservicestarter.DataServiceStarterApplication
  471. 2024-03-22 18:12:48.805 DEBUG 9580 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b52c0d6
  472. 2024-03-22 18:12:49.249 INFO 9580 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  473. 2024-03-22 18:12:49.249 INFO 9580 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  474. 2024-03-22 18:12:49.314 INFO 9580 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 55 ms. Found 3 JPA repository interfaces.
  475. 2024-03-22 18:12:49.329 INFO 9580 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  476. 2024-03-22 18:12:49.329 INFO 9580 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
  477. 2024-03-22 18:12:49.333 INFO 9580 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 4 ms. Found 3 MongoDB repository interfaces.
  478. 2024-03-22 18:12:49.392 DEBUG 9580 --- [main] o.s.b.a.AutoConfigurationPackages : @EnableAutoConfiguration was declared on a class in the package 'com.zswl.dataservicestarter'. Automatic @Repository and @Entity scanning is enabled.
  479. 2024-03-22 18:12:49.479 INFO 9580 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  480. 2024-03-22 18:12:49.480 INFO 9580 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  481. 2024-03-22 18:12:49.496 INFO 9580 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.zswl.dataservicestarter.dao.AppInfoDao; 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
  482. 2024-03-22 18:12:49.497 INFO 9580 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.zswl.dataservicestarter.dao.MongoDao; 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
  483. 2024-03-22 18:12:49.498 INFO 9580 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.zswl.dataservicestarter.dao.UserDao; 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
  484. 2024-03-22 18:12:49.498 INFO 9580 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 10 ms. Found 0 Redis repository interfaces.
  485. 2024-03-22 18:12:49.583 WARN 9580 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.zswl.dataservicestarter]' package. Please check your configuration.
  486. 2024-03-22 18:12:49.900 DEBUG 9580 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: D:\.m3\repository\org\springframework\boot\spring-boot\2.7.12\spring-boot-2.7.12.jar
  487. 2024-03-22 18:12:49.900 DEBUG 9580 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: D:\.m3\repository\org\springframework\boot\spring-boot\2.7.12\spring-boot-2.7.12.jar
  488. 2024-03-22 18:12:49.900 DEBUG 9580 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
  489. 2024-03-22 18:12:49.917 INFO 9580 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9000 (http)
  490. 2024-03-22 18:12:49.923 INFO 9580 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  491. 2024-03-22 18:12:49.923 INFO 9580 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.75]
  492. 2024-03-22 18:12:50.029 INFO 9580 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  493. 2024-03-22 18:12:50.029 DEBUG 9580 --- [main] w.s.c.ServletWebServerApplicationContext : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
  494. 2024-03-22 18:12:50.029 INFO 9580 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1224 ms
  495. 2024-03-22 18:12:50.040 DEBUG 9580 --- [main] o.s.b.w.s.ServletContextInitializerBeans : Mapping filters: characterEncodingFilter urls=[/*] order=-2147483648
  496. 2024-03-22 18:12:50.040 DEBUG 9580 --- [main] o.s.b.w.s.ServletContextInitializerBeans : Mapping servlets: dispatcherServlet urls=[/]
  497. 2024-03-22 18:12:50.057 DEBUG 9580 --- [main] s.b.w.s.f.OrderedCharacterEncodingFilter : Filter 'characterEncodingFilter' configured for use
  498. 2024-03-22 18:12:50.307 INFO 9580 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
  499. 2024-03-22 18:12:50.452 INFO 9580 --- [main] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported)
  500. 2024-03-22 18:12:50.453 INFO 9580 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
  501. 2024-03-22 18:12:50.488 INFO 9580 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
  502. 2024-03-22 18:12:50.529 INFO 9580 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.15.Final
  503. 2024-03-22 18:12:50.630 INFO 9580 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  504. 2024-03-22 18:12:50.715 INFO 9580 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
  505. 2024-03-22 18:12:50.886 INFO 9580 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  506. 2024-03-22 18:12:50.898 INFO 9580 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  507. 2024-03-22 18:12:50.987 INFO 9580 --- [main] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:37017 to client view of cluster
  508. 2024-03-22 18:12:51.021 INFO 9580 --- [main] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:47017 to client view of cluster
  509. 2024-03-22 18:12:51.021 INFO 9580 --- [main] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:57107 to client view of cluster
  510. 2024-03-22 18:12:51.058 INFO 9580 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.9.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Oracle Corporation/11.0.12+8-LTS-237"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=MongoCredential{mechanism=null, userName='admin', source='dataDB', password=<hidden>, mechanismProperties=<hidden>}, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@6ed7b9c5, com.mongodb.Jep395RecordCodecProvider@105dc246]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[192.168.0.102:37017, 192.168.0.102:47017, 192.168.0.102:57107], srvServiceName=mongodb, mode=MULTIPLE, requiredClusterType=REPLICA_SET, requiredReplicaSetName='rs', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  511. 2024-03-22 18:12:51.064 INFO 9580 --- [cluster-ClusterId{value='65fd59a240251b262aff809d', description='null'}-192.168.0.102:47017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=192.168.0.102:47017, type=REPLICA_SET_SECONDARY, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=23335100, setName='rs', canonicalAddress=192.168.0.102:47017, hosts=[192.168.0.102:57017, 192.168.0.102:37017, 192.168.0.102:47017], passives=[], arbiters=[], primary='192.168.0.102:37017', tagSet=TagSet{[]}, electionId=null, setVersion=1, topologyVersion=TopologyVersion{processId=65fa7aabf11a7ed1fff1639f, counter=14}, lastWriteDate=Fri Mar 22 18:12:41 CST 2024, lastUpdateTimeNanos=246522833088900}
  512. 2024-03-22 18:12:51.064 INFO 9580 --- [cluster-ClusterId{value='65fd59a240251b262aff809d', description='null'}-192.168.0.102:37017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=192.168.0.102:37017, type=REPLICA_SET_PRIMARY, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=23359300, setName='rs', canonicalAddress=192.168.0.102:37017, hosts=[192.168.0.102:57017, 192.168.0.102:37017, 192.168.0.102:47017], passives=[], arbiters=[], primary='192.168.0.102:37017', tagSet=TagSet{[]}, electionId=7fffffff0000000000000005, setVersion=1, topologyVersion=TopologyVersion{processId=65fa7aa1e543ec5a25b9306f, counter=13}, lastWriteDate=Fri Mar 22 18:12:41 CST 2024, lastUpdateTimeNanos=246522833089000}
  513. 2024-03-22 18:12:51.067 INFO 9580 --- [cluster-ClusterId{value='65fd59a240251b262aff809d', description='null'}-192.168.0.102:37017] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:57017 to client view of cluster
  514. 2024-03-22 18:12:51.068 INFO 9580 --- [cluster-ClusterId{value='65fd59a240251b262aff809d', description='null'}-192.168.0.102:37017] org.mongodb.driver.cluster : Server 192.168.0.102:57107 is no longer a member of the replica set. Removing from client view of cluster.
  515. 2024-03-22 18:12:51.069 INFO 9580 --- [cluster-ClusterId{value='65fd59a240251b262aff809d', description='null'}-192.168.0.102:37017] org.mongodb.driver.cluster : Discovered replica set primary 192.168.0.102:37017 with max election id 7fffffff0000000000000005 and max set version 1
  516. 2024-03-22 18:12:51.072 INFO 9580 --- [cluster-ClusterId{value='65fd59a240251b262aff809d', description='null'}-192.168.0.102:57017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=192.168.0.102:57017, type=REPLICA_SET_SECONDARY, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=2597600, setName='rs', canonicalAddress=192.168.0.102:57017, hosts=[192.168.0.102:57017, 192.168.0.102:37017, 192.168.0.102:47017], passives=[], arbiters=[], primary='192.168.0.102:37017', tagSet=TagSet{[]}, electionId=null, setVersion=1, topologyVersion=TopologyVersion{processId=65fa7ab18e3e361d9a98b17e, counter=11}, lastWriteDate=Fri Mar 22 18:12:41 CST 2024, lastUpdateTimeNanos=246522841260800}
  517. 2024-03-22 18:12:51.136 WARN 9580 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  518. 2024-03-22 18:12:51.210 DEBUG 9580 --- [main] inMXBeanRegistrar$SpringApplicationAdmin : Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
  519. 2024-03-22 18:12:51.230 WARN 9580 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  520. 2024-03-22 18:12:51.247 WARN 9580 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.math.BigDecimal to class org.bson.types.Decimal128 as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  521. 2024-03-22 18:12:51.247 WARN 9580 --- [main] o.s.data.convert.CustomConversions : Registering converter from class org.bson.types.Decimal128 to class java.math.BigDecimal as writing converter although it doesn't convert to a store-supported type; You might want to check your annotation setup at the converter implementation
  522. 2024-03-22 18:12:51.247 WARN 9580 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  523. 2024-03-22 18:12:51.679 WARN 9580 --- [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
  524. 2024-03-22 18:12:51.718 DEBUG 9580 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : 5 mappings in 'requestMappingHandlerMapping'
  525. 2024-03-22 18:12:51.746 DEBUG 9580 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
  526. 2024-03-22 18:12:51.764 DEBUG 9580 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
  527. 2024-03-22 18:12:51.978 WARN 9580 --- [main] .b.a.g.t.GroovyTemplateAutoConfiguration : Cannot find template location: classpath:/templates/ (please add some templates, check your Groovy configuration, or set spring.groovy.template.check-template-location=false)
  528. 2024-03-22 18:12:52.259 INFO 9580 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9000 (http) with context path ''
  529. 2024-03-22 18:12:52.266 DEBUG 9580 --- [main] ySourcesPropertyResolver$DefaultResolver : Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
  530. 2024-03-22 18:12:52.268 INFO 9580 --- [main] c.z.d.DataServiceStarterApplication : Started DataServiceStarterApplication in 4.141 seconds (JVM running for 5.418)
  531. 2024-03-22 18:12:52.269 DEBUG 9580 --- [main] o.s.b.a.ApplicationAvailabilityBean : Application availability state LivenessState changed to CORRECT
  532. 2024-03-22 18:12:52.270 DEBUG 9580 --- [main] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
  533. 2024-03-22 18:13:05.490 INFO 9580 --- [http-nio-9000-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  534. 2024-03-22 18:13:05.490 INFO 9580 --- [http-nio-9000-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  535. 2024-03-22 18:13:05.491 DEBUG 9580 --- [http-nio-9000-exec-2] o.s.web.servlet.DispatcherServlet : Detected StandardServletMultipartResolver
  536. 2024-03-22 18:13:05.491 DEBUG 9580 --- [http-nio-9000-exec-2] o.s.web.servlet.DispatcherServlet : Detected AcceptHeaderLocaleResolver
  537. 2024-03-22 18:13:05.491 DEBUG 9580 --- [http-nio-9000-exec-2] o.s.web.servlet.DispatcherServlet : Detected FixedThemeResolver
  538. 2024-03-22 18:13:05.491 DEBUG 9580 --- [http-nio-9000-exec-2] o.s.web.servlet.DispatcherServlet : Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@3dabdd11
  539. 2024-03-22 18:13:05.491 DEBUG 9580 --- [http-nio-9000-exec-2] o.s.web.servlet.DispatcherServlet : Detected org.springframework.web.servlet.support.SessionFlashMapManager@1a06ec24
  540. 2024-03-22 18:13:05.492 DEBUG 9580 --- [http-nio-9000-exec-2] o.s.web.servlet.DispatcherServlet : enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
  541. 2024-03-22 18:13:05.492 INFO 9580 --- [http-nio-9000-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms
  542. 2024-03-22 18:13:05.497 DEBUG 9580 --- [http-nio-9000-exec-2] o.s.web.servlet.DispatcherServlet : GET "/test/test", parameters={}
  543. 2024-03-22 18:13:05.501 DEBUG 9580 --- [http-nio-9000-exec-2] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to com.zswl.dataservicestarter.controller.TestController#test(String)
  544. 2024-03-22 18:13:05.623 INFO 9580 --- [http-nio-9000-exec-2] c.z.d.service.UserService : 名称: 名称 code 794854788 redis: FaxljkbXczUvyuzT
  545. 2024-03-22 18:13:05.683 DEBUG 9580 --- [http-nio-9000-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Using 'application/json', given [*/*] and supported [application/json, application/*+json]
  546. 2024-03-22 18:13:05.689 DEBUG 9580 --- [http-nio-9000-exec-2] m.m.a.RequestResponseBodyMethodProcessor : Writing [ResultContent(super=com.zswl.dataservicestarter.utils.result.ResultContent@772484e6, content=null, s (truncated)...]
  547. 2024-03-22 18:13:05.703 DEBUG 9580 --- [http-nio-9000-exec-2] o.s.web.servlet.DispatcherServlet : Completed 200 OK
  548. 2024-03-22 18:13:18.425 DEBUG 9580 --- [SpringApplicationShutdownHook] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
  549. 2024-03-22 18:13:18.426 DEBUG 9580 --- [SpringApplicationShutdownHook] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b52c0d6, started on Fri Mar 22 18:12:48 CST 2024
  550. 2024-03-22 18:13:18.426 DEBUG 9580 --- [SpringApplicationShutdownHook] ySourcesPropertyResolver$DefaultResolver : Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
  551. 2024-03-22 18:13:18.916 INFO 9580 --- [SpringApplicationShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
  552. 2024-03-22 18:13:18.916 INFO 9580 --- [SpringApplicationShutdownHook] .SchemaDropperImpl$DelayedDropActionImpl : HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
  553. 2024-03-22 18:13:18.919 INFO 9580 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
  554. 2024-03-22 18:13:18.921 INFO 9580 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
  555. 2024-03-22 18:13:22.410 INFO 33228 --- [main] c.z.d.DataServiceStarterApplication : Starting DataServiceStarterApplication using Java 11.0.12 on TRX with PID 33228 (D:\zswlWorkspace\DataServiceStarter\target\classes started by root in D:\zswlWorkspace\DataServiceStarter)
  556. 2024-03-22 18:13:22.412 INFO 33228 --- [main] c.z.d.DataServiceStarterApplication : The following 1 profile is active: "dev"
  557. 2024-03-22 18:13:22.413 DEBUG 33228 --- [main] o.s.boot.SpringApplication : Loading source class com.zswl.dataservicestarter.DataServiceStarterApplication
  558. 2024-03-22 18:13:22.636 DEBUG 33228 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@372ea2bc
  559. 2024-03-22 18:13:23.072 INFO 33228 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  560. 2024-03-22 18:13:23.072 INFO 33228 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  561. 2024-03-22 18:13:23.125 INFO 33228 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 46 ms. Found 3 JPA repository interfaces.
  562. 2024-03-22 18:13:23.139 INFO 33228 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  563. 2024-03-22 18:13:23.139 INFO 33228 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
  564. 2024-03-22 18:13:23.143 INFO 33228 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 3 ms. Found 3 MongoDB repository interfaces.
  565. 2024-03-22 18:13:23.197 DEBUG 33228 --- [main] o.s.b.a.AutoConfigurationPackages : @EnableAutoConfiguration was declared on a class in the package 'com.zswl.dataservicestarter'. Automatic @Repository and @Entity scanning is enabled.
  566. 2024-03-22 18:13:23.274 INFO 33228 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  567. 2024-03-22 18:13:23.276 INFO 33228 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  568. 2024-03-22 18:13:23.292 INFO 33228 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.zswl.dataservicestarter.dao.AppInfoDao; 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
  569. 2024-03-22 18:13:23.293 INFO 33228 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.zswl.dataservicestarter.dao.MongoDao; 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
  570. 2024-03-22 18:13:23.293 INFO 33228 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.zswl.dataservicestarter.dao.UserDao; 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
  571. 2024-03-22 18:13:23.294 INFO 33228 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
  572. 2024-03-22 18:13:23.391 WARN 33228 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.zswl.dataservicestarter]' package. Please check your configuration.
  573. 2024-03-22 18:13:23.717 DEBUG 33228 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: D:\.m3\repository\org\springframework\boot\spring-boot\2.7.12\spring-boot-2.7.12.jar
  574. 2024-03-22 18:13:23.717 DEBUG 33228 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: D:\.m3\repository\org\springframework\boot\spring-boot\2.7.12\spring-boot-2.7.12.jar
  575. 2024-03-22 18:13:23.718 DEBUG 33228 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
  576. 2024-03-22 18:13:23.733 INFO 33228 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9000 (http)
  577. 2024-03-22 18:13:23.741 INFO 33228 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  578. 2024-03-22 18:13:23.741 INFO 33228 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.75]
  579. 2024-03-22 18:13:23.846 INFO 33228 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  580. 2024-03-22 18:13:23.847 DEBUG 33228 --- [main] w.s.c.ServletWebServerApplicationContext : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
  581. 2024-03-22 18:13:23.847 INFO 33228 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1211 ms
  582. 2024-03-22 18:13:23.857 DEBUG 33228 --- [main] o.s.b.w.s.ServletContextInitializerBeans : Mapping filters: characterEncodingFilter urls=[/*] order=-2147483648
  583. 2024-03-22 18:13:23.857 DEBUG 33228 --- [main] o.s.b.w.s.ServletContextInitializerBeans : Mapping servlets: dispatcherServlet urls=[/]
  584. 2024-03-22 18:13:23.872 DEBUG 33228 --- [main] s.b.w.s.f.OrderedCharacterEncodingFilter : Filter 'characterEncodingFilter' configured for use
  585. 2024-03-22 18:13:24.176 INFO 33228 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
  586. 2024-03-22 18:13:24.331 INFO 33228 --- [main] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported)
  587. 2024-03-22 18:13:24.332 INFO 33228 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
  588. 2024-03-22 18:13:24.373 INFO 33228 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
  589. 2024-03-22 18:13:24.418 INFO 33228 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.15.Final
  590. 2024-03-22 18:13:24.517 INFO 33228 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  591. 2024-03-22 18:13:24.612 INFO 33228 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
  592. 2024-03-22 18:13:24.750 INFO 33228 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  593. 2024-03-22 18:13:24.759 INFO 33228 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  594. 2024-03-22 18:13:24.820 INFO 33228 --- [main] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:37017 to client view of cluster
  595. 2024-03-22 18:13:24.842 INFO 33228 --- [main] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:47017 to client view of cluster
  596. 2024-03-22 18:13:24.843 INFO 33228 --- [main] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:57107 to client view of cluster
  597. 2024-03-22 18:13:24.885 INFO 33228 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.9.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Oracle Corporation/11.0.12+8-LTS-237"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=MongoCredential{mechanism=null, userName='admin', source='dataDB', password=<hidden>, mechanismProperties=<hidden>}, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@10ba9780, com.mongodb.Jep395RecordCodecProvider@63636de0]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[192.168.0.102:37017, 192.168.0.102:47017, 192.168.0.102:57107], srvServiceName=mongodb, mode=MULTIPLE, requiredClusterType=REPLICA_SET, requiredReplicaSetName='rs', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  598. 2024-03-22 18:13:24.895 INFO 33228 --- [cluster-ClusterId{value='65fd59c44fb17f49e6aea79c', description='null'}-192.168.0.102:37017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=192.168.0.102:37017, type=REPLICA_SET_PRIMARY, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=26823400, setName='rs', canonicalAddress=192.168.0.102:37017, hosts=[192.168.0.102:57017, 192.168.0.102:37017, 192.168.0.102:47017], passives=[], arbiters=[], primary='192.168.0.102:37017', tagSet=TagSet{[]}, electionId=7fffffff0000000000000005, setVersion=1, topologyVersion=TopologyVersion{processId=65fa7aa1e543ec5a25b9306f, counter=13}, lastWriteDate=Fri Mar 22 18:13:21 CST 2024, lastUpdateTimeNanos=246556662770900}
  599. 2024-03-22 18:13:24.895 INFO 33228 --- [cluster-ClusterId{value='65fd59c44fb17f49e6aea79c', description='null'}-192.168.0.102:47017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=192.168.0.102:47017, type=REPLICA_SET_SECONDARY, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=26820300, setName='rs', canonicalAddress=192.168.0.102:47017, hosts=[192.168.0.102:57017, 192.168.0.102:37017, 192.168.0.102:47017], passives=[], arbiters=[], primary='192.168.0.102:37017', tagSet=TagSet{[]}, electionId=null, setVersion=1, topologyVersion=TopologyVersion{processId=65fa7aabf11a7ed1fff1639f, counter=14}, lastWriteDate=Fri Mar 22 18:13:21 CST 2024, lastUpdateTimeNanos=246556662770900}
  600. 2024-03-22 18:13:24.899 INFO 33228 --- [cluster-ClusterId{value='65fd59c44fb17f49e6aea79c', description='null'}-192.168.0.102:47017] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:57017 to client view of cluster
  601. 2024-03-22 18:13:24.900 INFO 33228 --- [cluster-ClusterId{value='65fd59c44fb17f49e6aea79c', description='null'}-192.168.0.102:37017] org.mongodb.driver.cluster : Server 192.168.0.102:57107 is no longer a member of the replica set. Removing from client view of cluster.
  602. 2024-03-22 18:13:24.901 INFO 33228 --- [cluster-ClusterId{value='65fd59c44fb17f49e6aea79c', description='null'}-192.168.0.102:37017] org.mongodb.driver.cluster : Discovered replica set primary 192.168.0.102:37017 with max election id 7fffffff0000000000000005 and max set version 1
  603. 2024-03-22 18:13:24.906 INFO 33228 --- [cluster-ClusterId{value='65fd59c44fb17f49e6aea79c', description='null'}-192.168.0.102:57017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=192.168.0.102:57017, type=REPLICA_SET_SECONDARY, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=4441700, setName='rs', canonicalAddress=192.168.0.102:57017, hosts=[192.168.0.102:57017, 192.168.0.102:37017, 192.168.0.102:47017], passives=[], arbiters=[], primary='192.168.0.102:37017', tagSet=TagSet{[]}, electionId=null, setVersion=1, topologyVersion=TopologyVersion{processId=65fa7ab18e3e361d9a98b17e, counter=11}, lastWriteDate=Fri Mar 22 18:13:21 CST 2024, lastUpdateTimeNanos=246556674998800}
  604. 2024-03-22 18:13:24.972 WARN 33228 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  605. 2024-03-22 18:13:25.053 DEBUG 33228 --- [main] inMXBeanRegistrar$SpringApplicationAdmin : Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
  606. 2024-03-22 18:13:25.071 WARN 33228 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  607. 2024-03-22 18:13:25.089 WARN 33228 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.math.BigDecimal to class org.bson.types.Decimal128 as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  608. 2024-03-22 18:13:25.089 WARN 33228 --- [main] o.s.data.convert.CustomConversions : Registering converter from class org.bson.types.Decimal128 to class java.math.BigDecimal as writing converter although it doesn't convert to a store-supported type; You might want to check your annotation setup at the converter implementation
  609. 2024-03-22 18:13:25.090 WARN 33228 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  610. 2024-03-22 18:13:25.519 WARN 33228 --- [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
  611. 2024-03-22 18:13:25.571 DEBUG 33228 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : 5 mappings in 'requestMappingHandlerMapping'
  612. 2024-03-22 18:13:25.607 DEBUG 33228 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
  613. 2024-03-22 18:13:25.628 DEBUG 33228 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
  614. 2024-03-22 18:13:25.845 WARN 33228 --- [main] .b.a.g.t.GroovyTemplateAutoConfiguration : Cannot find template location: classpath:/templates/ (please add some templates, check your Groovy configuration, or set spring.groovy.template.check-template-location=false)
  615. 2024-03-22 18:13:26.143 INFO 33228 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9000 (http) with context path ''
  616. 2024-03-22 18:13:26.150 DEBUG 33228 --- [main] ySourcesPropertyResolver$DefaultResolver : Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
  617. 2024-03-22 18:13:26.152 INFO 33228 --- [main] c.z.d.DataServiceStarterApplication : Started DataServiceStarterApplication in 4.271 seconds (JVM running for 5.687)
  618. 2024-03-22 18:13:26.153 DEBUG 33228 --- [main] o.s.b.a.ApplicationAvailabilityBean : Application availability state LivenessState changed to CORRECT
  619. 2024-03-22 18:13:26.154 DEBUG 33228 --- [main] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
  620. 2024-03-22 18:13:40.485 DEBUG 33228 --- [SpringApplicationShutdownHook] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
  621. 2024-03-22 18:13:40.485 DEBUG 33228 --- [SpringApplicationShutdownHook] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@372ea2bc, started on Fri Mar 22 18:13:22 CST 2024
  622. 2024-03-22 18:13:40.485 DEBUG 33228 --- [SpringApplicationShutdownHook] ySourcesPropertyResolver$DefaultResolver : Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
  623. 2024-03-22 18:13:40.860 INFO 33228 --- [SpringApplicationShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
  624. 2024-03-22 18:13:40.860 INFO 33228 --- [SpringApplicationShutdownHook] .SchemaDropperImpl$DelayedDropActionImpl : HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
  625. 2024-03-22 18:13:40.864 INFO 33228 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
  626. 2024-03-22 18:13:40.868 INFO 33228 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
  627. 2024-03-22 18:13:43.571 INFO 22608 --- [main] c.z.d.DataServiceStarterApplication : Starting DataServiceStarterApplication using Java 11.0.12 on TRX with PID 22608 (D:\zswlWorkspace\DataServiceStarter\target\classes started by root in D:\zswlWorkspace\DataServiceStarter)
  628. 2024-03-22 18:13:43.574 INFO 22608 --- [main] c.z.d.DataServiceStarterApplication : The following 1 profile is active: "dev"
  629. 2024-03-22 18:13:43.574 DEBUG 22608 --- [main] o.s.boot.SpringApplication : Loading source class com.zswl.dataservicestarter.DataServiceStarterApplication
  630. 2024-03-22 18:13:43.798 DEBUG 22608 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@f415a95
  631. 2024-03-22 18:13:44.222 INFO 22608 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  632. 2024-03-22 18:13:44.222 INFO 22608 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  633. 2024-03-22 18:13:44.276 INFO 22608 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 47 ms. Found 3 JPA repository interfaces.
  634. 2024-03-22 18:13:44.290 INFO 22608 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  635. 2024-03-22 18:13:44.290 INFO 22608 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
  636. 2024-03-22 18:13:44.294 WARN 22608 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'appInfoDao' defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableMongoRepositories declared on MongoConfiguration: Cannot register bean definition [Root bean: class [org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableMongoRepositories declared on MongoConfiguration] for bean 'appInfoDao': There is already [Root bean: class [org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableJpaRepositories declared on JpaConfig] bound.
  637. 2024-03-22 18:13:44.300 INFO 22608 --- [main] ConditionEvaluationReportLoggingListener :
  638. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  639. 2024-03-22 18:13:44.325 DEBUG 22608 --- [main] o.s.b.d.LoggingFailureAnalysisReporter : Application failed to start due to an exception
  640. org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'appInfoDao' defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableMongoRepositories declared on MongoConfiguration: Cannot register bean definition [Root bean: class [org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableMongoRepositories declared on MongoConfiguration] for bean 'appInfoDao': There is already [Root bean: class [org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableJpaRepositories declared on JpaConfig] bound.
  641. at org.springframework.beans.factory.support.DefaultListableBeanFactory.registerBeanDefinition(DefaultListableBeanFactory.java:1006) ~[spring-beans-5.3.26.jar:5.3.26]
  642. at org.springframework.data.repository.config.RepositoryConfigurationDelegate.registerRepositoriesIn(RepositoryConfigurationDelegate.java:189) ~[spring-data-commons-2.7.12.jar:2.7.12]
  643. at org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport.registerBeanDefinitions(RepositoryBeanDefinitionRegistrarSupport.java:106) ~[spring-data-commons-2.7.12.jar:2.7.12]
  644. at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.lambda$loadBeanDefinitionsFromRegistrars$1(ConfigurationClassBeanDefinitionReader.java:396) ~[spring-context-5.3.26.jar:5.3.26]
  645. at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:684) ~[na:na]
  646. at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsFromRegistrars(ConfigurationClassBeanDefinitionReader.java:395) ~[spring-context-5.3.26.jar:5.3.26]
  647. at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForConfigurationClass(ConfigurationClassBeanDefinitionReader.java:157) ~[spring-context-5.3.26.jar:5.3.26]
  648. at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitions(ConfigurationClassBeanDefinitionReader.java:129) ~[spring-context-5.3.26.jar:5.3.26]
  649. at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:343) ~[spring-context-5.3.26.jar:5.3.26]
  650. at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:247) ~[spring-context-5.3.26.jar:5.3.26]
  651. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:311) ~[spring-context-5.3.26.jar:5.3.26]
  652. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:112) ~[spring-context-5.3.26.jar:5.3.26]
  653. at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:748) ~[spring-context-5.3.26.jar:5.3.26]
  654. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:564) ~[spring-context-5.3.26.jar:5.3.26]
  655. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147) ~[spring-boot-2.7.12.jar:2.7.12]
  656. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:731) ~[spring-boot-2.7.12.jar:2.7.12]
  657. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408) ~[spring-boot-2.7.12.jar:2.7.12]
  658. at org.springframework.boot.SpringApplication.run(SpringApplication.java:307) ~[spring-boot-2.7.12.jar:2.7.12]
  659. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303) ~[spring-boot-2.7.12.jar:2.7.12]
  660. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292) ~[spring-boot-2.7.12.jar:2.7.12]
  661. at com.zswl.dataservicestarter.DataServiceStarterApplication.main(DataServiceStarterApplication.java:21) ~[classes/:na]
  662. 2024-03-22 18:13:44.325 ERROR 22608 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  663. ***************************
  664. APPLICATION FAILED TO START
  665. ***************************
  666. Description:
  667. The bean 'appInfoDao', defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableMongoRepositories declared on MongoConfiguration, could not be registered. A bean with that name has already been defined in com.zswl.dataservicestarter.dao.AppInfoDao defined in @EnableJpaRepositories declared on JpaConfig and overriding is disabled.
  668. Action:
  669. Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true
  670. 2024-03-22 18:14:37.560 INFO 34156 --- [main] c.z.d.DataServiceStarterApplication : Starting DataServiceStarterApplication using Java 11.0.12 on TRX with PID 34156 (D:\zswlWorkspace\DataServiceStarter\target\classes started by root in D:\zswlWorkspace\DataServiceStarter)
  671. 2024-03-22 18:14:37.562 INFO 34156 --- [main] c.z.d.DataServiceStarterApplication : The following 1 profile is active: "dev"
  672. 2024-03-22 18:14:37.562 DEBUG 34156 --- [main] o.s.boot.SpringApplication : Loading source class com.zswl.dataservicestarter.DataServiceStarterApplication
  673. 2024-03-22 18:14:37.879 DEBUG 34156 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b52c0d6
  674. 2024-03-22 18:14:38.359 INFO 34156 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  675. 2024-03-22 18:14:38.359 INFO 34156 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  676. 2024-03-22 18:14:38.427 INFO 34156 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 62 ms. Found 3 JPA repository interfaces.
  677. 2024-03-22 18:14:38.442 INFO 34156 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  678. 2024-03-22 18:14:38.443 INFO 34156 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
  679. 2024-03-22 18:14:38.447 INFO 34156 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 4 ms. Found 3 MongoDB repository interfaces.
  680. 2024-03-22 18:14:38.494 DEBUG 34156 --- [main] o.s.b.a.AutoConfigurationPackages : @EnableAutoConfiguration was declared on a class in the package 'com.zswl.dataservicestarter'. Automatic @Repository and @Entity scanning is enabled.
  681. 2024-03-22 18:14:38.604 INFO 34156 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  682. 2024-03-22 18:14:38.606 INFO 34156 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  683. 2024-03-22 18:14:38.629 INFO 34156 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.zswl.dataservicestarter.dao.AppInfoDao; 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
  684. 2024-03-22 18:14:38.630 INFO 34156 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.zswl.dataservicestarter.dao.MongoDao; 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
  685. 2024-03-22 18:14:38.631 INFO 34156 --- [main] .RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.zswl.dataservicestarter.dao.UserDao; 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
  686. 2024-03-22 18:14:38.631 INFO 34156 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 13 ms. Found 0 Redis repository interfaces.
  687. 2024-03-22 18:14:38.731 WARN 34156 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.zswl.dataservicestarter]' package. Please check your configuration.
  688. 2024-03-22 18:14:39.056 DEBUG 34156 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: D:\.m3\repository\org\springframework\boot\spring-boot\2.7.12\spring-boot-2.7.12.jar
  689. 2024-03-22 18:14:39.056 DEBUG 34156 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: D:\.m3\repository\org\springframework\boot\spring-boot\2.7.12\spring-boot-2.7.12.jar
  690. 2024-03-22 18:14:39.057 DEBUG 34156 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
  691. 2024-03-22 18:14:39.071 INFO 34156 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9000 (http)
  692. 2024-03-22 18:14:39.077 INFO 34156 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  693. 2024-03-22 18:14:39.077 INFO 34156 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.75]
  694. 2024-03-22 18:14:39.196 INFO 34156 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  695. 2024-03-22 18:14:39.196 DEBUG 34156 --- [main] w.s.c.ServletWebServerApplicationContext : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
  696. 2024-03-22 18:14:39.196 INFO 34156 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1318 ms
  697. 2024-03-22 18:14:39.206 DEBUG 34156 --- [main] o.s.b.w.s.ServletContextInitializerBeans : Mapping filters: characterEncodingFilter urls=[/*] order=-2147483648
  698. 2024-03-22 18:14:39.206 DEBUG 34156 --- [main] o.s.b.w.s.ServletContextInitializerBeans : Mapping servlets: dispatcherServlet urls=[/]
  699. 2024-03-22 18:14:39.225 DEBUG 34156 --- [main] s.b.w.s.f.OrderedCharacterEncodingFilter : Filter 'characterEncodingFilter' configured for use
  700. 2024-03-22 18:14:39.464 INFO 34156 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
  701. 2024-03-22 18:14:39.590 INFO 34156 --- [main] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported)
  702. 2024-03-22 18:14:39.592 INFO 34156 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
  703. 2024-03-22 18:14:39.623 INFO 34156 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
  704. 2024-03-22 18:14:39.659 INFO 34156 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.15.Final
  705. 2024-03-22 18:14:39.776 INFO 34156 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  706. 2024-03-22 18:14:39.861 INFO 34156 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
  707. 2024-03-22 18:14:39.981 INFO 34156 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  708. 2024-03-22 18:14:39.995 INFO 34156 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  709. 2024-03-22 18:14:40.058 INFO 34156 --- [main] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:37017 to client view of cluster
  710. 2024-03-22 18:14:40.080 INFO 34156 --- [main] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:47017 to client view of cluster
  711. 2024-03-22 18:14:40.081 INFO 34156 --- [main] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:57107 to client view of cluster
  712. 2024-03-22 18:14:40.099 INFO 34156 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.9.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Oracle Corporation/11.0.12+8-LTS-237"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=MongoCredential{mechanism=null, userName='admin', source='dataDB', password=<hidden>, mechanismProperties=<hidden>}, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@87f6ab5, com.mongodb.Jep395RecordCodecProvider@5c316230]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[192.168.0.102:37017, 192.168.0.102:47017, 192.168.0.102:57107], srvServiceName=mongodb, mode=MULTIPLE, requiredClusterType=REPLICA_SET, requiredReplicaSetName='rs', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  713. 2024-03-22 18:14:40.106 INFO 34156 --- [cluster-ClusterId{value='65fd5a10fb40ff251808928e', description='null'}-192.168.0.102:37017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=192.168.0.102:37017, type=REPLICA_SET_PRIMARY, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=16193500, setName='rs', canonicalAddress=192.168.0.102:37017, hosts=[192.168.0.102:57017, 192.168.0.102:37017, 192.168.0.102:47017], passives=[], arbiters=[], primary='192.168.0.102:37017', tagSet=TagSet{[]}, electionId=7fffffff0000000000000005, setVersion=1, topologyVersion=TopologyVersion{processId=65fa7aa1e543ec5a25b9306f, counter=13}, lastWriteDate=Fri Mar 22 18:14:31 CST 2024, lastUpdateTimeNanos=246631874557300}
  714. 2024-03-22 18:14:40.106 INFO 34156 --- [cluster-ClusterId{value='65fd5a10fb40ff251808928e', description='null'}-192.168.0.102:47017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=192.168.0.102:47017, type=REPLICA_SET_SECONDARY, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=16193400, setName='rs', canonicalAddress=192.168.0.102:47017, hosts=[192.168.0.102:57017, 192.168.0.102:37017, 192.168.0.102:47017], passives=[], arbiters=[], primary='192.168.0.102:37017', tagSet=TagSet{[]}, electionId=null, setVersion=1, topologyVersion=TopologyVersion{processId=65fa7aabf11a7ed1fff1639f, counter=14}, lastWriteDate=Fri Mar 22 18:14:31 CST 2024, lastUpdateTimeNanos=246631874557400}
  715. 2024-03-22 18:14:40.110 INFO 34156 --- [cluster-ClusterId{value='65fd5a10fb40ff251808928e', description='null'}-192.168.0.102:47017] org.mongodb.driver.cluster : Adding discovered server 192.168.0.102:57017 to client view of cluster
  716. 2024-03-22 18:14:40.110 INFO 34156 --- [cluster-ClusterId{value='65fd5a10fb40ff251808928e', description='null'}-192.168.0.102:37017] org.mongodb.driver.cluster : Server 192.168.0.102:57107 is no longer a member of the replica set. Removing from client view of cluster.
  717. 2024-03-22 18:14:40.111 INFO 34156 --- [cluster-ClusterId{value='65fd5a10fb40ff251808928e', description='null'}-192.168.0.102:37017] org.mongodb.driver.cluster : Discovered replica set primary 192.168.0.102:37017 with max election id 7fffffff0000000000000005 and max set version 1
  718. 2024-03-22 18:14:40.115 INFO 34156 --- [cluster-ClusterId{value='65fd5a10fb40ff251808928e', description='null'}-192.168.0.102:57017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=192.168.0.102:57017, type=REPLICA_SET_SECONDARY, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=3844000, setName='rs', canonicalAddress=192.168.0.102:57017, hosts=[192.168.0.102:57017, 192.168.0.102:37017, 192.168.0.102:47017], passives=[], arbiters=[], primary='192.168.0.102:37017', tagSet=TagSet{[]}, electionId=null, setVersion=1, topologyVersion=TopologyVersion{processId=65fa7ab18e3e361d9a98b17e, counter=11}, lastWriteDate=Fri Mar 22 18:14:31 CST 2024, lastUpdateTimeNanos=246631884439400}
  719. 2024-03-22 18:14:40.179 WARN 34156 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  720. 2024-03-22 18:14:40.258 DEBUG 34156 --- [main] inMXBeanRegistrar$SpringApplicationAdmin : Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
  721. 2024-03-22 18:14:40.278 WARN 34156 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  722. 2024-03-22 18:14:40.296 WARN 34156 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.math.BigDecimal to class org.bson.types.Decimal128 as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  723. 2024-03-22 18:14:40.296 WARN 34156 --- [main] o.s.data.convert.CustomConversions : Registering converter from class org.bson.types.Decimal128 to class java.math.BigDecimal as writing converter although it doesn't convert to a store-supported type; You might want to check your annotation setup at the converter implementation
  724. 2024-03-22 18:14:40.296 WARN 34156 --- [main] o.s.data.convert.CustomConversions : Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
  725. 2024-03-22 18:14:40.682 WARN 34156 --- [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
  726. 2024-03-22 18:14:40.722 DEBUG 34156 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : 5 mappings in 'requestMappingHandlerMapping'
  727. 2024-03-22 18:14:40.752 DEBUG 34156 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
  728. 2024-03-22 18:14:40.770 DEBUG 34156 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
  729. 2024-03-22 18:14:40.997 WARN 34156 --- [main] .b.a.g.t.GroovyTemplateAutoConfiguration : Cannot find template location: classpath:/templates/ (please add some templates, check your Groovy configuration, or set spring.groovy.template.check-template-location=false)
  730. 2024-03-22 18:14:41.328 INFO 34156 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9000 (http) with context path ''
  731. 2024-03-22 18:14:41.336 DEBUG 34156 --- [main] ySourcesPropertyResolver$DefaultResolver : Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
  732. 2024-03-22 18:14:41.342 INFO 34156 --- [main] c.z.d.DataServiceStarterApplication : Started DataServiceStarterApplication in 4.247 seconds (JVM running for 5.438)
  733. 2024-03-22 18:14:41.343 DEBUG 34156 --- [main] o.s.b.a.ApplicationAvailabilityBean : Application availability state LivenessState changed to CORRECT
  734. 2024-03-22 18:14:41.344 DEBUG 34156 --- [main] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
  735. 2024-03-22 18:16:26.327 DEBUG 34156 --- [SpringApplicationShutdownHook] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC
  736. 2024-03-22 18:16:26.327 DEBUG 34156 --- [SpringApplicationShutdownHook] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2b52c0d6, started on Fri Mar 22 18:14:37 CST 2024
  737. 2024-03-22 18:16:26.327 DEBUG 34156 --- [SpringApplicationShutdownHook] ySourcesPropertyResolver$DefaultResolver : Found key 'spring.liveBeansView.mbeanDomain' in PropertySource 'systemProperties' with value of type String
  738. 2024-03-22 18:16:26.761 INFO 34156 --- [SpringApplicationShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
  739. 2024-03-22 18:16:26.761 INFO 34156 --- [SpringApplicationShutdownHook] .SchemaDropperImpl$DelayedDropActionImpl : HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
  740. 2024-03-22 18:16:26.764 INFO 34156 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
  741. 2024-03-22 18:16:26.766 INFO 34156 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.