background picture of the home page

SpringBoot跨域问题解决方式

方法一 使用注解@CrossOrigin 在Controller 中添加 import org.springframework.web.bind.annotation.CrossOrigin; import org.springframework.web.bind.annotation.GetMap