|
|
|
@ -26,11 +26,13 @@ correct schema so that the elements in the `jee` namespace are available to you: |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans" |
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans" |
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
__xmlns:jee="http://www.springframework.org/schema/jee"__ xsi:schemaLocation=" |
|
|
|
xmlns:jee="http://www.springframework.org/schema/jee" |
|
|
|
|
|
|
|
xsi:schemaLocation=" |
|
|
|
http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd |
|
|
|
http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd |
|
|
|
__http://www.springframework.org/schema/jee https://www.springframework.org/schema/jee/spring-jee.xsd"__> |
|
|
|
http://www.springframework.org/schema/jee https://www.springframework.org/schema/jee/spring-jee.xsd"> |
|
|
|
|
|
|
|
|
|
|
|
<!-- bean definitions here --> |
|
|
|
<!-- bean definitions here --> |
|
|
|
|
|
|
|
|
|
|
|
</beans> |
|
|
|
</beans> |
|
|
|
---- |
|
|
|
---- |
|
|
|
|
|
|
|
|
|
|
|
@ -299,11 +301,13 @@ are available to you: |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans" |
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans" |
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
__xmlns:jms="http://www.springframework.org/schema/jms"__ xsi:schemaLocation=" |
|
|
|
xmlns:jms="http://www.springframework.org/schema/jms" |
|
|
|
|
|
|
|
xsi:schemaLocation=" |
|
|
|
http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd |
|
|
|
http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd |
|
|
|
__http://www.springframework.org/schema/jms https://www.springframework.org/schema/jms/spring-jms.xsd"__> |
|
|
|
http://www.springframework.org/schema/jms https://www.springframework.org/schema/jms/spring-jms.xsd"> |
|
|
|
|
|
|
|
|
|
|
|
<!-- bean definitions here --> |
|
|
|
<!-- bean definitions here --> |
|
|
|
|
|
|
|
|
|
|
|
</beans> |
|
|
|
</beans> |
|
|
|
---- |
|
|
|
---- |
|
|
|
|
|
|
|
|
|
|
|
@ -335,10 +339,12 @@ the correct schema so that the elements in the `cache` namespace are available t |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans" |
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans" |
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
__xmlns:cache="http://www.springframework.org/schema/cache"__ xsi:schemaLocation=" |
|
|
|
xmlns:cache="http://www.springframework.org/schema/cache" |
|
|
|
|
|
|
|
xsi:schemaLocation=" |
|
|
|
http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd |
|
|
|
http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd |
|
|
|
__http://www.springframework.org/schema/cache https://www.springframework.org/schema/cache/spring-cache.xsd"__> |
|
|
|
http://www.springframework.org/schema/cache https://www.springframework.org/schema/cache/spring-cache.xsd"> |
|
|
|
|
|
|
|
|
|
|
|
<!-- bean definitions here --> |
|
|
|
<!-- bean definitions here --> |
|
|
|
|
|
|
|
|
|
|
|
</beans> |
|
|
|
</beans> |
|
|
|
---- |
|
|
|
---- |
|
|
|
|