Ahoo Wang
Ahoo Wang
- 当前的 `machine_id_distribute.lua` 脚本是符合 Redis 官方集群模式 KEY 约定的(即 *CosId* 保证了所有脚本操作的 KEY 都在同一个 Slot)。  - 如果为了符合 阿里云的云产品 Redis 约定,而修改 LUA 传递 KEY 的方式,值得讨论。 - 优势:阿里云的云产品 Redis 用户无需更改集群配置。 - 劣势:KEY 的构造放到...
> 因受到 GitHub Runner 资源限制,运行在 GitHub Runner 中的基准测试与真实环境基准测试对比有非常大的差距(近2倍), 但是对于运行在同一环境配置资源情况下(都运行在 GitHub Runner),进行 commit 前后的基准对比、以及第三方库的对比依然是有价值的。 https://github.com/Ahoo-Wang/CosId/actions/workflows/benchmark-vs-test.yml https://github.com/Ahoo-Wang/CosId/runs/4824055595?check_suite_focus=true 
@long172066912 Can you help refine the documentation?
感谢你的反馈,你使用的是 spring-boot 2.1.* 版本对吗。
> 系统的架构趋同于系统设计团队的沟通结构。 周神,这句话的翻译应该是不准确的。 组织的沟通结构 ≠ 系统设计团队的沟通结构 在康威定律上下文中 组织的沟通结构这句话应该近似可以理解为企业的组织架构,而不应该是系统设计团队。 所以根据康威定律,企业应用微服务拆分有一个很容易识别的边界就是组织结构。
https://smartsql.net/config/sqlmap.html#multipleresultmap
UseTransactionAttribute 作用域是 动态仓储接口 , 请使用 SmartSql.AOP 提供的事务注解。 https://github.com/dotnetcore/SmartSql/blob/master/src/SmartSql.AOP/TransactionAttribute.cs
SmartSql.AOP.TransactionAttribute.cs 类注解的作用域,你可以尝试写写,然后提供PR。
提供一下复现步骤
我这里是有异常提示的。。。 ``` log SmartSql.Test.Unit.SmartSqlBuilderTest.Build_By_Xml SmartSql.Exceptions.SmartSqlException: can not find Property.Name:SmartSqlConnectionString. SmartSql.Exceptions.SmartSqlException can not find Property.Name:SmartSqlConnectionString. at SmartSql.Configuration.Properties.b__6_0(Match match) at System.Text.RegularExpressions.Regex.Replace(MatchEvaluator evaluator, Regex regex, String input, Int32 count, Int32 startat) at System.Text.RegularExpressions.Regex.Replace(String...