Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 277 Bytes

RESOURCE.md

File metadata and controls

9 lines (7 loc) · 277 Bytes

import statements

import javax.persistence.*;
import org.springframework.stereotype.Repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.web.server.ResponseStatusException;
import org.springframework.http.HttpStatus;