我搜索过,但没有找到任何有用的解决方案,这就是我要发布此问题的原因。
实际上我有spring boot
项目,该项目是根据“Annotation
”完全配置的。
现在出于某种原因,我需要将spring-security
添加到此project
中。
因为我从其他spring-security-XXX.xml
获得了co-worker
个文件。
现在,我在想如何编写一些Annotation
自动将spring-serity-xxx.xml
文件加载到我当前的项目环境中而不更改任何其他部分,以便我可以根据spring-serity-xxx.xml
文件实现安全功能。
例如,@Configuration(classpath:spring-security-config.xml)
之类的东西可能吗?。
如果有可能,请告诉我list of configuration
。
注意:添加安全性以获得OAuth集成。
任何帮助感谢.. !!