File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
src/test/resources/org/springframework/data/redis Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http ://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https ://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
4
4
<modelVersion >4.0.0</modelVersion >
5
5
Original file line number Diff line number Diff line change 3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
4
xmlns:redis=" http://www.springframework.org/schema/redis"
5
5
xmlns:task=" http://www.springframework.org/schema/task"
6
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http ://www.springframework.org/schema/beans/spring-beans.xsd
7
- http://www.springframework.org/schema/task http ://www.springframework.org/schema/task/spring-task.xsd
8
- http://www.springframework.org/schema/redis http ://www.springframework.org/schema/redis/spring-redis.xsd" >
6
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans.xsd
7
+ http://www.springframework.org/schema/task https ://www.springframework.org/schema/task/spring-task.xsd
8
+ http://www.springframework.org/schema/redis https ://www.springframework.org/schema/redis/spring-redis.xsd" >
9
9
10
10
<!-- the default ConnectionFactory -->
11
11
<bean id =" redisConnectionFactory" class =" org.springframework.data.redis.connection.jedis.JedisConnectionFactory" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns : p =" http://www.springframework.org/schema/p"
4
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http ://www.springframework.org/schema/beans/spring-beans.xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans.xsd" >
5
5
6
6
7
7
<bean id =" jedisConnectionFactory"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns : p =" http://www.springframework.org/schema/p"
4
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http ://www.springframework.org/schema/beans/spring-beans.xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans.xsd" >
5
5
6
6
<bean id =" lettuceConnectionFactory "
7
7
class=" org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http ://www.springframework.org/schema/beans/spring-beans-3.0.xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans-3.0.xsd" >
5
5
6
6
<bean id =" messageListener"
7
7
class=" org.springframework.data.redis.listener.adapter.MessageListenerAdapter" >
Original file line number Diff line number Diff line change 2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
4
xmlns:p=" http://www.springframework.org/schema/p"
5
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http ://www.springframework.org/schema/beans/spring-beans-3.0.xsd" >
5
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans-3.0.xsd" >
6
6
7
7
<bean id =" connectionFactory" class =" org.springframework.data.redis.connection.jedis.JedisConnectionFactory" />
8
8
Original file line number Diff line number Diff line change 3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
4
xmlns:p=" http://www.springframework.org/schema/p"
5
5
xmlns:redis=" http://www.springframework.org/schema/redis"
6
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http ://www.springframework.org/schema/beans/spring-beans.xsd
7
- http://www.springframework.org/schema/redis http ://www.springframework.org/schema/redis/spring-redis.xsd" >
6
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans.xsd
7
+ http://www.springframework.org/schema/redis https ://www.springframework.org/schema/redis/spring-redis.xsd" >
8
8
9
9
<bean id =" connectionFactory" class =" org.springframework.data.redis.connection.jedis.JedisConnectionFactory" />
10
10
<bean id =" redisTemplate" class =" org.springframework.data.redis.core.StringRedisTemplate" p : connectionFactory-ref =" connectionFactory" />
You can’t perform that action at this time.
0 commit comments