Skip to content

Commit

Permalink
Chore/upgrade version (#200)
Browse files Browse the repository at this point in the history
* chore: 修正README锚点不跳转的问题

* fix:#190

* fix:#184

* chore: 升级主工程以及核心库版本号

Co-authored-by: ToWeLong <[email protected]>
  • Loading branch information
2 people authored and sunlin92 committed Apr 13, 2021
1 parent 4c86c91 commit a2ce25f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
29 changes: 12 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<p align="center">

<a href="https://spring.io/" rel="nofollow">
<img src="https://img.shields.io/badge/spring%20boot-2.2.2.RELEASE-green" alt="spring boot" data-canonical-src="https://img.shields.io/badge/spring%20boot-2.2.2.RELEASE-green" style="max-width:100%;">
<img src="https://img.shields.io/badge/spring%20boot-2.4.3-green" alt="spring boot" data-canonical-src="https://img.shields.io/badge/spring%20boot-2.2.2.RELEASE-green" style="max-width:100%;">
</a>

<a href="https://pypi.org/project/Lin-CMS/" rel="nofollow">
<img src="https://img.shields.io/badge/mybatis--plus-3.3.0-yellow" alt="mybatis-plus" data-canonical-src="https://img.shields.io/badge/mybatis--plus-3.3.0-yellow" style="max-width:100%;">
<img src="https://img.shields.io/badge/mybatis--plus-3.4.1-yellow" alt="mybatis-plus" data-canonical-src="https://img.shields.io/badge/mybatis--plus-3.3.0-yellow" style="max-width:100%;">
</a>

<a href="https://mybatis.plus/" rel="nofollow">
Expand Down Expand Up @@ -86,29 +86,24 @@ Lin CMS 提供大量的文档来帮助开发者使用


## 联系和交流

### QQ 交流群

QQ 群号:643205479

<img class="QR-img" width="258" height="300" src="http://imglf3.nosdn0.126.net/img/Qk5LWkJVWkF3Nmdyc2xGcUtScEJLOVV1clErY1dJa0FsQ3E1aDZQWlZHZ2dCbSt4WXA1V3dRPT0.jpg?imageView&thumbnail=1680x0&quality=96&stripmeta=0&type=jpg">

### 微信公众号

微信搜索:林间有风

<img class="QR-img" src="http://imglf6.nosdn0.126.net/img/YUdIR2E3ME5weEdlNThuRmI4TFh3UWhiNmladWVoaTlXUXpicEFPa1F6czFNYkdmcWRIbGRRPT0.jpg?imageView&thumbnail=500x0&quality=96&stripmeta=0&type=jpg">

![](https://img.juzibiji.top/20200807155013.png)
## 注意事项

- 目前正处于测试,勿使用在开发环境中!!!

- Lin CMS 需要一定的基础,至少你得有一定的 java 基础和数据库基础,并且比较熟悉spring-boot和mybatis,
当然如果你是个 java 程序员,这些肯定都不在话下。


- Lin CMS 基于 spring boot ,因此也采取了 spring boot 的 starter (启动器)机制,我们也有自己的
starter,见 [lin-cms-java-core](https://github.com/TaleLin/lin-cms-java-core.git)

## 贡献代码

我们的代码基于 develop 分支开发,欢迎提交 Pull Request 进行代码贡献。

在提交 Pull Request 之前,请详细阅读我们的[开发规范](https://doc.cms.talelin.com/specification/),否则可能因为 Commit 信息不规范等原因被关闭 Pull Request。



## 开源协议

[MIT](LICENSE) © 2021 林间有风
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.github.talelin</groupId>
<artifactId>latticy</artifactId>
<version>0.2.0-RC2</version>
<version>0.2.0-RELEASE</version>
<name>latticy</name>
<description>Demo project for lin cms</description>

Expand Down

0 comments on commit a2ce25f

Please sign in to comment.