Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sqlrest
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
comm
sqlrest
Commits
a90ceb6f
Commit
a90ceb6f
authored
Jun 15, 2024
by
inrgihc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
对issue:IA53R6问题进行修复
parent
ed4cac3a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
README.md
+6
-0
sqlrest-dist/src/main/assembly/bin/sqlrestctl.sh
+1
-1
No files found.
README.md
View file @
a90ceb6f
...
@@ -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、部分系统截图
...
...
sqlrest-dist/src/main/assembly/bin/sqlrestctl.sh
View file @
a90ceb6f
...
@@ -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
=
'c
c
om.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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment