Polish
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user