Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在扩展一个使用 spring 框架的项目。通过复制/粘贴 ns 和 schemaLocation 来手动添加这些 xsd 声明总是一项痛苦的任务。我注意到当您最初创建 xml 文件时,有一个步骤可以直观地选择项目中所有可用的 xsd。修改xml时有类似的方法吗?
还有什么方法可以自动格式化引入但未使用的命名空间。类似于 command(ctrl) + shift + o
在 STS 中,您可以使用 Spring Config Editor 轻松快速地配置命名空间声明。
您需要右键单击要配置的 spring 上下文,选择 Open With -> Spring Config Editor。在 Spring Config Editor 的底部,在 Source 选项卡旁边,您可以找到 Namaspaces 选项卡。在此选项卡中,您可以轻松添加/删除命名空间。
至于你的第二个问题,我不确定弹簧命名空间是否存在类似于 (ctrl) + shift + o 命令的东西。