Introduce and integrate JndiPropertySource
DefaultWebEnvironment automatically adds a JndiPropertySource if a "jndiPropertySourceEnabled" property is detected in any of the other other default property sources.
This commit is contained in:
@@ -26,6 +26,7 @@ Import-Template:
|
||||
org.springframework.beans.*;version=${spring.osgi.range},
|
||||
org.springframework.context.*;version=${spring.osgi.range},
|
||||
org.springframework.core.*;version=${spring.osgi.range},
|
||||
org.springframework.jndi.*;version=${spring.osgi.range};resolution:=optional,
|
||||
org.springframework.oxm.*;version=${spring.osgi.range};resolution:=optional,
|
||||
org.springframework.remoting.*;version=${spring.osgi.range};resolution:=optional,
|
||||
org.springframework.ui.*;version=${spring.osgi.range},
|
||||
|
||||
Reference in New Issue
Block a user