File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,20 +9,20 @@ go mod init github.com/xmlking/micro-starter-kit
99mkdir service api fnc
1010
1111# scaffold modules
12- micro new --fqdn= " mkit.service.account" --type= " service " --alias= " account" service/account
13- micro new --fqdn= " mkit.service.greeter" --type= " service " --alias= " greeter" service/greeter
14- micro new --fqdn= " mkit.service.emailer" --type= " service " --alias= " emailer" service/emailer
12+ micro new --fqdn mkit.service.account --type srv --alias account service/account
13+ micro new --fqdn mkit.service.greeter --type srv --alias greeter service/greeter
14+ micro new --fqdn mkit.service.emailer --type srv --alias emailer service/emailer
1515# micro new --fqdn="mkit.service.emailer" --type="service" \
1616# --alias="emailer" --plugin=client/selector=static:broker=nats service/emailer
17- micro new --fqdn= " mkit.service.recorder" --type= " service " --alias= " recorder" service/recorder
17+ micro new --fqdn mkit.service.recorder --type srv --alias recorder service/recorder
1818```
1919
2020## Setup project
2121
2222### GitFlow setup
2323
2424``` bash
25- git flow init -D
25+ git flow init -d
2626```
2727
2828### CHANGELOG generator setup
You can’t perform that action at this time.
0 commit comments