| | |
| | | import java.util.Arrays; |
| | | |
| | | import com.ruoyi.common.utils.StringUtils; |
| | | import lombok.AllArgsConstructor; |
| | | import lombok.RequiredArgsConstructor; |
| | | import org.springframework.security.access.prepost.PreAuthorize; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | |
| | | * @author ${author} |
| | | * @date ${datetime} |
| | | */ |
| | | @AllArgsConstructor |
| | | @RequiredArgsConstructor(onConstructor_ = @Autowired) |
| | | @RestController |
| | | @RequestMapping("/${moduleName}/${businessName}" ) |
| | | public class ${ClassName}Controller extends BaseController { |