First configure according to Maven Configuration
<dependency>
<groupId>com.tmobile.opensource.casquatch</groupId>
<artifactId>casquatch-driver-spring</artifactId>
<version>${casquatch.version}</version>
</dependency>Find @SpringBootApplication and add this line:
@CasquatchSpring@Autowired
private CasquatchDao db;