spring-guides / gs-spring-boot

Building an Application with Spring Boot :: Learn how to build an application with minimal configuration.
https://spring.io/guides/gs/spring-boot/
Apache License 2.0
890 stars 4.51k forks source link

Not Working #81

Closed kambleaa007 closed 4 years ago

kambleaa007 commented 4 years ago
ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project gs-spring-boot: Compilation failure: Compilation failure: 
[ERROR] /workspace/gs-spring-boot/complete/src/main/java/config/SecurityConfig.java:[54,11] cannot find symbol
[ERROR]   symbol:   class JwtAccessTokenConverter
[ERROR]   location: class SecurityConfig
[ERROR] /workspace/gs-spring-boot/complete/src/main/java/config/SecurityConfig.java:[61,11] cannot find symbol
[ERROR]   symbol:   class TokenStore
[ERROR]   location: class SecurityConfig
[ERROR] /workspace/gs-spring-boot/complete/src/main/java/config/SecurityConfig.java:[67,11] cannot find symbol
[ERROR]   symbol:   class DefaultTokenServices
[ERROR]   location: class SecurityConfig
[ERROR] /workspace/gs-spring-boot/complete/src/main/java/config/SecurityConfig.java:[28,4] method does not override or implement a method from a supertype
[ERROR] /workspace/gs-spring-boot/complete/src/main/java/config/SecurityConfig.java:[30,19] cannot find symbol
[ERROR]   symbol: method authenticationManager()
[ERROR] /workspace/gs-spring-boot/complete/src/main/java/config/SecurityConfig.java:[33,4] method does not override or implement a method from a supertype
[ERROR] /workspace/gs-spring-boot/complete/src/main/java/config/SecurityConfig.java:[36,36] cannot find symbol
[ERROR]   symbol:   class ShaPasswordEncoder
[ERROR]   location: class SecurityConfig
[ERROR] /workspace/gs-spring-boot/complete/src/main/java/config/SecurityConfig.java:[35,31] cannot find symbol
[ERROR]   symbol:   variable userDetailsService
[ERROR]   location: class SecurityConfig
[ERROR] /workspace/gs-spring-boot/complete/src/main/java/config/SecurityConfig.java:[39,4] method does not override or implement a method from a supertype
[ERROR] /workspace/gs-spring-boot/complete/src/main/java/config/SecurityConfig.java:[55,7] cannot find symbol
[ERROR]   symbol:   class JwtAccessTokenConverter
[ERROR]   location: class SecurityConfig
[ERROR] /workspace/gs-spring-boot/complete/src/main/java/config/SecurityConfig.java:[55,47] cannot find symbol
[ERROR]   symbol:   class JwtAccessTokenConverter
[ERROR]   location: class SecurityConfig
[ERROR] /workspace/gs-spring-boot/complete/src/main/java/config/SecurityConfig.java:[62,18] cannot find symbol
[ERROR]   symbol:   class JwtTokenStore
[ERROR]   location: class SecurityConfig
[ERROR] /workspace/gs-spring-boot/complete/src/main/java/config/SecurityConfig.java:[68,7] cannot find symbol
[ERROR]   symbol:   class DefaultTokenServices
[ERROR]   location: class SecurityConfig
[ERROR] /workspace/gs-spring-boot/complete/src/main/java/config/SecurityConfig.java:[68,55] cannot find symbol
[ERROR]   symbol:   class DefaultTokenServices
[ERROR]   location: class SecurityConfig
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
gitpod /workspace/gs-spring-boot/complete $ 
dsyer commented 4 years ago

Works for me. Can you be more specific about what you did there?