Closed aalamu closed 2 months ago
Add controller class CountryController in
CountryController
com.fleencorp.feen.controller package and add route methods like
com.fleencorp.feen.controller
@GetMapping(value = "/data-for-sign-up") @Cacheable(value = "data-required-to-sign-up") public DataForSignUpResponse getDataForSignUp() { return authenticationService.getDataForSignUp(); }
for the following CountryService methods including
CountryService
The base path for the controller should be /api/country
/api/country
Note
For example /count-all is simple and short
/count-all
git pull
feature/fleenfeen-18
Description
Add controller class
CountryController
incom.fleencorp.feen.controller
package and add route methods likefor the following
CountryService
methods includingThe base path for the controller should be
/api/country
Note
For example
/count-all
is simple and shortNote
git pull
and work under thefeature/fleenfeen-18
branch