readthefuckingmanual.net

[SOLVED] org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation

Error added: 2020-12-11T12:24:35Z

0 people waiting for the answer...

3 answers found.

Answer 2776 (100.0% helpful)

You haven't got any getters defined on your object
Permalink

Answer 2630 (66.666664% helpful)

To enable XML in Spring Boot, add the following dependency

        <dependency>
            <groupId>com.fasterxml.jackson.dataformat</groupId>
            <artifactId>jackson-dataformat-xml</artifactId>
        </dependency>
Permalink

Answer 2629 (0.0% helpful)

@XmlRootElement
Permalink

Add an answer/solution

If you know the answer, please add your own solution below.
If you don't know, but find out later, please come back and share your answer - there will be other people struggling with this too.


Please enter 61948 here

If you want to be notified via email when this is solved, enter your email address here: