szerhusenBC / jwt-spring-security-demo

A demo for using JWT (Json Web Token) with Spring Security and Spring Boot 2
MIT License
3.04k stars 1.33k forks source link

String cannot be resolved to a type #107

Closed linchen2chris closed 4 years ago

linchen2chris commented 4 years ago

I am java fresher, I just clone and run mvn spring-boot:run, and got error "String cannot be resolved to a type"

I am using open-jdk 11

szerhusenBC commented 4 years ago

@linchen2chris Hi, I can't reproduce this. When I start the project via Maven with OpenJDK 11.0.2 I have no problems. I downloaded the JDK from http://jdk.java.net/archive/

When you execute the command "java --version" in your console what does it say?

szerhusenBC commented 4 years ago

Closed this one due to inactivity.