<dependency>
    <groupId>org.hsqldb</groupId>
    <artifactId>hsqldb</artifactId>
    <scope>runtime</scope>
</dependency>
or the following for mySQL
<dependency>
    <groupId>mysql</groupId>
    <artifactId>mysql-connector-java</artifactId>
    <scope>runtime</scope>
</dependency>Add any one jar dependency in pom.xml file for connecting spring boot with data base.
23:20:59.442 [main] DEBUG org.springframework.boot.devto
23:20:59.470 [main] DEBUG org.springframework.boot.devto
23:20:59.471 [main] DEBUG org.springframework.boot.devto
  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|__
 :: Spring Boot ::        (v1.5.2.RELEASE)
2017-07-15 23:21:05.656  INFO 5008 --- [  restartedMain] com.concretepage.MyApplication           : Starting MyApplication on vipul with PID 5008 (C:\Users\Sandeep\Downloads\Co
2017-07-15 23:21:05.659  INFO 5008 --- [  restartedMain] com.concretepage.MyApplication           : No active profile set, falling back to default profiles: default
2017-07-15 23:21:07.248  INFO 5008 --- [  restartedMain] ationConfigEmbeddedWebApplicat
2017-07-15 23:21:29.290  INFO 5008 --- [  restartedMain] trationDelegate$BeanPostProces
2017-07-15 23:21:40.403  INFO 5008 --- [  restartedMain] s.b.c.e.t.TomcatEmbeddedServle
2017-07-15 23:21:40.857  INFO 5008 --- [  restartedMain] o.apache.catalina.core.Standar
2017-07-15 23:21:40.985  INFO 5008 --- [  restartedMain] org.apache.catalina.core.Stand
2017-07-15 23:21:45.455  INFO 5008 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost]
2017-07-15 23:21:45.456  INFO 5008 --- [ost-startStop-1] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 38371 ms
2017-07-15 23:21:46.295  INFO 5008 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistr
2017-07-15 23:21:46.494  INFO 5008 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistra
2017-07-15 23:21:46.569  INFO 5008 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistra
2017-07-15 23:21:46.569  INFO 5008 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistra
2017-07-15 23:21:46.570  INFO 5008 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistra
2017-07-15 23:21:47.836  WARN 5008 --- [  restartedMain] ationConfigEmbeddedWebApplicat
2017-07-15 23:21:47.902  INFO 5008 --- [  restartedMain] o.apache.catalina.core.Standar
2017-07-15 23:21:48.352  INFO 5008 --- [  restartedMain] utoConfigurationReportLoggingI
Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.
2017-07-15 23:21:48.380 ERROR 5008 --- [  restartedMain] o.s.b.d.LoggingFailureAnalysis
***************************
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 (no profiles are currently active).
 
No comments:
Post a Comment