| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | ## Spring Data Cassandra
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ### Relevant Articles:
 | 
					
						
							| 
									
										
										
										
											2020-02-08 11:59:21 +01:00
										 |  |  | - [Introduction to Spring Data Cassandra](https://www.baeldung.com/spring-data-cassandra-tutorial) | 
					
						
							|  |  |  | - [Using the CassandraTemplate from Spring Data](https://www.baeldung.com/spring-data-cassandratemplate-cqltemplate) | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | ### Build the Project with Tests Running
 | 
					
						
							|  |  |  | ``` | 
					
						
							|  |  |  | mvn clean install | 
					
						
							|  |  |  | ``` | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ### Run Tests Directly
 | 
					
						
							|  |  |  | ``` | 
					
						
							|  |  |  | mvn test | 
					
						
							|  |  |  | ``` | 
					
						
							|  |  |  | 
 |