摘要:
public class UserRank { private String userId; private double score; }@RestController @RequestMapping("rank") public class RankController { @Autowired 阅读全文
摘要:
使用iframe嵌入网页,浏览器报错:Refused to display 'url' in a frame because it set 'X-Frame-Options' to 'deny'。 这是SpringSecurity 防止恶意注入,所以设置了 X-Frame-Options 为deny 阅读全文