Commit 79162970 by 孙龙

up

parent 619a1f25
Showing with 5 additions and 1 deletions
set MICRO_REGISTRY=etcd
set MICRO_REGISTRY_ADDRESS=192.168.2.232:2379
go run ../cmd/search_server.go -config=../conf/config.ini
\ No newline at end of file
......@@ -10,7 +10,7 @@ import (
func main() {
cService:=micro.NewService(
micro.Name("go.micro.server.search"))
micro.Name("go.micro.grpc.search"))
cService.Init()
err:=bom.RegisterBomServiceHandler(cService.Server(),service.NewBomServiceImpl())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment