dotnetcore / SmartSql

SmartSql = MyBatis in C# + .NET Core+ Cache(Memory | Redis) + R/W Splitting + PropertyChangedTrack +Dynamic Repository + InvokeSync + Diagnostics
https://smartsql.net/
Apache License 2.0
1.1k stars 222 forks source link

SqlMap的Scope中有特殊符号“."时,会加载不到sql #91

Closed bryanli2018 closed 5 years ago

bryanli2018 commented 5 years ago
Scope 中有个" . ",同时使用 时,会报异常信息”ConfigLoader can not find SqlMap.Scoe:BSM“
Ahoo-Wang commented 5 years ago

Scope 里边是不可以有【.】的。

bryanli2018 commented 5 years ago

了解,谢谢!