spring-boot response json default 설정 - Content Negotiation 張's blog 2023. 7. 27. 15:47 https://www.baeldung.com/spring-mvc-content-negotiation-json-xml Spring MVC Content Negotiation | BaeldungA guide to configuring content negotiation in a Spring MVC application and on enabling and disabling the various available strategies.www.baeldung.comhttps://stackoverflow.com/questions/66415881/how-to-force-springboot-return-json-response-with-global-settings How to force springboot return Json response with global settingsHere are problems. They who are testing my application told me that when they trying to directly input the url into address to query a GET url by chrome. My api will always return a XML formattedstackoverflow.comhttps://stackoverflow.com/questions/66417840/spring-apis-returning-xml-instead-of-json Spring APIs returning XML instead of JSONI have two spring boot projects - A(Main larger project with APIs) and B(a library which is imported by A as a dependency in pom.xml) pom.xml of project B: <?xml version="1.0" encoding...stackoverflow.com