beer-shop icon indicating copy to clipboard operation
beer-shop copied to clipboard

An online shop application, the complete microservices demo for kratos.

Results 8 beer-shop issues
Sort by recently updated
recently updated
newest added

otherwise linux's find command gives some errors about global options

api内部采用的 `module/service|job/v1/` 的结构,导致 import 的时候出现一堆需要 alias 的问题,不够友好。为什么不是采用:`service|job/module` 的形式呢?这样,import 的时候就无需大量 alias 了。 另外,`v1` 目录也显得有些多余,在我看来, `service|job/module` 本身表示 v1 版本,而 `service|job/module/v2` 这样的表示 v1 以外的版本,不是更符合 go 开发的惯例么?非要这样设计的目的是什么? 另外,从模块版本控制上来看, v1、v2 内部的 pacakge name 采用 module,而不是...

1. 修改相关Makefile报错的问题,主要是路径问题 2. 增加`third_party/google/protobuf`,这个目录应该放在`/usr/local/include/google`, 此时`proto`相关语句应该增加参数:`--proto_path=/usr/local/include`, 否则会报找不到相关`proto`文件 3. 目前部分服务的代码中不包括`ent`的生成目录,此时去执行`make ent`会报错, 为使编译继续运行,暂时通过`-`忽略错误。 命令示例: ``` make [service=cart] make [service=cart] api make [service=cart] wire make [service=cart] proto make [service=cart] ent make [service=cart] build make...

bug fixed: 1. incorrect password still allows login, 2. user card names didn't save. new features: 1. enabled tracing for redis operations 2. enabled tracing for ent operations 3. finished...

fix find command on linux