Commit a90ceb6f by inrgihc

对issue:IA53R6问题进行修复

parent ed4cac3a
...@@ -163,6 +163,12 @@ MYSQLDB_PASSWORD=123456 ...@@ -163,6 +163,12 @@ MYSQLDB_PASSWORD=123456
启动gateway服务:sh bin/sqlrestctl.sh start gateway 启动gateway服务:sh bin/sqlrestctl.sh start gateway
### 3、系统访问
启动完成后,通过http://<MANAGER_HOST>:<MANAGER_PORT> 地址即可访问。
登陆账号:```admin``` 登陆密码:```123456```
## 三、使用教程 ## 三、使用教程
### 1、部分系统截图 ### 1、部分系统截图
......
...@@ -65,7 +65,7 @@ elif [ "$module" == "executor" ]; then ...@@ -65,7 +65,7 @@ elif [ "$module" == "executor" ]; then
APP_MAIN_CLASS='com.gitee.sqlrest.executor.ExecutorApplication' APP_MAIN_CLASS='com.gitee.sqlrest.executor.ExecutorApplication'
elif [ "$module" == "gateway" ]; then elif [ "$module" == "gateway" ]; then
CLASSPATH="$APP_CONF_PATH/gateway:$APP_LIB_COMMON_PATH/*:$APP_HOME/lib/webflux/*:$APP_HOME/lib/gateway/*" CLASSPATH="$APP_CONF_PATH/gateway:$APP_LIB_COMMON_PATH/*:$APP_HOME/lib/webflux/*:$APP_HOME/lib/gateway/*"
APP_MAIN_CLASS='ccom.gitee.sqlrest.gateway.GatewayApplication' APP_MAIN_CLASS='com.gitee.sqlrest.gateway.GatewayApplication'
else else
echo "Error: No module named '$module' was found." echo "Error: No module named '$module' was found."
exit 1 exit 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment