UserController

@RestController
@RequestMapping(value = "/api/user")
open class UserController

Constructors

Link copied to clipboard
@Autowired
constructor(productUserService: ProductUserService, portfolioService: PortfolioService)