|
11 | 11 | [](https://pkg.go.dev/github.com/zhufuyi/sponge) |
12 | 12 | [](https://github.com/zhufuyi/sponge/actions) |
13 | 13 | [](https://img.shields.io/github/license/zhufuyi/sponge) |
14 | | -[](https://gitter.im/zhufuyi/sponge?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
15 | 14 |
|
16 | 15 | </div> |
17 | 16 |
|
@@ -80,36 +79,14 @@ Visit `http://localhost:24631` in your browser, generate code by manipulating it |
80 | 79 |
|
81 | 80 | <br> |
82 | 81 |
|
83 | | -Example of sql based web project code generation. |
84 | | - |
85 | | -<p align="center"> |
86 | | -<img width="1500px" src="https://raw.githubusercontent.com/zhufuyi/sponge/main/assets/web-http-en.gif"> |
87 | | -</p> |
88 | | - |
89 | | -After downloading the web project code, execute the command to start the service. |
90 | | - |
91 | | -```bash |
92 | | -# update swagger |
93 | | -make docs |
94 | | - |
95 | | -# build and run |
96 | | -make run |
97 | | -``` |
98 | | - |
99 | | -<br> |
100 | | - |
101 | | -💡 If you don't want to use the UI interface, you can use the sponge command line to generate code, there is a wealth of examples in the command line helper information, and some of the code generation commands are more convenient than using the UI interface. |
102 | | - |
103 | | -<br> |
104 | | - |
105 | 82 | ### Examples of use |
106 | 83 |
|
107 | | -- [Generate the complete web service project code](https://github.com/zhufuyi/sponge/tree/main/examples/1_web-gin-CRUD) |
108 | | -- [Generate generic web service project code](https://github.com/zhufuyi/sponge/tree/main/examples/2_web-gin-protobuf) |
109 | | -- [Generate complete microservice(gRPC) project code](https://github.com/zhufuyi/sponge/tree/main/examples/3_micro-grpc-CRUD) |
110 | | -- [Generates generic microservice(gRPC) project code](https://github.com/zhufuyi/sponge/tree/main/examples/4_micro-grpc-protobuf) |
111 | | -- [Generate rpc gateway service project code](https://github.com/zhufuyi/sponge/tree/main/examples/5_micro-gin-rpc-gateway) |
112 | | -- [Generate microservice cluster project code](https://github.com/zhufuyi/sponge/tree/main/examples/6_micro-cluster) |
| 84 | +- [1_web-gin-CRUD](https://github.com/zhufuyi/sponge_examples/tree/main/1_web-gin-CRUD) |
| 85 | +- [2_web-gin-protobuf](https://github.com/zhufuyi/sponge_examples/tree/main/2_web-gin-protobuf) |
| 86 | +- [3_micro-grpc-CRUD](https://github.com/zhufuyi/sponge_examples/tree/main/3_micro-grpc-CRUD) |
| 87 | +- [4_micro-grpc-protobuf](https://github.com/zhufuyi/sponge_examples/tree/main/4_micro-grpc-protobuf) |
| 88 | +- [5_micro-gin-rpc-gateway](https://github.com/zhufuyi/sponge_examples/tree/main/5_micro-gin-rpc-gateway) |
| 89 | +- [6_micro-cluster](https://github.com/zhufuyi/sponge_examples/tree/main/6_micro-cluster) |
113 | 90 |
|
114 | 91 | <br> |
115 | 92 |
|
|
0 commit comments