hendisantika/spring-boot-security-oauth2-example

Problem executing

lfpantoja opened this issue · 4 comments

2023-05-31T22:07:39.418-05:00 INFO 15096 --- [ main] com.hendisantika.Application : Starting Application using Java 18.0.2.1 with PID 15096
(D:\Programa\spring-boot-security-oauth2-example-master\target\classes started by Luis in D:\Programa\spring-boot-security-oauth2-example-master)

2023-05-31T22:07:39.433-05:00 INFO 15096 --- [ main] com.hendisantika.Application : No active profile set, falling back to 1 default profile
: "default"
2023-05-31T22:07:39.779-05:00 WARN 15096 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - ca
ncelling refresh attempt: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to process import candidates for configuration class [com.hendisan
tika.config.AuthorizationServerConfig]: class path resource [org/springframework/security/config/annotation/web/configuration/WebSecurityConfigurerAdapter.class] c
annot be opened because it does not exist
2023-05-31T22:07:39.823-05:00 ERROR 15096 --- [ main] o.s.boot.SpringApplication : Application run failed

I am also getting the same issue, please reply answer if found

Can you send PR for this @Hardikraja @lfpantoja ?

Actually, I have not found any solution for this, I just cloned your branch but while running it is giving the error..
WebSecurityConfigurerAdapter.class] cannot be opened because it does not exist

Please tell me any solution you found @hendisantika

Maybe could You check My repository
spring-boot-security-postgresql any configuration.