-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Repository no longer found #254
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
Comments
We changed the default algorithm for
|
If I add @EnableJpaRepositories I get: |
Duplicate of gh-256 |
But you never answered my question in any of the two issues you just closed? |
Sorry. The other one is still open, isn't it? I thought you must have unintentionally opened two the same. Was there a difference I missed. |
Just tried upgrading from 0.5.0.M7 to 1.0.0.RC1
When running spring-boot:run I get this:
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.mycompany.service.data.repository.EventRepository] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@javax.annotation.Resource(mappedName=, shareable=true, description=, name=, type=class java.lang.Object, authenticationType=CONTAINER, lookup=)}
I tried adding:
@EntityScan(basePackages = "com.mycompany.service")
to my SpringApplication config class, but that didn't help.
Any pointers?
The text was updated successfully, but these errors were encountered: