From 648e8bed86fee28b2de73674b364a4da779defff Mon Sep 17 00:00:00 2001 From: zhc077 <565291854@qq.com> Date: Tue, 13 Aug 2024 17:44:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-EN.md | 2 +- README.md | 21 ++++++++++++++++++- .../sql/comp_java.sql => comp_java.sql | 0 .../src/main/resources/application-dev.yml | 4 ++-- 4 files changed, 23 insertions(+), 4 deletions(-) rename jeecg-module-demo/src/main/resources/sql/comp_java.sql => comp_java.sql (100%) diff --git a/README-EN.md b/README-EN.md index 09d5062..3571843 100644 --- a/README-EN.md +++ b/README-EN.md @@ -547,4 +547,4 @@ Technical Architecture: If so, buy the author a cup of coffee ☺ -![](https://static.oschina.net/uploads/img/201903/08155608_0EFX.png) \ No newline at end of file +![](https://static.oschina.net/uploads/img/201903/08155608_0EFX.png) diff --git a/README.md b/README.md index 39dbe1c..428e4c6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ +## GST产品 + +[https://docs.qq.com/sheet/DZkduZEpOSmxiWkFw?tab=57297e&groupUin=yx4tgXc0MjylpOd9H2grkg%25253D%25253D&ADUIN=3351606869&ADSESSION=1723426187&ADTAG=CLIENT.QQ.5681_.0&ADPUBNO=27272&jumpuin=3351606869 +](https://docs.qq.com/sheet/DZkduZEpOSmxiWkFw?tab=57297e&groupUin=yx4tgXc0MjylpOd9H2grkg%25253D%25253D&ADUIN=3351606869&ADSESSION=1723426187&ADTAG=CLIENT.QQ.5681_.0&ADPUBNO=27272&jumpuin=3351606869) + +![img.png](img.png) + + +## 比赛管理系统后台[comp_java],GST002项目使用说明: +1. 获取comp_java项目,切换至master分支 +2. 初始化comp_java.sql脚本 +3. 账号登录 + +## 已存在角色及登录账号 +1. 组委会管理员 zhc07/123456 +2. 院系管理员 yxadmin/123456 +3. 学院管理员 xxadmin/123456 +4. 学生 20240702/123456 + ![JEECG](https://jeecgos.oss-cn-beijing.aliyuncs.com/files/logov3.png "JeecgBoot低代码开发平台") @@ -584,4 +603,4 @@ VUE2版本专题介绍 如果觉得还不错,请作者喝杯咖啡吧 ☺ -![](https://static.oschina.net/uploads/img/201903/08155608_0EFX.png) \ No newline at end of file +![](https://static.oschina.net/uploads/img/201903/08155608_0EFX.png) diff --git a/jeecg-module-demo/src/main/resources/sql/comp_java.sql b/comp_java.sql similarity index 100% rename from jeecg-module-demo/src/main/resources/sql/comp_java.sql rename to comp_java.sql diff --git a/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml b/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml index 940251b..2260b80 100644 --- a/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml +++ b/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml @@ -133,9 +133,9 @@ spring: connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 datasource: master: - url: jdbc:mysql://182.92.169.222:3306/comp_java?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai + url: jdbc:mysql://10.100.200.177:3306/base_comp?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai username: root - password: ycwl2022. + password: root driver-class-name: com.mysql.cj.jdbc.Driver # 多数据源配置 10.121.0.28 #multi-datasource1: