There is a problem with your Application code Here remove .* from annotation spring will read them as part of package and remove unnecessary annotations if your classes are the part of your subpackage ,EnableJpaRepositories EntityScan ComponentScan spring will read them automatically just use springbootApplication if they are not part of subpackage then use these annotations verify your package structure i think that's the issue .