Skip to content

Commit

Permalink
Merge branch 'master' of https://gitee.com/zhijiantianya/ruoyi-vue-pro
Browse files Browse the repository at this point in the history
…into feature/bpm-back

� Conflicts:
�	README.md
�	yudao-framework/pom.xml
�	yudao-framework/yudao-spring-boot-starter-biz-error-code/pom.xml
�	yudao-framework/yudao-spring-boot-starter-web/src/main/java/cn/iocoder/yudao/framework/swagger/config/YudaoSwaggerAutoConfiguration.java
�	yudao-module-system/yudao-module-system-biz/src/main/java/cn/iocoder/yudao/module/system/framework/security/config/SecurityConfiguration.java
  • Loading branch information
YunaiV committed Jul 8, 2022
2 parents 65ad977 + 8de74dc commit 9270924
Show file tree
Hide file tree
Showing 984 changed files with 36,246 additions and 19,273 deletions.
19 changes: 9 additions & 10 deletions .gitee/ISSUE_TEMPLATE.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
碰到问题,请在 <https://gitee.com/zhijiantianya/ruoyi-vue-pro/issues> 搜索是否存在相似的 issue。

不按照模板提交的 issue,会被系统自动删除。

### 基本信息

- ruoyi-vue-pro 版本:
- 操作系统:
- 数据库:

### 你猜测可能的原因

(必填)我花费了 2-4 小时自查,发现可能的原因是:xxxxxx

### 复现步骤

第一步,
Expand All @@ -14,13 +22,4 @@

### 报错信息

[截图]

[截图]

---

建议:项目不是很难,碰到问题时,建议先花 2-4 小时的时间进行自查。

Issue 中如果带上自己的分析,可以被更快更高效的解决。

带上必要的截图
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,20 @@ assignees: ''

---

碰到问题,请在 <https://github.com/YunaiV/ruoyi-vue-pro/issues> 搜索是否存在相似的 issue。

不按照模板提交的 issue,会被系统自动删除。

### 基本信息

- ruoyi-vue-pro 版本:
- 操作系统:
- 数据库:

### 你猜测可能的原因

(必填)我花费了 2-4 小时自查,发现可能的原因是:xxxxxx

### 复现步骤

第一步,
Expand All @@ -23,12 +31,4 @@ assignees: ''

### 报错信息

[截图]

[截图]

---

建议:项目不是很难,碰到问题时,建议先花 2-4 小时的时间进行自查。

Issue 中如果带上自己的分析,可以被更快更高效的解决。
带上必要的截图
79 changes: 39 additions & 40 deletions README.md

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions http-client.env.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,14 @@
"appApi": "http://127.0.0.1:48080/app-api",
"appToken": "test1",
"appTenentId": "1"
},
"gateway": {
"baseUrl": "http://127.0.0.1:8888/admin-api",
"token": "test1",
"adminTenentId": "1",

"appApi": "http://127.0.0.1:8888/app-api",
"appToken": "test1",
"appTenentId": "1"
}
}
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<module>yudao-module-system</module>
<module>yudao-module-infra</module>
<module>yudao-module-pay</module>
<module>yudao-module-mall</module>
</modules>

<name>${project.artifactId}</name>
Expand Down
287 changes: 287 additions & 0 deletions sql/mall.sql

Large diffs are not rendered by default.

177 changes: 130 additions & 47 deletions sql/mysql/ruoyi-vue-pro.sql

Large diffs are not rendered by default.

Loading

0 comments on commit 9270924

Please sign in to comment.