public interface FontRepo extends JpaRepository<DBFonts,Long> { List<DBFonts> ... fontRepo.save(Fonts); return new ResponseEntity<String>( HttpStatus.OK);.
確定! 回上一頁