Êþº¾ 4 >src/main/java/com/example/springboot/SpringbootVue3Application java/lang/Object <init> ()V Code java/lang/Error Unresolved compilation problems:
|
The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
|
The type java.lang.Class cannot be resolved. It is indirectly referenced from required .class files
|
The declared package "com.example.springboot" does not match the expected package "src.main.java.com.example.springboot"
|
The import org cannot be resolved
|
The import org cannot be resolved
|
SpringBootApplication cannot be resolved to a type
|
Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor
|
String cannot be resolved to a type
|
SpringApplication cannot be resolved
|
|
|