mirror of
https://gitee.com/incloudcode/yexuejc-springboot.git
synced 2025-08-05 18:19:30 +08:00
Compare commits
No commits in common. "85362e6537a187e5a45786e6927ab5d0ecd8b8c3" and "8e86b352ac2a66a48d2fdb6e9c10bddb6048f598" have entirely different histories.
85362e6537
...
8e86b352ac
@ -12,7 +12,7 @@ parent:版本封装<br/>
|
|||||||
base:功能封装
|
base:功能封装
|
||||||
|
|
||||||
#### 最新版本
|
#### 最新版本
|
||||||
>yexuejc.springboot.version=2.1.1 <br>
|
>yexuejc.springboot.version=2.0.5 <br>
|
||||||
>yexuejc.base.version=1.3.9
|
>yexuejc.base.version=1.3.9
|
||||||
|
|
||||||
pom.xml
|
pom.xml
|
||||||
|
11
UPDATE.md
11
UPDATE.md
@ -1,17 +1,6 @@
|
|||||||
yexuejc-springboot 更新内容
|
yexuejc-springboot 更新内容
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
#### version :2.1.1
|
|
||||||
**time:2019-11-1 13:32:07** <br/>
|
|
||||||
**branch:** master <br/>
|
|
||||||
**关联工程:** <br/>
|
|
||||||
```
|
|
||||||
springboot-base:1.3.9
|
|
||||||
spring-boot-starter-parent:2.0.5.RELEASE
|
|
||||||
```
|
|
||||||
**update:** <br/>
|
|
||||||
1. redis 配置修改,增加开关,更兼容
|
|
||||||
|
|
||||||
#### version :2.1.0
|
#### version :2.1.0
|
||||||
**time:2019-7-24 18:30:49** <br/>
|
**time:2019-7-24 18:30:49** <br/>
|
||||||
**branch:** master <br/>
|
**branch:** master <br/>
|
||||||
|
2
pom.xml
2
pom.xml
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<groupId>com.yexuejc.springboot</groupId>
|
<groupId>com.yexuejc.springboot</groupId>
|
||||||
<artifactId>yexuejc-springboot-parent</artifactId>
|
<artifactId>yexuejc-springboot-parent</artifactId>
|
||||||
<version>2.1.1</version>
|
<version>2.1.0</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>${project.artifactId}</name>
|
<name>${project.artifactId}</name>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.yexuejc.springboot</groupId>
|
<groupId>com.yexuejc.springboot</groupId>
|
||||||
<artifactId>yexuejc-springboot-parent</artifactId>
|
<artifactId>yexuejc-springboot-parent</artifactId>
|
||||||
<version>2.1.1</version>
|
<version>2.1.0</version>
|
||||||
<!-- 本地打包:使用相对关联路径 -->
|
<!-- 本地打包:使用相对关联路径 -->
|
||||||
<!--<relativePath>../</relativePath>-->
|
<!--<relativePath>../</relativePath>-->
|
||||||
</parent>
|
</parent>
|
||||||
|
@ -73,7 +73,6 @@ public class MutiRedisAutoConfiguration {
|
|||||||
|
|
||||||
@Configuration
|
@Configuration
|
||||||
@ConditionalOnClass(GenericObjectPool.class)
|
@ConditionalOnClass(GenericObjectPool.class)
|
||||||
@ConditionalOnProperty(name = "yexuejc.autoconfigure.redis.enable", matchIfMissing = false)
|
|
||||||
protected static class RedisConnectionConfiguration {
|
protected static class RedisConnectionConfiguration {
|
||||||
|
|
||||||
private final RedisProperties properties;
|
private final RedisProperties properties;
|
||||||
@ -164,7 +163,6 @@ public class MutiRedisAutoConfiguration {
|
|||||||
* Standard Redis configuration.
|
* Standard Redis configuration.
|
||||||
*/
|
*/
|
||||||
@Configuration
|
@Configuration
|
||||||
@ConditionalOnProperty(name = "yexuejc.autoconfigure.redis.enable", matchIfMissing = false)
|
|
||||||
protected static class RedisConfiguration {
|
protected static class RedisConfiguration {
|
||||||
|
|
||||||
@Primary
|
@Primary
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.yexuejc.springboot</groupId>
|
<groupId>com.yexuejc.springboot</groupId>
|
||||||
<artifactId>yexuejc-springboot-parent</artifactId>
|
<artifactId>yexuejc-springboot-parent</artifactId>
|
||||||
<version>2.1.1</version>
|
<version>2.1.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<properties>
|
<properties>
|
||||||
<yexuejc.base.version>1.3.9</yexuejc.base.version>
|
<yexuejc.base.version>1.3.9</yexuejc.base.version>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.yexuejc.springboot</groupId>
|
<groupId>com.yexuejc.springboot</groupId>
|
||||||
<artifactId>yexuejc-springboot-parent</artifactId>
|
<artifactId>yexuejc-springboot-parent</artifactId>
|
||||||
<version>2.1.1</version>
|
<version>2.1.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>top.yexuejc</groupId>
|
<groupId>top.yexuejc</groupId>
|
||||||
<artifactId>yexuejc-springboot-simple</artifactId>
|
<artifactId>yexuejc-springboot-simple</artifactId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user