Why is my JPA repository not saving anything?

I am working with the Roku Dev Tools API to create a remote controller app via a Java Spring Boot backend. I have three JPA repositories: TelevisionRepository, AppsRepository, and AppRepository. My TelevisionRepository saves its entities just fine, but both the AppsRepository and AppRepository fail to do so. I think it might have something to do with these objects getting their attributes from the Roku API call, which returns its data in XML. The “Apps” shares a one-to-many relationship with the “App” object. My intention is to call the Roku API to query for the channels (http://{{rokuIPAddress}}:8060/query/apps) installed on a given television, then save them to the repository. I made my repo for this code public.

I have tried calling my getApps method from my service and controller to get all of the apps on my tv:

// Get apps list for tv
    @GetMapping(path = "/get-apps/{name}")
    public ResponseEntity<Apps> getApps(@PathVariable String name) {
        return appsService.getApps(name);
    }
// Get apps list for tv
    public ResponseEntity<Apps> getApps(String name) {
        Television tele = televisionRepository.findByTelevisionName(name).orElseThrow(() -> new TelevisionNotFoundException());
        log.info(String.format("Requesting apps for %s via: http://%s:8060/query/apps", name, tele.getIpAddress()));
        ResponseEntity<Apps> responseEntity = this.restTemplate.getForEntity("http://" + tele.getIpAddress() + ":8060/query/apps", Apps.class);
        Apps apps = responseEntity.getBody();
        System.out.println(apps.toString());
        for (App app : apps.getApp()) {
            appRepository.save(app);
        }
        appsRepository.save(apps);

        return ResponseEntity.ok(apps);
    }

This implementation fails to save anything to the appRepository and appsRepository.

Here are the classes for Apps and App:

@Entity
@XmlAccessorType(XmlAccessType.FIELD)
@XmlRootElement(name = "app")
public class App {

    @Id
    @XmlAttribute(name = "id")
    private String id;

    @XmlAttribute(name = "type")
    private String type;

    @XmlAttribute(name = "version")
    private String version;

    @ManyToOne(fetch = FetchType.LAZY)
    @JsonIgnore
    private Apps apps;
    
    // Constructors, getters and setters
@Entity
@XmlRootElement(name = "apps")
@Table(name = "apps")
@XmlAccessorType(XmlAccessType.FIELD)
@JsonIgnoreProperties(ignoreUnknown = true)
public class Apps {

    @Id
    @GeneratedValue
    @Column(name = "id", nullable = false)
    private Long id;

    @OneToMany(mappedBy = "apps", cascade = CascadeType.REMOVE)
    @JacksonXmlElementWrapper(useWrapping = false)
    private List<App> app;

    @ManyToOne(fetch = FetchType.LAZY)
    @JoinColumn(name = "television_id")
    @JsonIgnore
    private Television television;

    // Constructors, getters and setters

The repositories:

public interface AppRepository extends JpaRepository<App, String> {
}
public interface AppsRepository extends JpaRepository<Apps, Long> {
}

Here are my H2 db configurations:

spring.datasource.url=jdbc:h2:mem:testdb
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=sa
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
spring.h2.console.enabled=true

Here is an example of what the API call looks in Postman

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật