Spring的schema列表

最近在看Spring的项目,发现在bean.xml中都有加载很多来自www.springframework.org的schema如:

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:util="http://www.springframework.org/schema/util"
xmlns:p="http://www.springframework.org/schema/p"
xmlns:tx="http://www.springframework.org/schema/tx"

So,我在想是不是可以通过http://www.springframework.org/schema 来查看springframework下的schema列表,但是访问之后提示的是"Page not found".

真心想知道有没有那个地方可以看到这个schema 的list..........

EXEC dbo.success '坚持','细心','计划'
原文地址:https://www.cnblogs.com/weeky/p/schema.html