java Refused to display ‘http://localhost:xxxx/‘ in a frame because it set ‘X-Frame-Options‘ to ‘deny‘.

原因分析:Spring Security默认是将’X-Frame-Options’ 设置为 ‘DENY’X-Frame-Options HTTP 响应头是用来给浏览器指示允许一个页面可否在 frame , iframe 或者 object 中展现的标记。网站可以...

2023-12-06 129 阅读

java springaop与aspectjweaver

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysScheduleUserDateServiceImpl' defined in URL : Initialization of bean failed; n...

2023-11-06 83 阅读

springmvc SpringMVC - 详解RESTful

1. 简介REST全称是Representational State Transfer,中文意思是表述(编者注:通常译为表征)性状态转移。 它首次出现在2000年Roy Fielding的博士论文中,Roy Fielding是HTTP规范的主要编写...

2023-10-20 85 阅读