Ebyrdeu / spring_boot_library

0 stars 0 forks source link

Add WebController to project #42

Closed ValentinaSukonina closed 7 months ago

ValentinaSukonina commented 7 months ago

@Controller annotated class serves as a controller component responsible for handling HTTP requests and returning an appropriate HTTP response. It will help with grouping related endpoints under a specific base path (/web )