Uses of Class
com.bayudwiyansatria.spring.service.HomeService
Packages that use HomeService
Package
Description
This package contains the controller classes for the Spring Boot Boilerplate application.
-
Uses of HomeService in com.bayudwiyansatria.spring.controller
Constructors in com.bayudwiyansatria.spring.controller with parameters of type HomeServiceModifierConstructorDescriptionHomeController
(HomeService homeService) Constructs a new HomeController with the specified HomeService.