1
0
forked from x/ContextOS
This commit is contained in:
IT 老营长 @云轩领航-创始人 2022-08-24 14:26:29 +08:00
parent df706ba2bf
commit 37485beb93
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ import (
_ "shylinux.com/x/golang-story/src/runtime"
_ "shylinux.com/x/mysql-story/src/client"
_ "shylinux.com/x/mysql-story/src/es"
_ "shylinux.com/x/mysql-story/src/server"
_ "shylinux.com/x/nginx-story/src/server"
_ "shylinux.com/x/redis-story/src/client"

View File

@ -45,7 +45,7 @@ project "研发群"
usr/redis-story/src/pulsar/pulsar.shy "消息队列"
mysql "存储 mysql"
usr/mysql-story/src/main.shy "数据存储"
usr/mysql-story/src/search/es.shy "搜索引擎"
usr/mysql-story/src/es/es.shy "搜索引擎"
usr/mysql-story/src/clickhouse/clickhouse.shy "数据存储"
profile "测试群"
website "定制 website"