Advertisement
alexandrecoussy

Untitled

Oct 13th, 2017
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. import org.springframework.context.annotation.ComponentScan;
  2. import org.springframework.context.annotation.Configuration;
  3.  
  4. @Configuration
  5. @ComponentScan(basePackages = "com.datastax.demo")
  6. public class Config {
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement