Browse Source

添加测试环境配置文件和说明

wanxl 1 year ago
parent
commit
5db0347a61
2 changed files with 150 additions and 0 deletions
  1. 17 0
      README.md
  2. 133 0
      src/main/resources/application-testdev.yml

+ 17 - 0
README.md

@@ -1 +1,18 @@
 #Back-endDevelopmentFramework
 #Back-endDevelopmentFramework
+
+测试环境
+172.16.20.80 
+启动端口:8091
+部署路径
+    /usr/local/testproject/ihotel_dev/
+数据库 
+    172.16.20.80 ihotel_dev
+    root   Chuanghai_test
+后端代理 testingServer/ihotel
+访问:https://chtech.ncjti.edu.cn/testingServer/ihotel
+前端代理 testingServer/iHotelStudentManage
+前端代理 testingServer/iHotelH5
+访问:https://chtech.ncjti.edu.cn/testingServer/iHotelStudentManage
+     https://chtech.ncjti.edu.cn/testingServer/iHotelH5
+
+ 

File diff suppressed because it is too large
+ 133 - 0
src/main/resources/application-testdev.yml