Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yuyiDataServer
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
node_server
yuyiDataServer
Commits
1fd2da12
Commit
1fd2da12
authored
Mar 25, 2026
by
chenjinjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
8a6e89da
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
serverConfig.xml
serverConfig.xml
+1
-1
mysqlRouter.ts
src/routers/mysqlRouter.ts
+1
-1
tsconfig.json
tsconfig.json
+7
-1
No files found.
serverConfig.xml
View file @
1fd2da12
...
...
@@ -3,7 +3,7 @@
<sign>
xxx90909082fsdahfjosadjfpoiwausjorip2hjklrhn1ioud0u124rx0qwejfokasjfolksaujfoas
</sign>
<mysqldb>
<!-- 本地mysql配置 -->
<mysqlHost>
192.168.0.
71
</mysqlHost>
<mysqlHost>
192.168.0.
105
</mysqlHost>
<!-- <mysqlHost>127.0.0.1</mysqlHost> -->
<mysqlPort>
3306
</mysqlPort>
<mysqlUser>
root
</mysqlUser>
...
...
src/routers/mysqlRouter.ts
View file @
1fd2da12
import
*
as
asyncHandler
from
'express-async-handler'
import
asyncHandler
=
require
(
'express-async-handler'
);
import
*
as
addBiz
from
'../biz/addData'
;
import
*
as
delBiz
from
'../biz/delData'
;
import
*
as
updateBiz
from
'../biz/updateData'
;
...
...
tsconfig.json
View file @
1fd2da12
...
...
@@ -4,7 +4,13 @@
"target"
:
"es2017"
,
"sourceMap"
:
true
,
"rootDir"
:
"./src"
,
"outDir"
:
"./out"
"outDir"
:
"./out"
,
"esModuleInterop"
:
true
,
"allowSyntheticDefaultImports"
:
true
,
"strict"
:
false
,
"noImplicitAny"
:
false
,
"strictNullChecks"
:
false
,
"types"
:
[
"node"
]
},
"exclude"
:
[
"node_modules"
,
...
...
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