This commit is contained in:
Marcin Grzejszczak
2018-08-30 12:46:56 +02:00
parent 0d80263f29
commit d4e81d5dbf
2 changed files with 15 additions and 14 deletions

View File

@@ -35,11 +35,6 @@ public class SampleSleuthApplication {
return new RestTemplate();
}
@Bean
public SampleController sampleController() {
return new SampleController();
}
@Bean
public Sampler sampler() {
return Sampler.ALWAYS_SAMPLE;