且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

将Spring XML配置转换为Java配置

更新时间:2023-02-16 22:20:32

带有自定义命名空间的配置(例如 http://www.springframework.org/schema/security )。但是,您可以使用 @ImportResource

You can't translate XML configurations with custom namespaces (such as http://www.springframework.org/schema/security). However, you can mix XML configurations with Java-based using @ImportResource