You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -58,7 +58,7 @@ Additionally, developers can use custom templates to generate various types of c
58
58
59
59
1.**Install sponge**
60
60
61
-
sponge supports installation on Windows, macOS, and Linux. Click to view the [**sponge installation guide**](https://github.com/zhufuyi/sponge/blob/main/assets/install-cn.md).
61
+
Sponge supports installation on Windows, macOS, and Linux. Click to view the [**sponge installation guide**](https://github.com/go-dev-frame/sponge/blob/main/assets/install-cn.md).
62
62
63
63
2.**Open the code generation UI**
64
64
@@ -71,10 +71,10 @@ Additionally, developers can use custom templates to generate various types of c
71
71
Access `http://localhost:24631` in a local browser to generate code through the UI interface, as shown below:
> To access from a browser on a different host, specify the host IP or domain when starting the UI, e.g., `sponge run -a http://your_host_ip:24631`. Alternatively, you can run the UI service in Docker to support cross-host access. Click to view the guide on [running the sponge UI service in Docker](https://github.com/zhufuyi/sponge/blob/main/assets/install-cn.md#Docker%E7%8E%AF%E5%A2%83).
77
+
> To access from a browser on a different host, specify the host IP or domain when starting the UI, e.g., `sponge run -a http://your_host_ip:24631`. Alternatively, you can run the UI service in Docker to support cross-host access. Click to view the guide on [running the sponge UI service in Docker](https://github.com/go-dev-frame/sponge/blob/main/assets/install-cn.md#Docker%E7%8E%AF%E5%A2%83).
78
78
79
79
<br>
80
80
@@ -85,15 +85,15 @@ Sponge supports generating code using both built-in templates and custom templat
85
85
1. The code generation framework based on Sponge's built-in templates is shown below. There are two approaches: SQL and Protobuf.
@@ -103,7 +103,7 @@ Sponge supports generating code using both built-in templates and custom templat
103
103
Sponge supports creating six types of backend services, all based on microservice architecture. The diagram below illustrates a typical layered microservice structure, featuring high performance, scalability, and built-in service governance capabilities.
- Service registration and discovery [etcd](https://github.com/etcd-io/etcd), [consul](https://github.com/hashicorp/consul), [nacos](https://github.com/alibaba/nacos)
@@ -144,7 +144,7 @@ Click to view the [**test code**](https://github.com/zhufuyi/microservices_frame
144
144
- Configuration center [nacos](https://github.com/alibaba/nacos)
0 commit comments