<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>2.7.3</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-web', version='2.7.3')
)