Fixed some tests

This commit is contained in:
Marcin Grzejszczak
2017-10-04 16:31:51 +02:00
parent abac50b4a4
commit c82c52b5ce
13 changed files with 96 additions and 218 deletions

View File

@@ -27,7 +27,7 @@ import org.springframework.web.client.RestTemplate;
* @author Spencer Gibb
*/
@SpringBootApplication
@EnableAspectJAutoProxy(proxyTargetClass = true)
@EnableAsync
public class SampleSleuthApplication {