Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HibernateJpaAutoConfiguration required a single bean #5

Open
kolyjjj opened this issue Oct 27, 2016 · 0 comments
Open

HibernateJpaAutoConfiguration required a single bean #5

kolyjjj opened this issue Oct 27, 2016 · 0 comments

Comments

@kolyjjj
Copy link

kolyjjj commented Oct 27, 2016

Parameter 0 of constructor in org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration required a single bean, but 2 were found:
        - bookDataSource: defined by method 'bookDataSource' in class path resource [li/koly/BookDbConfiguration.class]
        - userDataSource: defined by method 'userDataSource' in class path resource [li/koly/UserDbConfiguration.class]

When Spring use auto configuration, it needs to configure the HibernateJpaAutoConfiguration, which needs a single bean of DataSource. How you solve this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant