1132 lines
71 KiB
Plaintext
1132 lines
71 KiB
Plaintext
|
2024-01-19 08:53:32.875 INFO 20348 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_341 on LAPTOP-JIAL with PID 20348 (D:\JIAL\JavaProject\JNDemo\target\classes started by JIAL in D:\JIAL\JavaProject\JNDemo)
|
||
|
2024-01-19 08:53:32.877 INFO 20348 --- [main] com.JN.JNApplication : The following profiles are active: ss
|
||
|
2024-01-19 08:53:32.877 DEBUG 20348 --- [main] o.s.boot.SpringApplication : Loading source class com.JN.JNApplication
|
||
|
2024-01-19 08:53:32.909 DEBUG 20348 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3e2822
|
||
|
2024-01-19 08:53:33.300 DEBUG 20348 --- [main] o.s.b.a.AutoConfigurationPackages : @EnableAutoConfiguration was declared on a class in the package 'com.JN'. Automatic @Repository and @Entity scanning is enabled.
|
||
|
2024-01-19 08:53:33.748 DEBUG 20348 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: D:\JIAL\JDKSDK\apache-maven-3.6.3\maven-repository\org\springframework\boot\spring-boot\2.4.5\spring-boot-2.4.5.jar
|
||
|
2024-01-19 08:53:33.749 DEBUG 20348 --- [main] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: D:\JIAL\JDKSDK\apache-maven-3.6.3\maven-repository\org\springframework\boot\spring-boot\2.4.5\spring-boot-2.4.5.jar
|
||
|
2024-01-19 08:53:33.749 DEBUG 20348 --- [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.
|
||
|
2024-01-19 08:53:33.764 INFO 20348 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
|
||
|
2024-01-19 08:53:33.854 DEBUG 20348 --- [main] w.s.c.ServletWebServerApplicationContext : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
|
||
|
2024-01-19 08:53:33.854 INFO 20348 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 945 ms
|
||
|
2024-01-19 08:53:33.872 DEBUG 20348 --- [main] o.s.b.w.s.ServletContextInitializerBeans : Mapping filters: loginCheckFilter urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648
|
||
|
2024-01-19 08:53:33.873 DEBUG 20348 --- [main] o.s.b.w.s.ServletContextInitializerBeans : Mapping servlets: dispatcherServlet urls=[/]
|
||
|
2024-01-19 08:53:33.888 DEBUG 20348 --- [main] s.b.w.s.f.OrderedCharacterEncodingFilter : Filter 'characterEncodingFilter' configured for use
|
||
|
2024-01-19 08:53:49.149 ERROR 20348 --- [Druid-ConnectionPool-Create-2082740895] com.alibaba.druid.pool.DruidDataSource : create connection SQLException, url: jdbc:sqlserver://192.168.9.230:1433;databaseName=ERP;Encrypt=false;TrustServerCertificate=true;, errorCode 0, state 08S01
|
||
|
|
||
|
com.microsoft.sqlserver.jdbc.SQLServerException: 通过端口 1433 连接到主机 192.168.9.230 的 TCP/IP 连接失败。错误:“connect timed out。请验证连接属性。确保 SQL Server 的实例正在主机上运行,且在此端口接受 TCP/IP 连接,还要确保防火墙没有阻止到此端口的 TCP 连接。”。
|
||
|
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:237)
|
||
|
at com.microsoft.sqlserver.jdbc.SQLServerException.ConvertConnectExceptionToSQLServerException(SQLServerException.java:288)
|
||
|
at com.microsoft.sqlserver.jdbc.SocketFinder.findSocket(IOBuffer.java:2466)
|
||
|
at com.microsoft.sqlserver.jdbc.TDSChannel.open(IOBuffer.java:676)
|
||
|
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:2957)
|
||
|
at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:2628)
|
||
|
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:2471)
|
||
|
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:1470)
|
||
|
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:915)
|
||
|
at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:156)
|
||
|
at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:218)
|
||
|
at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:150)
|
||
|
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1646)
|
||
|
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1710)
|
||
|
at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2774)
|
||
|
|
||
|
2024-01-19 08:53:55.894 WARN 20348 --- [Druid-ConnectionPool-Create-2082740895] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
|
||
|
2024-01-19 08:53:57.764 DEBUG 20348 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : 6 mappings in 'requestMappingHandlerMapping'
|
||
|
2024-01-19 08:53:57.776 INFO 20348 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器...
|
||
|
2024-01-19 08:53:57.781 INFO 20348 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射...
|
||
|
2024-01-19 08:53:57.787 DEBUG 20348 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Patterns [/backend/**, /templates/**, /plugins/**, /static/**, /blog/**, /bizquery/**] in 'resourceHandlerMapping'
|
||
|
2024-01-19 08:53:57.807 DEBUG 20348 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
|
||
|
2024-01-19 08:53:57.827 DEBUG 20348 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : ControllerAdvice beans: 1 @ExceptionHandler, 1 ResponseBodyAdvice
|
||
|
2024-01-19 08:53:57.870 DEBUG 20348 --- [main] inMXBeanRegistrar$SpringApplicationAdmin : Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication'
|
||
|
2024-01-19 08:53:57.874 WARN 20348 --- [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
|
||
|
2024-01-19 08:53:58.010 INFO 20348 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
|
||
|
2024-01-19 08:53:58.018 DEBUG 20348 --- [main] ConditionEvaluationReportLoggingListener :
|
||
|
|
||
|
|
||
|
============================
|
||
|
CONDITIONS EVALUATION REPORT
|
||
|
============================
|
||
|
|
||
|
|
||
|
Positive matches:
|
||
|
-----------------
|
||
|
|
||
|
AopAutoConfiguration matched:
|
||
|
- @ConditionalOnProperty (spring.aop.auto=true) matched (OnPropertyCondition)
|
||
|
|
||
|
AopAutoConfiguration.AspectJAutoProxyingConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'org.aspectj.weaver.Advice' (OnClassCondition)
|
||
|
|
||
|
AopAutoConfiguration.AspectJAutoProxyingConfiguration.CglibAutoProxyConfiguration matched:
|
||
|
- @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition)
|
||
|
|
||
|
DataSourceTransactionManagerAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required classes 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.transaction.TransactionManager' (OnClassCondition)
|
||
|
|
||
|
DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration matched:
|
||
|
- @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'dataSource' (OnBeanCondition)
|
||
|
|
||
|
DispatcherServletAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
|
||
|
- found 'session' scope (OnWebApplicationCondition)
|
||
|
|
||
|
DispatcherServletAutoConfiguration.DispatcherServletConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'javax.servlet.ServletRegistration' (OnClassCondition)
|
||
|
- Default DispatcherServlet did not find dispatcher servlet beans (DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition)
|
||
|
|
||
|
DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'javax.servlet.ServletRegistration' (OnClassCondition)
|
||
|
- DispatcherServlet Registration did not find servlet registration bean (DispatcherServletAutoConfiguration.DispatcherServletRegistrationCondition)
|
||
|
|
||
|
DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration#dispatcherServletRegistration matched:
|
||
|
- @ConditionalOnBean (names: dispatcherServlet types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition)
|
||
|
|
||
|
DruidDataSourceAutoConfigure matched:
|
||
|
- @ConditionalOnClass found required class 'com.alibaba.druid.pool.DruidDataSource' (OnClassCondition)
|
||
|
|
||
|
DruidDynamicDataSourceConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure' (OnClassCondition)
|
||
|
|
||
|
DynamicDataSourceAutoConfiguration matched:
|
||
|
- @ConditionalOnProperty (spring.datasource.dynamic.enabled=true) matched (OnPropertyCondition)
|
||
|
|
||
|
DynamicDataSourceAutoConfiguration#dataSource matched:
|
||
|
- @ConditionalOnMissingBean (types: javax.sql.DataSource; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
DynamicDataSourceAutoConfiguration#dataSourceInitEvent matched:
|
||
|
- @ConditionalOnMissingBean (types: com.baomidou.dynamic.datasource.event.DataSourceInitEvent; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
DynamicDataSourceAutoConfiguration#dsProcessor matched:
|
||
|
- @ConditionalOnMissingBean (types: com.baomidou.dynamic.datasource.processor.DsProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
DynamicDataSourceAutoConfiguration#dynamicDatasourceAnnotationAdvisor matched:
|
||
|
- @ConditionalOnProperty (spring.datasource.dynamic.aop.enabled=true) matched (OnPropertyCondition)
|
||
|
|
||
|
DynamicDataSourceAutoConfiguration#dynamicTransactionAdvisor matched:
|
||
|
- @ConditionalOnProperty (spring.datasource.dynamic.seata=false) matched (OnPropertyCondition)
|
||
|
|
||
|
DynamicDataSourceCreatorAutoConfiguration#dataSourceCreator matched:
|
||
|
- @ConditionalOnMissingBean (types: com.baomidou.dynamic.datasource.creator.DefaultDataSourceCreator; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
DynamicDataSourceCreatorAutoConfiguration.DruidDataSourceCreatorConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'com.alibaba.druid.pool.DruidDataSource' (OnClassCondition)
|
||
|
|
||
|
DynamicDataSourceCreatorAutoConfiguration.HikariDataSourceCreatorConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)
|
||
|
|
||
|
EmbeddedWebServerFactoryCustomizerAutoConfiguration matched:
|
||
|
- @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
|
||
|
|
||
|
EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration matched:
|
||
|
- @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition)
|
||
|
|
||
|
ErrorMvcAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
|
||
|
- found 'session' scope (OnWebApplicationCondition)
|
||
|
|
||
|
ErrorMvcAutoConfiguration#basicErrorController matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorController; SearchStrategy: current) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
ErrorMvcAutoConfiguration#errorAttributes matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorAttributes; SearchStrategy: current) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
ErrorMvcAutoConfiguration.DefaultErrorViewResolverConfiguration#conventionErrorViewResolver matched:
|
||
|
- @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.servlet.error.ErrorViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration matched:
|
||
|
- @ConditionalOnProperty (server.error.whitelabel.enabled) matched (OnPropertyCondition)
|
||
|
- ErrorTemplate Missing did not find error template view (ErrorMvcAutoConfiguration.ErrorTemplateMissingCondition)
|
||
|
|
||
|
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#beanNameViewResolver matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#defaultErrorView matched:
|
||
|
- @ConditionalOnMissingBean (names: error; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
GenericCacheConfiguration matched:
|
||
|
- Cache org.springframework.boot.autoconfigure.cache.GenericCacheConfiguration automatic cache type (CacheCondition)
|
||
|
|
||
|
GsonAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'com.google.gson.Gson' (OnClassCondition)
|
||
|
|
||
|
GsonAutoConfiguration#gson matched:
|
||
|
- @ConditionalOnMissingBean (types: com.google.gson.Gson; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
GsonAutoConfiguration#gsonBuilder matched:
|
||
|
- @ConditionalOnMissingBean (types: com.google.gson.GsonBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
GsonHttpMessageConvertersConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'com.google.gson.Gson' (OnClassCondition)
|
||
|
|
||
|
HibernateJpaAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required classes 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean', 'javax.persistence.EntityManager', 'org.hibernate.engine.spi.SessionImplementor' (OnClassCondition)
|
||
|
|
||
|
HibernateJpaConfiguration matched:
|
||
|
- @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'dataSource' (OnBeanCondition)
|
||
|
|
||
|
HttpEncodingAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'org.springframework.web.filter.CharacterEncodingFilter' (OnClassCondition)
|
||
|
- found 'session' scope (OnWebApplicationCondition)
|
||
|
- @ConditionalOnProperty (server.servlet.encoding.enabled) matched (OnPropertyCondition)
|
||
|
|
||
|
HttpEncodingAutoConfiguration#characterEncodingFilter matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.web.filter.CharacterEncodingFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
HttpMessageConvertersAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'org.springframework.http.converter.HttpMessageConverter' (OnClassCondition)
|
||
|
- NoneNestedConditions 0 matched 1 did not; NestedCondition on HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition)
|
||
|
|
||
|
HttpMessageConvertersAutoConfiguration#messageConverters matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.http.HttpMessageConverters; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'org.springframework.http.converter.StringHttpMessageConverter' (OnClassCondition)
|
||
|
|
||
|
HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
JacksonAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition)
|
||
|
|
||
|
JacksonAutoConfiguration.Jackson2ObjectMapperBuilderCustomizerConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
|
||
|
|
||
|
JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
|
||
|
|
||
|
JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration#jacksonObjectMapperBuilder matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
JacksonAutoConfiguration.JacksonObjectMapperConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
|
||
|
|
||
|
JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper matched:
|
||
|
- @ConditionalOnMissingBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
JacksonAutoConfiguration.ParameterNamesModuleConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'com.fasterxml.jackson.module.paramnames.ParameterNamesModule' (OnClassCondition)
|
||
|
|
||
|
JacksonAutoConfiguration.ParameterNamesModuleConfiguration#parameterNamesModule matched:
|
||
|
- @ConditionalOnMissingBean (types: com.fasterxml.jackson.module.paramnames.ParameterNamesModule; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition)
|
||
|
- @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=jackson) matched (OnPropertyCondition)
|
||
|
- @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'jacksonObjectMapper' (OnBeanCondition)
|
||
|
|
||
|
JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration#mappingJackson2HttpMessageConverter matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter ignored: org.springframework.hateoas.server.mvc.TypeConstrainedMappingJackson2HttpMessageConverter,org.springframework.data.rest.webmvc.alps.AlpsJsonHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
JdbcTemplateAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition)
|
||
|
- @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'dataSource' (OnBeanCondition)
|
||
|
|
||
|
JdbcTemplateConfiguration matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.jdbc.core.JdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
JmxAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'org.springframework.jmx.export.MBeanExporter' (OnClassCondition)
|
||
|
- @ConditionalOnProperty (spring.jmx.enabled=true) matched (OnPropertyCondition)
|
||
|
|
||
|
JmxAutoConfiguration#mbeanExporter matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.jmx.export.MBeanExporter; SearchStrategy: current) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
JmxAutoConfiguration#mbeanServer matched:
|
||
|
- @ConditionalOnMissingBean (types: javax.management.MBeanServer; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
JmxAutoConfiguration#objectNamingStrategy matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.jmx.export.naming.ObjectNamingStrategy; SearchStrategy: current) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
JpaBaseConfiguration#entityManagerFactory matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean,javax.persistence.EntityManagerFactory; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
JpaBaseConfiguration#entityManagerFactoryBuilder matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
JpaBaseConfiguration#jpaVendorAdapter matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.orm.jpa.JpaVendorAdapter; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
JpaBaseConfiguration#transactionManager matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
JpaBaseConfiguration.JpaWebConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition)
|
||
|
- found 'session' scope (OnWebApplicationCondition)
|
||
|
- @ConditionalOnProperty (spring.jpa.open-in-view=true) matched (OnPropertyCondition)
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor,org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
JpaRepositoriesAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'org.springframework.data.jpa.repository.JpaRepository' (OnClassCondition)
|
||
|
- @ConditionalOnProperty (spring.data.jpa.repositories.enabled=true) matched (OnPropertyCondition)
|
||
|
- @ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) found bean 'dataSource'; @ConditionalOnMissingBean (types: org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean,org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
JtaAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'javax.transaction.Transaction' (OnClassCondition)
|
||
|
- @ConditionalOnProperty (spring.jta.enabled) matched (OnPropertyCondition)
|
||
|
|
||
|
LifecycleAutoConfiguration#defaultLifecycleProcessor matched:
|
||
|
- @ConditionalOnMissingBean (names: lifecycleProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
MultipartAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.multipart.support.StandardServletMultipartResolver', 'javax.servlet.MultipartConfigElement' (OnClassCondition)
|
||
|
- found 'session' scope (OnWebApplicationCondition)
|
||
|
- @ConditionalOnProperty (spring.servlet.multipart.enabled) matched (OnPropertyCondition)
|
||
|
|
||
|
MultipartAutoConfiguration#multipartConfigElement matched:
|
||
|
- @ConditionalOnMissingBean (types: javax.servlet.MultipartConfigElement,org.springframework.web.multipart.commons.CommonsMultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
MultipartAutoConfiguration#multipartResolver matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
MybatisPlusAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required classes 'org.apache.ibatis.session.SqlSessionFactory', 'org.mybatis.spring.SqlSessionFactoryBean' (OnClassCondition)
|
||
|
- @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'dataSource' (OnBeanCondition)
|
||
|
|
||
|
MybatisPlusAutoConfiguration#sqlSessionFactory matched:
|
||
|
- @ConditionalOnMissingBean (types: org.apache.ibatis.session.SqlSessionFactory; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
MybatisPlusAutoConfiguration#sqlSessionTemplate matched:
|
||
|
- @ConditionalOnMissingBean (types: org.mybatis.spring.SqlSessionTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
MybatisPlusAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration matched:
|
||
|
- @ConditionalOnMissingBean (types: org.mybatis.spring.mapper.MapperFactoryBean,org.mybatis.spring.mapper.MapperScannerConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
MybatisPlusJoinAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required classes 'org.apache.ibatis.session.SqlSessionFactory', 'org.mybatis.spring.SqlSessionFactoryBean' (OnClassCondition)
|
||
|
- @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'dataSource' (OnBeanCondition)
|
||
|
|
||
|
MybatisPlusJoinAutoConfiguration#mpjInterceptor matched:
|
||
|
- @ConditionalOnClass found required classes 'org.apache.ibatis.session.SqlSessionFactory', 'org.mybatis.spring.SqlSessionFactoryBean' (OnClassCondition)
|
||
|
|
||
|
MybatisPlusJoinAutoConfiguration#mpjInterceptorConfig matched:
|
||
|
- @ConditionalOnClass found required classes 'org.apache.ibatis.session.SqlSessionFactory', 'org.mybatis.spring.SqlSessionFactoryBean' (OnClassCondition)
|
||
|
|
||
|
MybatisPlusJoinAutoConfiguration#mpjSpringContent matched:
|
||
|
- @ConditionalOnClass found required classes 'org.apache.ibatis.session.SqlSessionFactory', 'org.mybatis.spring.SqlSessionFactoryBean' (OnClassCondition)
|
||
|
|
||
|
MybatisPlusJoinAutoConfiguration#mpjSqlInjectorOnMiss matched:
|
||
|
- @ConditionalOnClass found required classes 'org.apache.ibatis.session.SqlSessionFactory', 'org.mybatis.spring.SqlSessionFactoryBean' (OnClassCondition)
|
||
|
- @ConditionalOnMissingBean (types: com.baomidou.mybatisplus.core.injector.ISqlInjector; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
MybatisPlusJoinAutoConfiguration.MPJMappingConfig matched:
|
||
|
- @ConditionalOnClass found required classes 'org.apache.ibatis.session.SqlSessionFactory', 'org.mybatis.spring.SqlSessionFactoryBean' (OnClassCondition)
|
||
|
|
||
|
MybatisPlusJoinAutoConfiguration.MPJSpringContext matched:
|
||
|
- @ConditionalOnClass found required classes 'org.apache.ibatis.session.SqlSessionFactory', 'org.mybatis.spring.SqlSessionFactoryBean' (OnClassCondition)
|
||
|
|
||
|
MybatisPlusLanguageDriverAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'org.apache.ibatis.scripting.LanguageDriver' (OnClassCondition)
|
||
|
|
||
|
NamedParameterJdbcTemplateConfiguration matched:
|
||
|
- @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.JdbcTemplate; SearchStrategy: all) found a primary bean from beans 'jdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
NoOpCacheConfiguration matched:
|
||
|
- Cache org.springframework.boot.autoconfigure.cache.NoOpCacheConfiguration automatic cache type (CacheCondition)
|
||
|
|
||
|
PersistenceExceptionTranslationAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor' (OnClassCondition)
|
||
|
|
||
|
PersistenceExceptionTranslationAutoConfiguration#persistenceExceptionTranslationPostProcessor matched:
|
||
|
- @ConditionalOnProperty (spring.dao.exceptiontranslation.enabled) matched (OnPropertyCondition)
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
PropertyPlaceholderAutoConfiguration#propertySourcesPlaceholderConfigurer matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
RestTemplateAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition)
|
||
|
- NoneNestedConditions 0 matched 1 did not; NestedCondition on RestTemplateAutoConfiguration.NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (RestTemplateAutoConfiguration.NotReactiveWebApplicationCondition)
|
||
|
|
||
|
RestTemplateAutoConfiguration#restTemplateBuilder matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
RestTemplateAutoConfiguration#restTemplateBuilderConfigurer matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestTemplateBuilderConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
ServletWebServerFactoryAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'javax.servlet.ServletRequest' (OnClassCondition)
|
||
|
- found 'session' scope (OnWebApplicationCondition)
|
||
|
|
||
|
ServletWebServerFactoryAutoConfiguration#tomcatServletWebServerFactoryCustomizer matched:
|
||
|
- @ConditionalOnClass found required class 'org.apache.catalina.startup.Tomcat' (OnClassCondition)
|
||
|
|
||
|
ServletWebServerFactoryConfiguration.EmbeddedTomcat matched:
|
||
|
- @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition)
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.server.ServletWebServerFactory; SearchStrategy: current) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
SimpleCacheConfiguration matched:
|
||
|
- Cache org.springframework.boot.autoconfigure.cache.SimpleCacheConfiguration automatic cache type (CacheCondition)
|
||
|
|
||
|
SpringApplicationAdminJmxAutoConfiguration matched:
|
||
|
- @ConditionalOnProperty (spring.application.admin.enabled=true) matched (OnPropertyCondition)
|
||
|
|
||
|
SpringApplicationAdminJmxAutoConfiguration#springApplicationAdminRegistrar matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
SpringDataWebAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required classes 'org.springframework.data.web.PageableHandlerMethodArgumentResolver', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition)
|
||
|
- found 'session' scope (OnWebApplicationCondition)
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.data.web.PageableHandlerMethodArgumentResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
SpringDataWebAutoConfiguration#pageableCustomizer matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.data.web.config.PageableHandlerMethodArgumentResolverCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
SpringDataWebAutoConfiguration#sortCustomizer matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.data.web.config.SortHandlerMethodArgumentResolverCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
TaskExecutionAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor' (OnClassCondition)
|
||
|
|
||
|
TaskExecutionAutoConfiguration#applicationTaskExecutor matched:
|
||
|
- @ConditionalOnMissingBean (types: java.util.concurrent.Executor; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
TaskExecutionAutoConfiguration#taskExecutorBuilder matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
TaskSchedulingAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition)
|
||
|
|
||
|
TaskSchedulingAutoConfiguration#taskSchedulerBuilder matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
ThymeleafAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required classes 'org.thymeleaf.templatemode.TemplateMode', 'org.thymeleaf.spring5.SpringTemplateEngine' (OnClassCondition)
|
||
|
|
||
|
ThymeleafAutoConfiguration.DefaultTemplateResolverConfiguration matched:
|
||
|
- @ConditionalOnMissingBean (names: defaultTemplateResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration#templateEngine matched:
|
||
|
- @ConditionalOnMissingBean (types: org.thymeleaf.spring5.ISpringTemplateEngine; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
ThymeleafAutoConfiguration.ThymeleafJava8TimeDialect matched:
|
||
|
- @ConditionalOnClass found required class 'org.thymeleaf.extras.java8time.dialect.Java8TimeDialect' (OnClassCondition)
|
||
|
|
||
|
ThymeleafAutoConfiguration.ThymeleafJava8TimeDialect#java8TimeDialect matched:
|
||
|
- @ConditionalOnMissingBean (types: org.thymeleaf.extras.java8time.dialect.Java8TimeDialect; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
ThymeleafAutoConfiguration.ThymeleafWebMvcConfiguration matched:
|
||
|
- found 'session' scope (OnWebApplicationCondition)
|
||
|
- @ConditionalOnProperty (spring.thymeleaf.enabled) matched (OnPropertyCondition)
|
||
|
|
||
|
ThymeleafAutoConfiguration.ThymeleafWebMvcConfiguration.ThymeleafViewResolverConfiguration#thymeleafViewResolver matched:
|
||
|
- @ConditionalOnMissingBean (names: thymeleafViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
TransactionAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition)
|
||
|
|
||
|
TransactionAutoConfiguration#platformTransactionManagerCustomizers matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
TransactionAutoConfiguration.TransactionTemplateConfiguration matched:
|
||
|
- @ConditionalOnSingleCandidate (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found a primary bean from beans 'transactionManager' (OnBeanCondition)
|
||
|
|
||
|
TransactionAutoConfiguration.TransactionTemplateConfiguration#transactionTemplate matched:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.transaction.support.TransactionOperations; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
WebSocketServletAutoConfiguration matched:
|
||
|
- @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'javax.websocket.server.ServerContainer' (OnClassCondition)
|
||
|
- found 'session' scope (OnWebApplicationCondition)
|
||
|
|
||
|
WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration matched:
|
||
|
- @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.tomcat.websocket.server.WsSci' (OnClassCondition)
|
||
|
|
||
|
WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration#websocketServletWebServerCustomizer matched:
|
||
|
- @ConditionalOnMissingBean (names: websocketServletWebServerCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
|
||
|
Negative matches:
|
||
|
-----------------
|
||
|
|
||
|
ActiveMQAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'javax.jms.ConnectionFactory' (OnClassCondition)
|
||
|
|
||
|
AopAutoConfiguration.AspectJAutoProxyingConfiguration.JdkDynamicAutoProxyConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition)
|
||
|
|
||
|
AopAutoConfiguration.ClassProxyingConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnMissingClass found unwanted class 'org.aspectj.weaver.Advice' (OnClassCondition)
|
||
|
|
||
|
ArtemisAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'javax.jms.ConnectionFactory' (OnClassCondition)
|
||
|
|
||
|
AtomikosJtaConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.atomikos.icatch.jta.UserTransactionManager' (OnClassCondition)
|
||
|
|
||
|
BatchAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.batch.core.launch.JobLauncher' (OnClassCondition)
|
||
|
|
||
|
BitronixJtaConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'bitronix.tm.jndi.BitronixContext' (OnClassCondition)
|
||
|
|
||
|
CacheAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheAspectSupport; SearchStrategy: all) did not find any beans of type org.springframework.cache.interceptor.CacheAspectSupport (OnBeanCondition)
|
||
|
Matched:
|
||
|
- @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition)
|
||
|
|
||
|
CacheAutoConfiguration.CacheManagerEntityManagerFactoryDependsOnPostProcessor:
|
||
|
Did not match:
|
||
|
- Ancestor org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
|
||
|
Matched:
|
||
|
- @ConditionalOnClass found required class 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean' (OnClassCondition)
|
||
|
|
||
|
CaffeineCacheConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.github.benmanes.caffeine.cache.Caffeine' (OnClassCondition)
|
||
|
|
||
|
CassandraAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
|
||
|
|
||
|
CassandraDataAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
|
||
|
|
||
|
CassandraReactiveDataAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
|
||
|
|
||
|
CassandraReactiveRepositoriesAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.data.cassandra.ReactiveSession' (OnClassCondition)
|
||
|
|
||
|
CassandraRepositoriesAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
|
||
|
|
||
|
ClientHttpConnectorAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
|
||
|
|
||
|
CodecsAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
|
||
|
|
||
|
CouchbaseAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
|
||
|
|
||
|
CouchbaseCacheConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
|
||
|
|
||
|
CouchbaseDataAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition)
|
||
|
|
||
|
CouchbaseReactiveDataAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
|
||
|
|
||
|
CouchbaseReactiveRepositoriesAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
|
||
|
|
||
|
CouchbaseRepositoriesAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition)
|
||
|
|
||
|
DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration#transactionManager:
|
||
|
Did not match:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) found beans of type 'org.springframework.transaction.TransactionManager' transactionManager (OnBeanCondition)
|
||
|
|
||
|
DispatcherServletAutoConfiguration.DispatcherServletConfiguration#multipartResolver:
|
||
|
Did not match:
|
||
|
- @ConditionalOnBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans of type org.springframework.web.multipart.MultipartResolver (OnBeanCondition)
|
||
|
|
||
|
DruidDataSourceAutoConfigure#dataSource:
|
||
|
Did not match:
|
||
|
- @ConditionalOnMissingBean (types: javax.sql.DataSource; SearchStrategy: all) found beans of type 'javax.sql.DataSource' dataSource (OnBeanCondition)
|
||
|
|
||
|
DruidFilterConfiguration#commonsLogFilter:
|
||
|
Did not match:
|
||
|
- @ConditionalOnProperty (spring.datasource.druid.filter.commons-log.enabled) did not find property 'enabled' (OnPropertyCondition)
|
||
|
|
||
|
DruidFilterConfiguration#configFilter:
|
||
|
Did not match:
|
||
|
- @ConditionalOnProperty (spring.datasource.druid.filter.config.enabled) did not find property 'enabled' (OnPropertyCondition)
|
||
|
|
||
|
DruidFilterConfiguration#encodingConvertFilter:
|
||
|
Did not match:
|
||
|
- @ConditionalOnProperty (spring.datasource.druid.filter.encoding.enabled) did not find property 'enabled' (OnPropertyCondition)
|
||
|
|
||
|
DruidFilterConfiguration#log4j2Filter:
|
||
|
Did not match:
|
||
|
- @ConditionalOnProperty (spring.datasource.druid.filter.log4j2.enabled) did not find property 'enabled' (OnPropertyCondition)
|
||
|
|
||
|
DruidFilterConfiguration#log4jFilter:
|
||
|
Did not match:
|
||
|
- @ConditionalOnProperty (spring.datasource.druid.filter.log4j.enabled) did not find property 'enabled' (OnPropertyCondition)
|
||
|
|
||
|
DruidFilterConfiguration#slf4jLogFilter:
|
||
|
Did not match:
|
||
|
- @ConditionalOnProperty (spring.datasource.druid.filter.slf4j.enabled) did not find property 'enabled' (OnPropertyCondition)
|
||
|
|
||
|
DruidFilterConfiguration#statFilter:
|
||
|
Did not match:
|
||
|
- @ConditionalOnProperty (spring.datasource.druid.filter.stat.enabled) did not find property 'enabled' (OnPropertyCondition)
|
||
|
|
||
|
DruidFilterConfiguration#wallConfig:
|
||
|
Did not match:
|
||
|
- @ConditionalOnProperty (spring.datasource.druid.filter.wall.enabled) did not find property 'enabled' (OnPropertyCondition)
|
||
|
|
||
|
DruidFilterConfiguration#wallFilter:
|
||
|
Did not match:
|
||
|
- @ConditionalOnProperty (spring.datasource.druid.filter.wall.enabled) did not find property 'enabled' (OnPropertyCondition)
|
||
|
|
||
|
DruidSpringAopConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnProperty (spring.datasource.druid.aop-patterns) did not find property 'spring.datasource.druid.aop-patterns' (OnPropertyCondition)
|
||
|
|
||
|
DruidStatViewServletConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnProperty (spring.datasource.druid.stat-view-servlet.enabled=true) did not find property 'spring.datasource.druid.stat-view-servlet.enabled' (OnPropertyCondition)
|
||
|
Matched:
|
||
|
- @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
|
||
|
|
||
|
DruidWebStatFilterConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnProperty (spring.datasource.druid.web-stat-filter.enabled=true) did not find property 'spring.datasource.druid.web-stat-filter.enabled' (OnPropertyCondition)
|
||
|
Matched:
|
||
|
- @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
|
||
|
|
||
|
DynamicDataSourceCreatorAutoConfiguration.BeeCpDataSourceCreatorConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'cn.beecp.BeeDataSource' (OnClassCondition)
|
||
|
|
||
|
DynamicDataSourceCreatorAutoConfiguration.Dbcp2DataSourceCreatorConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition)
|
||
|
|
||
|
EhCacheCacheConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'net.sf.ehcache.Cache' (OnClassCondition)
|
||
|
|
||
|
ElasticsearchDataAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate' (OnClassCondition)
|
||
|
|
||
|
ElasticsearchRepositoriesAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.elasticsearch.client.Client' (OnClassCondition)
|
||
|
|
||
|
ElasticsearchRestClientAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestHighLevelClient' (OnClassCondition)
|
||
|
|
||
|
EmbeddedLdapAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.unboundid.ldap.listener.InMemoryDirectoryServer' (OnClassCondition)
|
||
|
|
||
|
EmbeddedMongoAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.mongodb.MongoClientSettings' (OnClassCondition)
|
||
|
|
||
|
EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.webapp.WebAppContext' (OnClassCondition)
|
||
|
|
||
|
EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'reactor.netty.http.server.HttpServer' (OnClassCondition)
|
||
|
|
||
|
EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition)
|
||
|
|
||
|
ErrorWebFluxAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition)
|
||
|
|
||
|
FlywayAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition)
|
||
|
|
||
|
FreeMarkerAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'freemarker.template.Configuration' (OnClassCondition)
|
||
|
|
||
|
GroovyTemplateAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'groovy.text.markup.MarkupTemplateEngine' (OnClassCondition)
|
||
|
|
||
|
GsonHttpMessageConvertersConfiguration.GsonHttpMessageConverterConfiguration:
|
||
|
Did not match:
|
||
|
- AnyNestedCondition 0 matched 2 did not; NestedCondition on GsonHttpMessageConvertersConfiguration.PreferGsonOrJacksonAndJsonbUnavailableCondition.JacksonJsonbUnavailable NoneNestedConditions 1 matched 1 did not; NestedCondition on GsonHttpMessageConvertersConfiguration.JacksonAndJsonbUnavailableCondition.JsonbPreferred @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=jsonb) did not find property 'spring.mvc.converters.preferred-json-mapper'; NestedCondition on GsonHttpMessageConvertersConfiguration.JacksonAndJsonbUnavailableCondition.JacksonAvailable @ConditionalOnBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter; SearchStrategy: all) found bean 'mappingJackson2HttpMessageConverter'; NestedCondition on GsonHttpMessageConvertersConfiguration.PreferGsonOrJacksonAndJsonbUnavailableCondition.GsonPreferred @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=gson) did not find property 'spring.mvc.converters.preferred-json-mapper' (GsonHttpMessageConvertersConfiguration.PreferGsonOrJacksonAndJsonbUnavailableCondition)
|
||
|
|
||
|
H2ConsoleAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnProperty (spring.h2.console.enabled=true) did not find property 'enabled' (OnPropertyCondition)
|
||
|
Matched:
|
||
|
- @ConditionalOnClass found required class 'org.h2.server.web.WebServlet' (OnClassCondition)
|
||
|
- found 'session' scope (OnWebApplicationCondition)
|
||
|
|
||
|
HazelcastAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)
|
||
|
|
||
|
HazelcastCacheConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)
|
||
|
|
||
|
HazelcastJpaDependencyAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)
|
||
|
|
||
|
HttpHandlerAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition)
|
||
|
|
||
|
HypermediaAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.hateoas.EntityModel' (OnClassCondition)
|
||
|
|
||
|
InfinispanCacheConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.infinispan.spring.embedded.provider.SpringEmbeddedCacheManager' (OnClassCondition)
|
||
|
|
||
|
InfluxDbAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.influxdb.InfluxDB' (OnClassCondition)
|
||
|
|
||
|
IntegrationAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.integration.config.EnableIntegration' (OnClassCondition)
|
||
|
|
||
|
JCacheCacheConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'javax.cache.Caching' (OnClassCondition)
|
||
|
|
||
|
JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.fasterxml.jackson.dataformat.xml.XmlMapper' (OnClassCondition)
|
||
|
|
||
|
JdbcRepositoriesAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration' (OnClassCondition)
|
||
|
|
||
|
JerseyAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.spring.SpringComponentProvider' (OnClassCondition)
|
||
|
|
||
|
JmsAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'javax.jms.Message' (OnClassCondition)
|
||
|
|
||
|
JndiConnectionFactoryAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.jms.core.JmsTemplate' (OnClassCondition)
|
||
|
|
||
|
JndiDataSourceAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnProperty (spring.datasource.jndi-name) did not find property 'jndi-name' (OnPropertyCondition)
|
||
|
Matched:
|
||
|
- @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition)
|
||
|
|
||
|
JndiJtaConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnJndi JNDI environment is not available (OnJndiCondition)
|
||
|
Matched:
|
||
|
- @ConditionalOnClass found required class 'org.springframework.transaction.jta.JtaTransactionManager' (OnClassCondition)
|
||
|
|
||
|
JooqAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.jooq.DSLContext' (OnClassCondition)
|
||
|
|
||
|
JpaRepositoriesAutoConfiguration#entityManagerFactoryBootstrapExecutorCustomizer:
|
||
|
Did not match:
|
||
|
- AnyNestedCondition 0 matched 2 did not; NestedCondition on JpaRepositoriesAutoConfiguration.BootstrapExecutorCondition.LazyBootstrapMode @ConditionalOnProperty (spring.data.jpa.repositories.bootstrap-mode=lazy) did not find property 'bootstrap-mode'; NestedCondition on JpaRepositoriesAutoConfiguration.BootstrapExecutorCondition.DeferredBootstrapMode @ConditionalOnProperty (spring.data.jpa.repositories.bootstrap-mode=deferred) did not find property 'bootstrap-mode' (JpaRepositoriesAutoConfiguration.BootstrapExecutorCondition)
|
||
|
|
||
|
JsonbAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'javax.json.bind.Jsonb' (OnClassCondition)
|
||
|
|
||
|
JsonbHttpMessageConvertersConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'javax.json.bind.Jsonb' (OnClassCondition)
|
||
|
|
||
|
KafkaAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.kafka.core.KafkaTemplate' (OnClassCondition)
|
||
|
|
||
|
LdapAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.ldap.core.ContextSource' (OnClassCondition)
|
||
|
|
||
|
LdapRepositoriesAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.data.ldap.repository.LdapRepository' (OnClassCondition)
|
||
|
|
||
|
LiquibaseAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'liquibase.change.DatabaseChange' (OnClassCondition)
|
||
|
|
||
|
MailSenderAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'javax.mail.internet.MimeMessage' (OnClassCondition)
|
||
|
|
||
|
MailSenderValidatorAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnSingleCandidate did not find required type 'org.springframework.mail.javamail.JavaMailSenderImpl' (OnBeanCondition)
|
||
|
|
||
|
MessageSourceAutoConfiguration:
|
||
|
Did not match:
|
||
|
- ResourceBundle did not find bundle with basename messages (MessageSourceAutoConfiguration.ResourceBundleCondition)
|
||
|
|
||
|
MongoAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition)
|
||
|
|
||
|
MongoDataAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition)
|
||
|
|
||
|
MongoReactiveAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)
|
||
|
|
||
|
MongoReactiveDataAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)
|
||
|
|
||
|
MongoReactiveRepositoriesAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)
|
||
|
|
||
|
MongoRepositoriesAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition)
|
||
|
|
||
|
MustacheAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.samskivert.mustache.Mustache' (OnClassCondition)
|
||
|
|
||
|
MybatisPlusJoinAutoConfiguration#mpjSqlInjector:
|
||
|
Did not match:
|
||
|
- @ConditionalOnBean (types: com.baomidou.mybatisplus.core.injector.ISqlInjector; SearchStrategy: all) did not find any beans of type com.baomidou.mybatisplus.core.injector.ISqlInjector (OnBeanCondition)
|
||
|
Matched:
|
||
|
- @ConditionalOnClass found required classes 'org.apache.ibatis.session.SqlSessionFactory', 'org.mybatis.spring.SqlSessionFactoryBean' (OnClassCondition)
|
||
|
|
||
|
MybatisPlusLanguageDriverAutoConfiguration.FreeMarkerConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required classes 'org.mybatis.scripting.freemarker.FreeMarkerLanguageDriver', 'org.mybatis.scripting.freemarker.FreeMarkerLanguageDriverConfig' (OnClassCondition)
|
||
|
|
||
|
MybatisPlusLanguageDriverAutoConfiguration.LegacyFreeMarkerConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.mybatis.scripting.freemarker.FreeMarkerLanguageDriver' (OnClassCondition)
|
||
|
|
||
|
MybatisPlusLanguageDriverAutoConfiguration.ThymeleafConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.mybatis.scripting.thymeleaf.ThymeleafLanguageDriver' (OnClassCondition)
|
||
|
|
||
|
MybatisPlusLanguageDriverAutoConfiguration.VelocityConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required classes 'org.mybatis.scripting.velocity.VelocityLanguageDriver', 'org.mybatis.scripting.velocity.VelocityLanguageDriverConfig' (OnClassCondition)
|
||
|
|
||
|
Neo4jAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
|
||
|
|
||
|
Neo4jDataAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
|
||
|
|
||
|
Neo4jReactiveDataAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
|
||
|
|
||
|
Neo4jReactiveRepositoriesAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
|
||
|
|
||
|
Neo4jRepositoriesAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
|
||
|
|
||
|
OAuth2ClientAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.configuration.EnableWebSecurity' (OnClassCondition)
|
||
|
|
||
|
OAuth2ResourceServerAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.resource.BearerTokenAuthenticationToken' (OnClassCondition)
|
||
|
|
||
|
ProjectInfoAutoConfiguration#buildProperties:
|
||
|
Did not match:
|
||
|
- @ConditionalOnResource did not find resource '${spring.info.build.location:classpath:META-INF/build-info.properties}' (OnResourceCondition)
|
||
|
|
||
|
ProjectInfoAutoConfiguration#gitProperties:
|
||
|
Did not match:
|
||
|
- GitResource did not find git info at classpath:git.properties (ProjectInfoAutoConfiguration.GitResourceAvailableCondition)
|
||
|
|
||
|
QuartzAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition)
|
||
|
|
||
|
R2dbcAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition)
|
||
|
|
||
|
R2dbcDataAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.data.r2dbc.core.R2dbcEntityTemplate' (OnClassCondition)
|
||
|
|
||
|
R2dbcRepositoriesAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition)
|
||
|
|
||
|
R2dbcTransactionManagerAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.r2dbc.connection.R2dbcTransactionManager' (OnClassCondition)
|
||
|
|
||
|
RSocketMessagingAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition)
|
||
|
|
||
|
RSocketRequesterAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition)
|
||
|
|
||
|
RSocketSecurityAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.security.rsocket.core.SecuritySocketAcceptorInterceptor' (OnClassCondition)
|
||
|
|
||
|
RSocketServerAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'io.rsocket.core.RSocketServer' (OnClassCondition)
|
||
|
|
||
|
RSocketStrategiesAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'io.netty.buffer.PooledByteBufAllocator' (OnClassCondition)
|
||
|
|
||
|
RabbitAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.rabbitmq.client.Channel' (OnClassCondition)
|
||
|
|
||
|
ReactiveElasticsearchRepositoriesAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient' (OnClassCondition)
|
||
|
|
||
|
ReactiveElasticsearchRestClientAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'reactor.netty.http.client.HttpClient' (OnClassCondition)
|
||
|
|
||
|
ReactiveOAuth2ClientAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
|
||
|
|
||
|
ReactiveOAuth2ResourceServerAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition)
|
||
|
|
||
|
ReactiveSecurityAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
|
||
|
|
||
|
ReactiveUserDetailsServiceAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.security.authentication.ReactiveAuthenticationManager' (OnClassCondition)
|
||
|
|
||
|
ReactiveWebServerFactoryAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
|
||
|
|
||
|
RedisAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.data.redis.core.RedisOperations' (OnClassCondition)
|
||
|
|
||
|
RedisCacheConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition)
|
||
|
|
||
|
RedisReactiveAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
|
||
|
|
||
|
RedisRepositoriesAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.data.redis.repository.configuration.EnableRedisRepositories' (OnClassCondition)
|
||
|
|
||
|
RepositoryRestMvcAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration' (OnClassCondition)
|
||
|
|
||
|
Saml2RelyingPartyAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository' (OnClassCondition)
|
||
|
|
||
|
SecurityAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.security.authentication.DefaultAuthenticationEventPublisher' (OnClassCondition)
|
||
|
|
||
|
SecurityFilterAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.security.config.http.SessionCreationPolicy' (OnClassCondition)
|
||
|
|
||
|
SendGridAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.sendgrid.SendGrid' (OnClassCondition)
|
||
|
|
||
|
ServletWebServerFactoryAutoConfiguration#forwardedHeaderFilter:
|
||
|
Did not match:
|
||
|
- @ConditionalOnProperty (server.forward-headers-strategy=framework) did not find property 'server.forward-headers-strategy' (OnPropertyCondition)
|
||
|
|
||
|
ServletWebServerFactoryConfiguration.EmbeddedJetty:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.webapp.WebAppContext' (OnClassCondition)
|
||
|
|
||
|
ServletWebServerFactoryConfiguration.EmbeddedUndertow:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition)
|
||
|
|
||
|
SessionAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition)
|
||
|
|
||
|
SolrAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.apache.solr.client.solrj.impl.CloudSolrClient' (OnClassCondition)
|
||
|
|
||
|
SolrRepositoriesAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.apache.solr.client.solrj.SolrClient' (OnClassCondition)
|
||
|
|
||
|
TaskSchedulingAutoConfiguration#taskScheduler:
|
||
|
Did not match:
|
||
|
- @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) did not find any beans named org.springframework.context.annotation.internalScheduledAnnotationProcessor (OnBeanCondition)
|
||
|
|
||
|
ThymeleafAutoConfiguration.DataAttributeDialectConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'com.github.mxab.thymeleaf.extras.dataattribute.dialect.DataAttributeDialect' (OnClassCondition)
|
||
|
|
||
|
ThymeleafAutoConfiguration.ThymeleafReactiveConfiguration:
|
||
|
Did not match:
|
||
|
- did not find reactive web application classes (OnWebApplicationCondition)
|
||
|
|
||
|
ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.thymeleaf.extras.springsecurity5.dialect.SpringSecurityDialect' (OnClassCondition)
|
||
|
|
||
|
ThymeleafAutoConfiguration.ThymeleafWebFluxConfiguration:
|
||
|
Did not match:
|
||
|
- did not find reactive web application classes (OnWebApplicationCondition)
|
||
|
|
||
|
ThymeleafAutoConfiguration.ThymeleafWebLayoutConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'nz.net.ultraq.thymeleaf.LayoutDialect' (OnClassCondition)
|
||
|
|
||
|
ThymeleafAutoConfiguration.ThymeleafWebMvcConfiguration#resourceUrlEncodingFilter:
|
||
|
Did not match:
|
||
|
- @ConditionalOnEnabledResourceChain did not find class org.webjars.WebJarAssetLocator (OnEnabledResourceChainCondition)
|
||
|
|
||
|
TransactionAutoConfiguration#transactionalOperator:
|
||
|
Did not match:
|
||
|
- @ConditionalOnSingleCandidate (types: org.springframework.transaction.ReactiveTransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition)
|
||
|
|
||
|
TransactionAutoConfiguration.EnableTransactionManagementConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration; SearchStrategy: all) found beans of type 'org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration' org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration (OnBeanCondition)
|
||
|
|
||
|
TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration:
|
||
|
Did not match:
|
||
|
- Ancestor org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
|
||
|
Matched:
|
||
|
- @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition)
|
||
|
|
||
|
TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition)
|
||
|
- Ancestor org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
|
||
|
|
||
|
UserDetailsServiceAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.security.authentication.AuthenticationManager' (OnClassCondition)
|
||
|
|
||
|
ValidationAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'javax.validation.executable.ExecutableValidator' (OnClassCondition)
|
||
|
|
||
|
WebClientAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
|
||
|
|
||
|
WebFluxAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition)
|
||
|
|
||
|
WebMvcAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnMissingBean (types: org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; SearchStrategy: all) found beans of type 'org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport' webMvcConfig (OnBeanCondition)
|
||
|
Matched:
|
||
|
- @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition)
|
||
|
- found 'session' scope (OnWebApplicationCondition)
|
||
|
|
||
|
WebMvcAutoConfiguration.ResourceChainCustomizerConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnEnabledResourceChain did not find class org.webjars.WebJarAssetLocator (OnEnabledResourceChainCondition)
|
||
|
- Ancestor org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
|
||
|
|
||
|
WebServiceTemplateAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.oxm.Marshaller' (OnClassCondition)
|
||
|
|
||
|
WebServicesAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.ws.transport.http.MessageDispatcherServlet' (OnClassCondition)
|
||
|
|
||
|
WebSocketMessagingAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer' (OnClassCondition)
|
||
|
|
||
|
WebSocketReactiveAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
|
||
|
|
||
|
WebSocketServletAutoConfiguration.JettyWebSocketConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer' (OnClassCondition)
|
||
|
|
||
|
WebSocketServletAutoConfiguration.UndertowWebSocketConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnClass did not find required class 'io.undertow.websockets.jsr.Bootstrap' (OnClassCondition)
|
||
|
|
||
|
XADataSourceAutoConfiguration:
|
||
|
Did not match:
|
||
|
- @ConditionalOnBean (types: org.springframework.boot.jdbc.XADataSourceWrapper; SearchStrategy: all) did not find any beans of type org.springframework.boot.jdbc.XADataSourceWrapper (OnBeanCondition)
|
||
|
Matched:
|
||
|
- @ConditionalOnClass found required classes 'javax.sql.DataSource', 'javax.transaction.TransactionManager', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition)
|
||
|
|
||
|
|
||
|
Exclusions:
|
||
|
-----------
|
||
|
|
||
|
org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
|
||
|
|
||
|
|
||
|
Unconditional classes:
|
||
|
----------------------
|
||
|
|
||
|
org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
|
||
|
|
||
|
org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration
|
||
|
|
||
|
org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
|
||
|
|
||
|
org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration
|
||
|
|
||
|
org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
|
||
|
|
||
|
|
||
|
|
||
|
2024-01-19 08:53:58.024 INFO 20348 --- [main] com.JN.JNApplication : Started JNApplication in 25.419 seconds (JVM running for 27.198)
|
||
|
2024-01-19 08:53:58.029 INFO 20348 --- [main] com.JN.JNApplication : 项目启动成功...
|
||
|
2024-01-19 16:48:13.520 DEBUG 20348 --- [SpringContextShutdownHook] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3e2822, started on Fri Jan 19 08:53:32 CST 2024
|