Simple DataSourceLookup implementation that relies on a map for doing lookups.
这个类依赖于查找数据源的Map!
Useful for testing environments or applications that need to match arbitrary String names to target DataSource objects.
提供 根据名字匹配数据源 的这么一种功能!
用的最多的是在多数据源中根据name配置,有点类似下面这样~~
myds1
myds2
myds3