No Description

zs 616173c9bf Merge branch 'main' of http://git.cc-lotus.info/shuiTou/admin-service into main 4 weeks ago
src 616173c9bf Merge branch 'main' of http://git.cc-lotus.info/shuiTou/admin-service into main 4 weeks ago
test 2ee191c6ed init 2 months ago
upload 2ee191c6ed init 2 months ago
.editorconfig 2ee191c6ed init 2 months ago
.eslintrc.json 2ee191c6ed init 2 months ago
.gitignore 55ff45d89f update 2 months ago
.prettierrc.js 2ee191c6ed init 2 months ago
README.md 2ee191c6ed init 2 months ago
README.zh-CN.md 2ee191c6ed init 2 months ago
bootstrap.js 2ee191c6ed init 2 months ago
dist.zip 55ff45d89f update 2 months ago
ecosystem.config.js 55ff45d89f update 2 months ago
jest.config.js 2ee191c6ed init 2 months ago
package-lock.json 2ee191c6ed init 2 months ago
package.json 2ee191c6ed init 2 months ago
tsconfig.json 2ee191c6ed init 2 months ago
water_service.sql 2ee191c6ed init 2 months ago

README.md

数据库指令

grant all privileges on water_service_v2.* to 'water_v2'@'%' identified by 'ccshuitou'; grant SELECT on water_service.* to 'water_v1'@'%' identified by 'ccshuitou'