diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..5a0b447b --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: http://doc.ruoyi.vip/ruoyi/other/donate.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..549e00a2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +HELP.md +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ diff --git a/ghy-admin/src/main/java/com/ghy/GhyApplication.java b/ghy-admin/src/main/java/com/ghy/GhyApplication.java index 17cce83d..972c2c44 100644 --- a/ghy-admin/src/main/java/com/ghy/GhyApplication.java +++ b/ghy-admin/src/main/java/com/ghy/GhyApplication.java @@ -16,7 +16,7 @@ public class GhyApplication { // System.setProperty("spring.devtools.restart.enabled", "false"); SpringApplication.run(GhyApplication.class, args); - System.out.println("(♥◠‿◠)ノ゙ 光惠影管理系统启动成功 ლ(´ڡ`ლ)゙ \n" + + System.out.println("(♥◠‿◠)ノ゙ 工圈子管理系统启动成功 ლ(´ڡ`ლ)゙ \n" + " .-------. ____ __ \n" + " | _ _ \\ \\ \\ / / \n" + " | ( ' ) | \\ _. / ' \n" + diff --git a/ghy-admin/src/main/resources/application-druid.yml b/ghy-admin/src/main/resources/application-druid.yml index ef61ade8..a5ef3b43 100644 --- a/ghy-admin/src/main/resources/application-druid.yml +++ b/ghy-admin/src/main/resources/application-druid.yml @@ -6,9 +6,9 @@ spring: druid: # 主库数据源 master: - url: jdbc:mysql://121.4.113.60:3307/ghy?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 - username: root - password: 123456 + url: jdbc:mysql://121.4.113.60:3306/gqz?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 + username: admin + password: Clunt@12345 # 从库数据源 slave: # 从数据源开关/默认关闭 diff --git a/ghy-admin/src/main/resources/application.yml b/ghy-admin/src/main/resources/application.yml index 6ec56581..67ef826c 100644 --- a/ghy-admin/src/main/resources/application.yml +++ b/ghy-admin/src/main/resources/application.yml @@ -9,7 +9,7 @@ ruoyi: # 实例演示开关 demoEnabled: true # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) - profile: D:/ruoyi/uploadPath + profile: /home/ruoyi/uploadPath # 获取ip地址开关 addressEnabled: false diff --git a/ghy-admin/src/main/resources/templates/demo/form/duallistbox.html b/ghy-admin/src/main/resources/templates/demo/form/duallistbox.html index 652b13f3..c9fb72b7 100644 --- a/ghy-admin/src/main/resources/templates/demo/form/duallistbox.html +++ b/ghy-admin/src/main/resources/templates/demo/form/duallistbox.html @@ -19,18 +19,18 @@
ruoyi是一个完全响应式,基于Bootstrap3.3.7最新版本开发的扁平化主题,她采用了主流的左右两栏式布局,使用了Html5+CSS3等现代技术,她提供了诸多的强大的可以重新组合的UI组件,并集成了最新的jQuery版本(v2.1.1),当然,也集成了很多功能强大,用途广泛的就jQuery插件,她可以用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA等等,当然,您也可以对她进行深度定制,以做出更强系统。
当前版本:v4.7.2 @@ -53,7 +53,7 @@
H+是一个完全响应式,基于Bootstrap3.3.7最新版本开发的扁平化主题,她采用了主流的左右两栏式布局,使用了Html5+CSS3等现代技术,她提供了诸多的强大的可以重新组合的UI组件,并集成了最新的jQuery版本(v2.1.1),当然,也集成了很多功能强大,用途广泛的就jQuery插件,她可以用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA等等,当然,您也可以对她进行深度定制,以做出更强系统。
当前版本:v4.7.2 diff --git a/ghy-admin/src/main/resources/templates/demo/modal/layer.html b/ghy-admin/src/main/resources/templates/demo/modal/layer.html index 8d243c1b..103c37dd 100644 --- a/ghy-admin/src/main/resources/templates/demo/modal/layer.html +++ b/ghy-admin/src/main/resources/templates/demo/modal/layer.html @@ -259,7 +259,7 @@ $("#button-open-16").click(function(){ var json = { - "title": "光惠影相册", //相册标题 + "title": "工圈子相册", //相册标题 "id": 123, //相册id "start": 0, //初始显示的图片序号,默认0 "data": [ //相册包含的图片,数组格式 diff --git a/ghy-admin/src/main/resources/templates/index-topnav.html b/ghy-admin/src/main/resources/templates/index-topnav.html index ae6bdac6..5e6029e7 100644 --- a/ghy-admin/src/main/resources/templates/index-topnav.html +++ b/ghy-admin/src/main/resources/templates/index-topnav.html @@ -4,7 +4,7 @@ -
![[ 光惠影 ]](../static/ruoyi.png)
![[ 工圈子 ]](../static/ruoyi.png)
一直想做一款后台管理系统,看了很多优秀的开源项目但是发现没有合适自己的。于是利用空闲休息时间开始自己写一套后台系统。如此有了光惠影管理系统。,她可以用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA等等,当然,您也可以对她进行深度定制,以做出更强系统。所有前端后台代码封装过后十分精简易上手,出错概率低。同时支持移动客户端访问。系统会陆续更新一些实用功能。
+一直想做一款后台管理系统,看了很多优秀的开源项目但是发现没有合适自己的。于是利用空闲休息时间开始自己写一套后台系统。如此有了工圈子管理系统。,她可以用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA等等,当然,您也可以对她进行深度定制,以做出更强系统。所有前端后台代码封装过后十分精简易上手,出错概率低。同时支持移动客户端访问。系统会陆续更新一些实用功能。
当前版本:v[[${version}]]
diff --git a/ghy-admin/src/main/resources/templates/register.html b/ghy-admin/src/main/resources/templates/register.html index ea010f04..14bf79b4 100644 --- a/ghy-admin/src/main/resources/templates/register.html +++ b/ghy-admin/src/main/resources/templates/register.html @@ -3,8 +3,8 @@ -![[ 光惠影 ]](../static/ruoyi.png)
![[ 工圈子 ]](../static/ruoyi.png)