Êþº¾ 4 = >src/main/java/com/example/springboot/controller/UserController java/lang/Object
|
userMapper LUserMapper; RuntimeInvisibleAnnotations LAutowired; <init> ()V Code java/lang/Error ¬Unresolved compilation problems:
|
The type java.lang.String cannot be resolved. It is indirectly referenced from required .class files
|
The declared package "com.example.springboot.controller" does not match the expected package "src.main.java.com.example.springboot.controller"
|
The import com cannot be resolved
|
The import com cannot be resolved
|
The import com cannot be resolved
|
The import org cannot be resolved
|
The import org cannot be resolved
|
The import java.util cannot be resolved
|
The import java.util cannot be resolved
|
The import java.util cannot be resolved
|
RestController cannot be resolved to a type
|
RequestMapping cannot be resolved to a type
|
Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor
|
Autowired cannot be resolved to a type
|
UserMapper cannot be resolved to a type
|
GetMapping cannot be resolved to a type
|
Result cannot be resolved to a type
|
RequestParam cannot be resolved to a type
|
String cannot be resolved to a type
|
RequestParam cannot be resolved to a type
|
Integer cannot be resolved to a type
|
RequestParam cannot be resolved to a type
|
Integer cannot be resolved to a type
|
List cannot be resolved to a type
|
User cannot be resolved to a type
|
UserMapper cannot be resolved to a type
|
Integer cannot be resolved to a type
|
UserMapper cannot be resolved to a type
|
Map cannot be resolved to a type
|
String cannot be resolved to a type
|
Object cannot be resolved to a type
|
HashMap cannot be resolved to a type
|
Result cannot be resolved
|
PostMapping cannot be resolved to a type
|
Result cannot be resolved to a type
|
RequestBody cannot be resolved to a type
|
User cannot be resolved to a type
|
UserMapper cannot be resolved to a type
|
Result cannot be resolved
|
PutMapping cannot be resolved to a type
|
Result cannot be resolved to a type
|
RequestBody cannot be resolved to a type
|
User cannot be resolved to a type
|
UserMapper cannot be resolved to a type
|
Result cannot be resolved
|
DeleteMapping cannot be resolved to a type
|
Result cannot be resolved to a type
|
RequestParam cannot be resolved to a type
|
Integer cannot be resolved to a type
|
UserMapper cannot be resolved to a type
|
Result cannot be resolved
|
|
|