# coding_447_category **Repository Path**: luigino/coding_447_category ## Basic Information - **Project Name**: coding_447_category - **Description**: No description available - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-08 - **Last Updated**: 2025-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 课程中的 git.imooc.com/`cap1573`/category 需要更改为 git.imooc.com/`coding-447`/category # Category service Go微服务定制容器 名称为 Category 类型 service ## Getting Started - [Configuration](#configuration) - [Dependencies](#dependencies) - [Usage](#usage) ## Configuration - FQDN: go.micro.service.category - Type: service - Alias: category ## Dependencies Micro services depend on service discovery. The default is multicast DNS, a zeroconf system. In the event you need a resilient multi-host setup we recommend etcd. ## 构建 ``` make build ``` Run the service ``` ./category-service ``` Build a docker image ``` make docker ```