Spring Boot End Point that generates a string response and displaying that response in a Angular Application
问题 I hope this isn't a repost, as I did look but couldn't find. I have a spring boot rest client that makes a call to a rest endpoint. I am using angular to consume the result of that call and pass it to the html file belonging to the component. My Spring Boot code looks like this: package com.terida.teridaapp; import org.springframework.util.LinkedMultiValueMap; import org.springframework.util.MultiValueMap; import org.springframework.web.bind.annotation.CrossOrigin; import org.springframework