You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2022. It is now read-only.
Hi, I tried to run zuul-server within STS, but it has ClassNotFoundException thrown.
Caused by: java.lang.ClassNotFoundException: org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
I tried to add spring-boot-starter-security in the dependency and the server can be started, however now I need to be authenticated when I access to the server.
How could I solved the problem? Thanks.
The text was updated successfully, but these errors were encountered:
Hi, I tried to run zuul-server within STS, but it has ClassNotFoundException thrown.
I tried to add spring-boot-starter-security in the dependency and the server can be started, however now I need to be authenticated when I access to the server.
How could I solved the problem? Thanks.
The text was updated successfully, but these errors were encountered: