Spring Boot with devtools call SOAP API
问题 I am deploy an project Spring Boot, using devtools(spring-boot-devtools) and call a Soap service. I generate the Soap class into /src/main/resources/templates/generated and add this folder as Source Code. Because when call this Soap service, its have a problem: java.lang.IllegalArgumentException: ...ClassV11PortType referenced from a method is not visible from class loader So, I was add the spring-devtools.properties file to /src/main/resources/META-INF/spring-devtools.properties and add this