We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeae749 commit baa9dc6Copy full SHA for baa9dc6
examples/simple/main.go
@@ -9,6 +9,11 @@ import (
9
"github.com/infraboard/mcube/v2/ioc/config/datasource"
10
"github.com/infraboard/mcube/v2/ioc/server"
11
"gorm.io/gorm"
12
+
13
+ // 开启Health健康检查
14
+ _ "github.com/infraboard/mcube/v2/ioc/apps/health/gin"
15
+ // 开启Metric
16
+ _ "github.com/infraboard/mcube/v2/ioc/apps/metric/gin"
17
)
18
19
func main() {
0 commit comments