Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
loit-seata-order-example
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
loit-Infrastructure-example
loit-seata-order-example
Commits
9e02c77b
提交
9e02c77b
authored
1月 20, 2020
作者:
Administrator
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update readme
上级
1e91c8f0
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
77 行增加
和
3 行删除
+77
-3
READEME.md
READEME.md
+77
-3
没有找到文件。
READEME.md
浏览文件 @
9e02c77b
...
...
@@ -8,7 +8,7 @@ git config --global user.email "ddd@qq.com"
创建新版本库
```
git clone ssh://git@192.168.66.40:2222/loit-Infrastructure/loit-seata-order-example.git
git clone ssh://git@192.168.66.40:2222/loit-Infrastructure
-example
/loit-seata-order-example.git
cd loit-seata-order-example
touch README.md
git add README.md
...
...
@@ -21,7 +21,7 @@ git push -u origin master
```
cd existing_folder
git init
git remote add origin ssh://git@192.168.66.40:2222/loit-Infrastructure/loit-seata-order-example.git
git remote add origin ssh://git@192.168.66.40:2222/loit-Infrastructure
-example
/loit-seata-order-example.git
git add .
git commit -m "Initial commit"
git push -u origin master
...
...
@@ -31,8 +31,81 @@ git push -u origin master
```
cd existing_repo
git remote rename origin old-origin
git remote add origin ssh://git@192.168.66.40:2222/loit-Infrastructure/loit-seata-order-example.git
git remote add origin ssh://git@192.168.66.40:2222/loit-Infrastructure
-example
/loit-seata-order-example.git
git push -u origin --all
git push -u origin --tags
```
# 一、项目地址
### loit-seata-order-example
```
http://39.100.254.140:12011/loit-Infrastructure-example/loit-seata-order-example
```
### loit-seata-storage-example
```
http://39.100.254.140:12011/loit-Infrastructure-example/loit-seata-storage-example
```
### loit-gateway-example
```
http://39.100.254.140:12011/loit-Infrastructure-example/loit-gateway-example
```
# 二、安装seataserver
下载seataserver
```
http://39.100.254.140:12011/loit-Infrastructure-doc/loit-initproject-doc/tree/master/3%E3%80%81other/seata-server-1.0.0/seata
```
其中的config下的配置文件file.conf 和 registry.conf 已经配置到测试环境的nacos和数据库
启动seataserver
```
bin/seata-server.bat
```
# 三、nacos
安装文档参照: 1、安装配置
\D
ocker Compose nacos 安装.md
默认配置使用测试环境的nacos
# 四、sentinel dashboash
备注:限流规则已经配置成nacos存储。可以不启动dashboash
1、下载
```
http://39.100.254.140:12011/loit-Infrastructure-doc/loit-initproject-doc/tree/master/3%E3%80%81other/sentinel
```
2、启动
```
sentinel-8090.cmd
```
# 五、数据库
使用测试环境的数据库
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论