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

@@ -32,7 +32,7 @@ import zipkin2.reporter.Reporter;
* @author Spencer Gibb
*/
@SpringBootApplication
@EnableAspectJAutoProxy(proxyTargetClass = true)
@EnableAsync
public class SampleZipkinApplication {