RestTemplate gets java.lang.NoClassDefFoundError in JDK11

118 Views Asked by At

After moving to JDK11 RestTemplate gets java.lang.NoClassDefFoundError: Could not initialize class javax.xml.transform.FactoryFinder

Here is a usage: this.restTemplate = new RestTemplate()

0

There are 0 best solutions below