Fix missing Kratos component id (#7435)
This commit is contained in:
parent
9a05ad4b42
commit
139bb56ac9
|
|
@ -476,12 +476,9 @@ GoMicroClient:
|
|||
GoMicroServer:
|
||||
id: 5009
|
||||
languages: Golang
|
||||
GoKratosServer:
|
||||
Kratos:
|
||||
id: 5010
|
||||
languages: Golang
|
||||
GoKratosClient:
|
||||
id: 5011
|
||||
languages: Golang
|
||||
GoMysql:
|
||||
id: 5012
|
||||
languages: Golang
|
||||
|
|
@ -617,6 +614,4 @@ Component-Server-Mappings:
|
|||
spring-kafka-consumer: kafka-consumer
|
||||
mssql-jdbc-driver: SqlServer
|
||||
Psychopg: PostgreSQL
|
||||
GoKratosClient: Kratos
|
||||
GoKratosServer: Kratos
|
||||
GoMysql: Mysql
|
||||
|
|
|
|||
Loading…
Reference in New Issue