在pom.xml中包含docx4j后,我在maven build中收到“无法确定数据库类型为NONE的嵌入式数据库驱动程序类”。 我已经在application.yml中配置了数据源,在添加docx4j之前工作正常。 我怀疑docx4j的某些依赖性导致了这个错误。但无法找到导致的原因。
感谢任何帮助。
这是错误日志:
2017-08-30 15:50:02.189 WARN 8787 --- [restartedMain] ationConfigEmbeddedWebApplicationContext:在上下文初始化期间遇到异常 - 取消刷新尝试:org.springframework.beans.factory.BeanCreationException:创建名为'org的bean时出错.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration $ FlywayConfiguration':通过构造函数的Bean实例化失败;嵌套异常是org.springframework.beans.BeanInstantiationException:无法实例化[org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration $ FlywayConfiguration $$ EnhancerBySpringCGLIB $$ 9e5ba179]:构造函数抛出异常;嵌套异常是org.springframework.beans.factory.BeanCreationException:在类路径资源中定义名称为'dataSource'的bean时出错[org / springframework / boot / autoconfigure / jdbc / DataSourceConfiguration $ Tomcat.class]:通过工厂方法进行Bean实例化失败;嵌套异常是org.springframework.beans.BeanInstantiationException:无法实例化[org.apache.tomcat.jdbc.pool.DataSource]:工厂方法'dataSource'引发异常;嵌套异常是org.springframework.boot.autoconfigure.jdbc.DataSourceProperties $ DataSourceBeanCreationException:无法确定数据库类型为NONE的嵌入式数据库驱动程序类。如果你想要一个嵌入式数据库,请在类路径上放置一个受支持的数据库。如果要从特定配置文件加载数据库设置,则可能需要激活它(当前没有配置文件处于活动状态)。 2017-08-30 15:50:02.193 INFO 8787 --- [restartedMain] o.apache.catalina.core.StandardService:停止服务Tomcat 2017-08-30 15:50:02.227 WARN 8787 --- [restartedMain] osboot.SpringApplication:错误处理失败(在类路径资源[org / springframework / security / config / annotation中定义的名称'delegatingApplicationListener'创建bean时出错] /web/configuration/WebSecurityConfiguration.class]:bean实例化之前的BeanPostProcessor失败;嵌套异常是org.springframework.beans.factory.BeanCreationException:创建名为'metaDataSourceAdvisor'的bean时出错:设置构造函数时无法解析bean'methodSecurityMetadataSource'的引用参数;嵌套异常是org.springframework.beans.factory.BeanCreationException:创建名为'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration'的bean时出错:bean的初始化失败;嵌套异常是org.springframework。 beans.factory.NoSuchBeanDefinitionException:没有名为'org.springframework.context.annotation.ConfigurationCla的bean ssPostProcessor.importRegistry'可用) 2017-08-30 15:50:02.233 ERROR 8787 --- [restartedMain] o.s.b.d.LoggingFailureAnalysisReporter:
申请失败