jarrysix

Results 29 comments of jarrysix

建议订阅DDD相关的技术文档哦, 常用的分析模型有`四色原型`

@weidongbcn 数据库需要使用postgresql 导入备份文件: [go2o_pg.sql](https://github.com/ixre/go2o/blob/feature/docs/data/go2o_pg.sql)

@weidongbcn 1.14 是pgadmin的版本, 我这用的是最新的pgadmin

@zhuewizz 用命令可以导入的, 或者用pgadmin导入下

从2.0起具体的支付从核心服务里去掉了. 只提供了支付成功后的处理订单的业务逻辑. 具体支付网上可以搜索到很多

#[5cfbebf](https://github.com/ixre/go2o/commit/5cfbebf559680e8d9077ea23aed9abde2b52aa0f) 已经移除go-micro依赖, 请重新试试,有问题再反馈

This registry must use by password. also, you can deploy as docker image standalone!

this is work fine for me ``` // 返回POS协议的打印字节 Future getPosPrintBytes(TicketPrintTask data) async { List bytes = []; // Xprinter XP-N160I final profile = await CapabilityProfile.load(); // PaperSize.mm80 or PaperSize.mm58...