Skip to content

Instantly share code, notes, and snippets.

@iamvickyav
Last active December 23, 2018 14:37
Show Gist options
  • Save iamvickyav/091cf3070f1e9860167464ab0dfcf465 to your computer and use it in GitHub Desktop.
Save iamvickyav/091cf3070f1e9860167464ab0dfcf465 to your computer and use it in GitHub Desktop.
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured - Cassandra

Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured [Fixed]

If you face this issue with Spring Cassandra, please remove the following dependency from your POM file

<dependency>
	<groupId>org.springframework.boot</groupId>
	<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment