You have to import @RestController and @RequestMapping from:
org.springframework.web.bind.annotation.RequestMapping;
org.springframework.web.bind.annotation.RestController;
Additionally, you need to set the main class properly:
mainClass.set('webserver.blog.BlogApplication');
As you can see below, my Spring app has been started successfully without any errors.
my build.gradle file