-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
1、docker-compose -f docker-compose.db.yml up -d
缺少一步将config.example.yaml 改为config.yaml
否则映射到容器内变成了目录,启动报错
2、客户端构建
`# 设置加密密钥和服务器地址
windows
make client ENCRYPT_KEY_STR=123456789 SERVER_ADDR=http://localhost:8888
linux
make client-linux ENCRYPT_KEY_STR=123456789 SERVER_ADDR=http://localhost:8888`
这一步需要在根目录下操作
3、具体使用场景是什么呢?比如我是个springboot,要想让程序更安全具体交互逻辑是什么样呢
Metadata
Metadata
Assignees
Labels
No labels