<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Microservice - Tag - HEJTAO</title>
        <link>https://hejtao.netlify.app/tags/microservice/</link>
        <description>Microservice - Tag - HEJTAO</description>
        <generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Tue, 02 Apr 2024 00:00:00 &#43;0000</lastBuildDate><atom:link href="https://hejtao.netlify.app/tags/microservice/" rel="self" type="application/rss+xml" /><item>
    <title>Microservice with Go</title>
    <link>https://hejtao.netlify.app/posts/cs-microservice/</link>
    <pubDate>Tue, 02 Apr 2024 00:00:00 &#43;0000</pubDate>
    <author>HEJTAO.COM</author>
    <guid>https://hejtao.netlify.app/posts/cs-microservice/</guid>
    <description><![CDATA[Go-Zero Kratos Quick Start install prerequisites
brew install go brew install protoc brew install protoc-gen-go # the binary will be under `~/go/bin`, so add it to your PATH go install github.com/go-kratos/kratos/cmd/kratos@latest create a new project
kratos new kratos-demo cd kratos-demo go mod download start the project
go generate ./... kratos run API Generate a service delete api/helloworld
add .proto file with kratos proto add api/sfh/v1/sfh.proto
in order to support HTTP, modify api/sfh/v1/sfh.]]></description>
</item>
</channel>
</rss>
