Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. @RunWith(SpringJUnit4ClassRunner)
  2. @SpringApplicationConfiguration(classes = FmpdfApplication)
  3. @ActiveProfiles(["test", "mockstore"])
  4. class PdfUpdaterTest {
  5.  
  6. @Resource PdfUpdater pdfUpdater
  7. ...
  8.  
  9. @RunWith(SpringJUnit4ClassRunner)
  10. @SpringApplicationConfiguration(classes = FmpdfApplication)
  11. @ActiveProfiles(["test", "mockstore"])
  12. class PdfUpdaterTest {
  13.  
  14. @Resource PdfUpdater pdfUpdater
  15. ...
  16.  
  17. compile("org.springframework.boot:spring-boot-starter-actuator")
  18. compile("org.springframework.boot:spring-boot-starter-security")
  19. compile("org.springframework.boot:spring-boot-starter-web")
  20. compile("org.springframework.boot:spring-boot-starter-jdbc")
  21. testCompile("org.springframework.boot:spring-boot-starter-test")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement