Relative Content

Tag Archive for javaspring-bootmaven

Java Springboot – advice

Very new to this and having trouble fixing this error or to figure out where I should really look. I’m creating a web page to load bootstrap to update. Any tips would be appreciated.

Failed to introspect Class [xx] from ClassLoader [org.springframework.boot.devtools.restart.classloader.RestartClassLoader@5d967894

This error “java.lang.IllegalStateException: Failed to introspect Class [com.example.hello_world.Controller.FileUploadController] from ClassLoader [org.springframework.boot.devtools.restart.classloader.RestartClassLoader@5d967894]” occur when i use the @RestController.It’s a file upload class .And it can run if i delete the @RestController , how can i resolve it?
here are my code