Netflix / Hystrix

Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
24.07k stars 4.7k forks source link

SpringBoot Embedded Derby datasource error #1784

Open Dipika8891 opened 6 years ago

Dipika8891 commented 6 years ago

I am just playing with springboot. And created a demo project with Spring Boot Web,JPA and Apache Derby. After running application it is giving error as: Parameter 0 of constructor in org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration required a bean of type 'javax.sql.DataSource' that could not be found.

I have tried: @SpringBootApplication(exclude = { DataSourceAutoConfiguration.class, DataSourceTransactionManagerAutoConfiguration.class })

spencergibb commented 6 years ago

This is not the spring boot issue tracker