zhangyong
2023-08-22 1353e87cb21a4032d585d7404bae9042f2ebcf08
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Êþº¾4=>src/main/java/com/example/springboot/controller/UserControllerjava/lang/Object
userMapper LUserMapper;RuntimeInvisibleAnnotations LAutowired;<init>()VCode 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
 
     (Ljava/lang/String;)VLineNumberTableLocalVariableTablethis@Lsrc/main/java/com/example/springboot/controller/UserController;    selectAll.(Ljava/lang/String;LInteger;LInteger;)LResult; LGetMapping;value$RuntimeInvisibleParameterAnnotationsLRequestParam;ÍUnresolved compilation problems: 
    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
save(LUser;)LResult; LPostMapping; LRequestBody;$Unresolved compilation problems: 
    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
update LPutMapping;(Unresolved compilation problems: 
    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
delete(LInteger;)LResult;LDeleteMapping;-Unresolved compilation problems: 
    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
 
SourceFileUserController.javaLRestController;LRequestMapping;3Integer5Result7User9
UserMapper;java/lang/String MissingTypes!    
 4
» Y·¿ 
 4
» Y·¿ 
 " 4
» Y#·¿! 
% " 4
» Y'·¿' 
)* 4
» Y,·¿- 
./0< 2468: