Êþº¾ 4 =src/main/java/com/example/springboot/controller/WebController java/lang/Object <init> ()V Code java/lang/Error âUnresolved compilation problems:
|
The declared package "com.example.springboot.controller" does not match the expected package "src.main.java.com.example.springboot.controller"
|
The import org cannot be resolved
|
The import org cannot be resolved
|
RestController cannot be resolved to a type
|
Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor
|
GetMapping cannot be resolved to a type
|
String cannot be resolved to a type
|
|
|