Skip to content

Commit

Permalink
Add fastdep-shiro-jwt docs & update version
Browse files Browse the repository at this point in the history
  • Loading branch information
louislivi committed Dec 9, 2019
1 parent af2abb7 commit b4b7a44
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 20 deletions.
4 changes: 2 additions & 2 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ If you want to bootstrap fastdep, you'll need:
<dependency>
<groupId>com.louislivi.fastdep</groupId>
<artifactId>${Module Name}</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```
- Gradle
```groovy
compile group: 'com.louislivi.fastdep', name: '${Module Name}', version: '1.0.1'
compile group: 'com.louislivi.fastdep', name: '${Module Name}', version: '1.0.2'
```

Modules
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,21 @@ fastdep
<dependency>
<groupId>com.louislivi.fastdep</groupId>
<artifactId>${模块名称}</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```
- Gradle
```groovy
compile group: 'com.louislivi.fastdep', name: '${Module Name}', version: '1.0.1'
compile group: 'com.louislivi.fastdep', name: '${Module Name}', version: '1.0.2'
```

模块
-------
| 模块名称 | 描述 | 引入的依赖 |
| ------------ | ------------- | ------------------ |
| [fastdep-datasource](https://fastdep.louislivi.com/#/module/fastdep-datasource) | 多数据源 | jta+druid+mybatis |
| [fastdep-redis](https://fastdep.louislivi.com/#/module/fastdep-redis) | Redis多数据源 | redis+redisTemplate |
| [fastdep-datasource](https://fastdep.louislivi.com/#/module/fastdep-datasource) | 多数据源 | JTA+Druid+Mybatis |
| [fastdep-redis](https://fastdep.louislivi.com/#/module/fastdep-redis) | Redis多数据源 | Redis+RedisTemplate |
| [fastdep-shiro-jwt](https://fastdep.louislivi.com/#/module/fastdep-shiro-jwt) | ShiroJWT | Shiro+JWT |

文档
-------
Expand Down
5 changes: 3 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@

| 模块名称 | 描述 | 引入的依赖 |
| ------------ | ------------- | ------------------ |
| [fastdep-datasource](module/fastdep-datasource.md) | 多数据源 | jta+druid+mybatis |
| [fastdep-redis](module/fastdep-redis.md) | Redis多数据源 | redis+redisTemplate |
| [fastdep-datasource](module/fastdep-datasource) | 多数据源 | JTA+Druid+Mybatis |
| [fastdep-redis](module/fastdep-redis) | Redis多数据源 | Redis+RedisTemplate |
| [fastdep-shiro-jwt](module/fastdep-shiro-jwt) | ShiroJWT | Shiro+JWT |


# 协议
Expand Down
1 change: 1 addition & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
- [模块](README.md#%e6%a8%a1%e5%9d%97)
- [多数据源](module/fastdep-datasource.md)
- [Redis多数据源](module/fastdep-redis.md)
- [ShiroJWT](module/fastdep-shiro-jwt.md)
- [协议](README.md#%e5%8d%8f%e8%ae%ae)
5 changes: 3 additions & 2 deletions docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ Modules
-------
| Module Name | Description | Include dependency |
| ------------ | ------------- | ------------------ |
| fastdep-datasource | Multiple dataSource | jta+druid+mybatis |
| fastdep-redis | Multiple redis dataSource | redis+redisTemplate |
| fastdep-datasource | Multiple dataSource | JTA+Druid+Mybatis |
| fastdep-redis | Multiple redis dataSource | Redis+RedisTemplate |
| fastdep-shiro-jwt | Shiro + JWT | ShiroJWT |

Documentation
-------------
Expand Down
5 changes: 3 additions & 2 deletions docs/en/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- [Quick Build](en/README.md#quick-build)
- [Modules](en/README.md#modules)
- [多数据源](module/fastdep-datasource.md)
- [Redis多数据源](module/fastdep-redis.md)
- [Datasource](module/fastdep-datasource.md)
- [RedisDatasource](module/fastdep-redis.md)
- [ShiroJWT](module/fastdep-shiro-jwt.md)
- [License](en/README.md#license)
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<body>
<div id="app"></div>
<script>
const version = '1.0.1';
const version = '1.0.2';
window.$docsify = {
markdown: {
smartypants: true,
Expand Down
2 changes: 1 addition & 1 deletion fastdep-datasource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fastdep</artifactId>
<groupId>com.louislivi.fastdep</groupId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fastdep-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fastdep</artifactId>
<groupId>com.louislivi.fastdep</groupId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fastdep-shiro-jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fastdep</artifactId>
<groupId>com.louislivi.fastdep</groupId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions fastdep-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
<dependency>
<groupId>com.louislivi.fastdep</groupId>
<artifactId>fastdep-datasource</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.louislivi.fastdep</groupId>
<artifactId>fastdep-redis</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.louislivi.fastdep</groupId>
<artifactId>fastdep-shiro-jwt</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.louislivi.fastdep</groupId>
<artifactId>fastdep</artifactId>
<packaging>pom</packaging>
<version>1.0.1</version>
<version>1.0.2</version>
<name>fastdep</name>
<description>Fast integration dependencies in Spring Boot.</description>
<url>https://github.com/louislivi/fastdep</url>
Expand Down

0 comments on commit b4b7a44

Please sign in to comment.