+1 vote
in Spring Framework Database Integration by
Which Spring annotation can be used to expose a controller as REST API?

Select the correct answer from below options:

a) @Controller

b) None of the options

c) @RestAPIController

d) @RestController

1 Answer

0 votes
by

@RestController Spring annotation can be used to expose a controller as REST API

Related questions

0 votes
asked Mar 21, 2022 in Spring Framework Database Integration by sharadyadav1986
+1 vote
asked Jan 10, 2022 in Spring Framework Database Integration by rajeshsharma
...