2 Star 4 Fork 5

tobesuper/Ruoyi-Vue-ChatGPT-SuperCMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
t --objects --all  grep ffff8289acd45efb31c42cae1da1b5debefa61a9 4.11 KB
一键复制 编辑 原始数据 按行查看 历史
tobesuper 提交于 2023-07-12 15:21 . 部署修正
commit 17a48822bcaeff69a66be89d72c9e3bde2ce0edd (HEAD -> master)
Author: 15960006022 <[email protected]>
Date: Wed Jul 12 14:05:21 2023 +0800
部署修正
diff --git a/ruoyi-admin/docker/superyan/ruoyi-admin.jar b/ruoyi-admin/docker/superyan/ruoyi-admin.jar
index 6abaef6..ffff828 100644
Binary files a/ruoyi-admin/docker/superyan/ruoyi-admin.jar and b/ruoyi-admin/docker/superyan/ruoyi-admin.jar differ
diff --git "a/ruoyi-admin/docker/superyan/\351\203\250\347\275\262\346\226\207\346\241\243.md" "b/ruoyi-admin/docker/superyan/\351\203\250\347\275\262\346\226\207\346\241\243.md"
index 535ec0b..2a94a76 100644
--- "a/ruoyi-admin/docker/superyan/\351\203\250\347\275\262\346\226\207\346\241\243.md"
+++ "b/ruoyi-admin/docker/superyan/\351\203\250\347\275\262\346\226\207\346\241\243.md"
@@ -6,7 +6,7 @@

将jar包移动到superyan文件夹中依次执行一下命令 

-docker build -t tobesuper/supercms:1.0.1 .
+docker build -t tobesuper/supercms:1.0.4 .

通过docker images获取ImageId

diff --git a/ruoyi-admin/src/main/resources/application-dev.yml b/ruoyi-admin/src/main/resources/application-dev.yml
index 2b2dc3c..90282db 100644
--- a/ruoyi-admin/src/main/resources/application-dev.yml
+++ b/ruoyi-admin/src/main/resources/application-dev.yml
@@ -17,7 +17,7 @@ ruoyi:
# 开发环境配置
server:
# 服务器的HTTP端口,默认为8080
- port: 8080
+ port: 8099
# 开启优雅停机
shutdown: graceful 
servlet:
@@ -112,9 +112,9 @@ spring:
druid: 
# 主库数据源
master:
- url: jdbc:mysql://175.24.234.214:3306/ry-cms?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+ url: jdbc:mysql://123.249.23.143:3306/supercms?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
- password: superadmin
+ password: supercmsadmin
# 从库数据源
slave:
# 从数据源开关/默认关闭
diff --git a/ruoyi-admin/src/main/resources/application-prod.yml b/ruoyi-admin/src/main/resources/application-prod.yml
index fdec01e..ed49cb3 100644
--- a/ruoyi-admin/src/main/resources/application-prod.yml
+++ b/ruoyi-admin/src/main/resources/application-prod.yml
@@ -21,7 +21,7 @@ ruoyi:
# 开发环境配置
server:
# 服务器的HTTP端口,默认为8090
- port: 8092
+ port: 8099
servlet:
# 应用的访问路径
context-path: /
@@ -76,7 +76,7 @@ spring:
# 地址
host: supercms-redis
# 端口,默认为6379
- port: 8091
+ port: 8096
# 数据库索引
database: 0
# 密码
diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml
index b9a0a35..597ed8f 100644
--- a/ruoyi-admin/src/main/resources/application.yml
+++ b/ruoyi-admin/src/main/resources/application.yml
@@ -6,4 +6,4 @@ spring:

ruoyi:
cms:
- resourceRoot: D:\superyan\chatgpt
\ No newline at end of file
+ resourceRoot: D:\supercms\chatgpt
\ No newline at end of file
diff --git a/ruoyi-ui/vue.config.js b/ruoyi-ui/vue.config.js
index e0f1f89..b555829 100644
--- a/ruoyi-ui/vue.config.js
+++ b/ruoyi-ui/vue.config.js
@@ -35,7 +35,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
- target: `http://localhost:8080`,
+ target: `http://localhost:8099`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/fjsupermouse/Ruoyi-Vue-ChatGPT-SuperCMS.git
[email protected]:fjsupermouse/Ruoyi-Vue-ChatGPT-SuperCMS.git
fjsupermouse
Ruoyi-Vue-ChatGPT-SuperCMS
Ruoyi-Vue-ChatGPT-SuperCMS
master

搜索帮助