为了账号安全,请及时绑定邮箱和手机立即绑定

报错无法生成数据库

 :: Spring Boot ::        (v1.5.3.RELEASE)

2017-05-04 11:22:54.957  INFO 6164 --- [           main] com.example.GirlApplication              : Starting GirlApplication on GOAFJLQVOL9HVXB with PID 6164 (E:\girl\target\classes started by Administrator in E:\girl)
2017-05-04 11:22:54.959  INFO 6164 --- [           main] com.example.GirlApplication              : The following profiles are active: dev
2017-05-04 11:22:55.155  INFO 6164 --- [           main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6b4a4e18: startup date [Thu May 04 11:22:55 CST 2017]; root of context hierarchy
2017-05-04 11:22:56.182  INFO 6164 --- [           main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
2017-05-04 11:22:56.189  INFO 6164 --- [           main] o.apache.catalina.core.StandardService   : Starting service Tomcat
2017-05-04 11:22:56.190  INFO 6164 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.5.14
2017-05-04 11:22:56.253  INFO 6164 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2017-05-04 11:22:56.254  INFO 6164 --- [ost-startStop-1] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 1102 ms
2017-05-04 11:22:56.350  INFO 6164 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Mapping servlet: 'dispatcherServlet' to [/]
2017-05-04 11:22:56.353  INFO 6164 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'characterEncodingFilter' to: [/*]
2017-05-04 11:22:56.353  INFO 6164 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2017-05-04 11:22:56.353  INFO 6164 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2017-05-04 11:22:56.353  INFO 6164 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'requestContextFilter' to: [/*]
2017-05-04 11:22:56.381  WARN 6164 --- [           main] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Tomcat.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.tomcat.jdbc.pool.DataSource]: Factory method 'dataSource' threw exception; nested exception is org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Cannot determine embedded database driver class for database type NONE. If you want an embedded database please put a supported one on the classpath. If you have database settings to be loaded from a particular profile you may need to active it (the profiles "dev" are currently active).
2017-05-04 11:22:56.383  INFO 6164 --- [           main] o.apache.catalina.core.StandardService   : Stopping service Tomcat
2017-05-04 11:22:56.397  INFO 6164 --- [           main] utoConfigurationReportLoggingInitializer :

Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.
2017-05-04 11:22:56.404 ERROR 6164 --- [           main] o.s.b.d.LoggingFailureAnalysisReporter   :

***************************
APPLICATION FAILED TO START
***************************

Description:

Cannot determine embedded database driver class for database type NONE

Action:

If you want an embedded database please put a supported one on the classpath. If you have database settings to be loaded from a particular profile you may need to active it (the profiles "dev" are currently active).


Process finished with exit code 1

正在回答

11 回答

是按照新配置这样写的,一样要报错

0 回复 有任何疑惑可以回复我~

已解决

原配置和错误信息:

http://img1.sycdn.imooc.com//5a12ea480001391407280542.jpg

新配置及结果:

http://img1.sycdn.imooc.com//5a12ea9b0001201c09080541.jpg

数据库信息:

http://img1.sycdn.imooc.com//5a12ead0000106f605380302.jpg


0 回复 有任何疑惑可以回复我~

配置文件spring是小写的

0 回复 有任何疑惑可以回复我~

有人解决这个问题了吗?关注中

0 回复 有任何疑惑可以回复我~

lz的这个问题怎么解决啊,求方法

0 回复 有任何疑惑可以回复我~

http://static.mukewang.com/img/59ad3ec7000153bc14400900.jpg那两个依赖我加了,为啥这个报错呢

0 回复 有任何疑惑可以回复我~

这个怎么搞到的 有解决到的大神吗 告诉一下怎么弄的


0 回复 有任何疑惑可以回复我~

我也爆了这个错,但是没看见dhcp啊,这个实在哪里?

0 回复 有任何疑惑可以回复我~

上面的配置是对的 我看老师里面有dhcp 其实是不要才行

0 回复 有任何疑惑可以回复我~

我的也是那样错误,不是上面说的配置问题

0 回复 有任何疑惑可以回复我~
首页上一页12下一页尾页

举报

0/150
提交
取消
2小时学会Spring Boot
  • 参与学习       151599    人
  • 解答问题       1079    个

Spring Boot入门视频教程,你将学会使用Spring Boot快速构建应用程序

进入课程

报错无法生成数据库

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信