mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-24 16:46:35 +08:00
!93 feat: DBMS支持mssql和一些功能优化
* feat: 表格+表格元数据缓存 * feat:跳板机支持多段跳 * fix: 所有数据库区分字段主键和自增 * feat: DBMS支持mssql * refactor: 去除无用的getter方法
This commit is contained in:
@@ -10,7 +10,3 @@ func InitIoc() {
|
||||
|
||||
ioc.Register(new(mongoAppImpl), ioc.WithComponentName("MongoApp"))
|
||||
}
|
||||
|
||||
func GetMongoApp() Mongo {
|
||||
return ioc.Get[Mongo]("MongoApp")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user