Try adding @Service annotation above TaxServiceInterpreter file. if this also does not works then try with @SpringBootApplication(scanBasePackages = "com.your.package") scan the packages explicitly.
@Service
TaxServiceInterpreter
@SpringBootApplication(scanBasePackages = "com.your.package")