Skip to content

Commit

Permalink
🔖 Releasing / Version tags. 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lbw committed May 9, 2022
1 parent e095e5d commit 967a020
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.pig4cloud.plugin</groupId>
<artifactId>multilevel-cache-spring-boot-starter</artifactId>
<version>0.0.5</version>
<version>0.0.6</version>
</dependency>
```

Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.3</version>
<version>2.6.7</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.pig4cloud.plugin</groupId>
<artifactId>multilevel-cache-spring-boot-starter</artifactId>
<version>0.0.5</version>
<version>0.0.6</version>
<name>multilevel-cache-spring-boot-starter</name>
<description>support L1 caffeine and L2 redis cache</description>
<url>https://pig4cloud.com</url>
Expand All @@ -30,15 +30,15 @@
</developers>
<scm>
<tag>master</tag>
<connection>https://gitee.wang/lengleng/pig</connection>
<developerConnection>https://pigx.top</developerConnection>
<url>https://gitee.wang/lengleng/pig.git</url>
<connection>https://github.com/pig-mesh/multilevel-cache-spring-boot-starter</connection>
<developerConnection>https://pig4cloud.com</developerConnection>
<url>https://github.com/pig-mesh</url>
</scm>

<properties>
<java.version>1.8</java.version>
<mica.version>2.2.2</mica.version>
<spring.checkstyle.plugin>0.0.23</spring.checkstyle.plugin>
<spring.checkstyle.plugin>0.0.31</spring.checkstyle.plugin>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public RedisTemplate<Object, Object> stringKeyRedisTemplate(RedisConnectionFacto
}

@Bean
public RedisMessageListenerContainer redisMessageListenerContainer(CacheConfigProperties cacheConfigProperties,
public RedisMessageListenerContainer cacheMessageListenerContainer(CacheConfigProperties cacheConfigProperties,
RedisTemplate<Object, Object> stringKeyRedisTemplate, RedisCaffeineCacheManager redisCaffeineCacheManager) {
RedisMessageListenerContainer redisMessageListenerContainer = new RedisMessageListenerContainer();
redisMessageListenerContainer.setConnectionFactory(stringKeyRedisTemplate.getConnectionFactory());
Expand Down

0 comments on commit 967a020

Please sign in to comment.