RoleController.java 239 B

123456789
  1. package com.nokia.controller;
  2. import org.springframework.web.bind.annotation.RequestMapping;
  3. import org.springframework.web.bind.annotation.RestController;
  4. @RequestMapping("rest/api/role")
  5. @RestController
  6. public class RoleController {
  7. }