File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
rest/starbucks/src/test/java/example/stores Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2014 the original author or authors.
2
+ * Copyright 2014-2015 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
30
30
import org .springframework .data .geo .Metrics ;
31
31
import org .springframework .data .geo .Point ;
32
32
import org .springframework .test .context .junit4 .SpringJUnit4ClassRunner ;
33
+ import org .springframework .test .context .web .WebAppConfiguration ;
33
34
34
35
/**
35
36
* Integration tests for {@link StoreRepository}.
36
37
*
37
38
* @author Oliver Gierke
38
39
*/
39
40
@ RunWith (SpringJUnit4ClassRunner .class )
41
+ @ WebAppConfiguration
40
42
@ SpringApplicationConfiguration (classes = StoreApp .class )
41
43
public class StoreRepositoryIntegrationTests {
42
44
You can’t perform that action at this time.
0 commit comments