mirror of https://gitee.com/y_project/RuoYi.git
2018年度最受欢迎中国开源软件评选
请给若依/RuoYi 投票,谢谢支持。 https://www.oschina.net/project/top_cn_2018?sort=1pull/34/head
parent
ebc6a1ade2
commit
dcc534bb2d
|
@ -1,5 +1,11 @@
|
|||
## 平台简介
|
||||
|
||||
|
||||
2018年度最受欢迎中国开源软件评选
|
||||
请给若依/RuoYi 投票,谢谢支持。
|
||||
https://www.oschina.net/project/top_cn_2018?sort=1
|
||||
|
||||
|
||||
一直想做一款后台管理系统,看了很多优秀的开源项目但是发现没有合适的。于是利用空闲休息时间开始自己写了一套后台系统。如此有了若依。她可以用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA。所有前端后台代码封装过后十分精简易上手,出错概率低。同时支持移动客户端访问。系统会陆续更新一些实用功能。
|
||||
|
||||
性别男,若依是女儿的名字。
|
||||
|
|
|
@ -6,7 +6,7 @@ spring:
|
|||
druid:
|
||||
# 主库数据源
|
||||
master:
|
||||
url: jdbc:mysql://localhost:3306/ry?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true
|
||||
url: jdbc:mysql://120.78.129.95:3306/ry_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true
|
||||
username: root
|
||||
password: password
|
||||
# 从库数据源
|
||||
|
|
|
@ -16,11 +16,9 @@
|
|||
<div class="row border-bottom white-bg dashboard-header">
|
||||
<div class="col-sm-12">
|
||||
<blockquote class="text-warning" style="font-size:14px">
|
||||
高性能云服务器2折起
|
||||
<br><a target="_blank" href="https://promotion.aliyun.com/ntms/act/qwbk.html?userCode=brki8iof">https://promotion.aliyun.com/ntms/act/qwbk.html?userCode=brki8iof</a>
|
||||
<br>云产品通用代金券,可叠加官网常规优惠使用
|
||||
<br><a target="_blank" href="https://promotion.aliyun.com/ntms/yunparter/invite.html?userCode=brki8iof">https://promotion.aliyun.com/ntms/yunparter/invite.html?userCode=brki8iof</a>…
|
||||
<h4 class="text-danger">限时活动推广。</h4>
|
||||
2018年度最受欢迎中国开源软件评选
|
||||
<br><a target="_blank" href="https://www.oschina.net/project/top_cn_2018?sort=1">https://www.oschina.net/project/top_cn_2018?sort=1</a>
|
||||
<h4 class="text-danger">请给若依/RuoYi 投票,谢谢支持。</h4>
|
||||
</blockquote>
|
||||
|
||||
<hr>
|
||||
|
|
Loading…
Reference in New Issue