更新源代码的 import

This commit is contained in:
YuCheng Hu 2021-01-11 09:08:36 -05:00
parent 1b08959576
commit 637fcb9c16
No known key found for this signature in database
GPG Key ID: 1E5CBEF8B550FB7D
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
import org.springframework.boot.*;
import org.springframework.boot.autoconfigure.*;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.*;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@EnableAutoConfiguration