|
@@ -1,4 +1,4 @@
|
|
-
|
|
|
|
|
|
+
|
|
<div align=center>
|
|
<div align=center>
|
|
<img src="http://qmplusimg.henrongyi.top/gvalogo.jpg" width=300" height="300" />
|
|
<img src="http://qmplusimg.henrongyi.top/gvalogo.jpg" width=300" height="300" />
|
|
</div>
|
|
</div>
|
|
@@ -105,10 +105,83 @@ We are excited that you are interested in contributing to gin-vue-admin. Before
|
|
docker-compose up -d
|
|
docker-compose up -d
|
|
```
|
|
```
|
|
|
|
|
|
- - Web project preview [http://127.0.0.1:8888/admin](http://127.0.0.1:8888/admin)
|
|
|
|
|
|
+ - Web project preview [http://127.0.0.1:8000](http://127.0.0.1:8000)
|
|
|
|
|
|
- swagger APIs [http://127.0.0.1:8888/swagger/index.html](http://127.0.0.1:8888/swagger/index.html)
|
|
- swagger APIs [http://127.0.0.1:8888/swagger/index.html](http://127.0.0.1:8888/swagger/index.html)
|
|
|
|
|
|
|
|
+- Openhttp://127.0.0.1:8000, if the verification code cannot be displayed or padding,Please try the following
|
|
|
|
+
|
|
|
|
+ - ```shell
|
|
|
|
+ # Enter the following command in the terminal to find
|
|
|
|
+ docker network inspect gin-vue-admin_default
|
|
|
|
+ [
|
|
|
|
+ {
|
|
|
|
+ "Name": "gin-vue-admin_default",
|
|
|
|
+ "Id": "dd65598bd3fcce9916a88161f26268f4e08a6d5bd1c619d07e69abc93c69bba3",
|
|
|
|
+ "Created": "2020-09-10T10:36:37.868984015Z",
|
|
|
|
+ "Scope": "local",
|
|
|
|
+ "Driver": "bridge",
|
|
|
|
+ "EnableIPv6": false,
|
|
|
|
+ "IPAM": {
|
|
|
|
+ "Driver": "default",
|
|
|
|
+ "Options": null,
|
|
|
|
+ "Config": [
|
|
|
|
+ {
|
|
|
|
+ "Subnet": "172.29.0.0/16",
|
|
|
|
+ "Gateway": "172.29.0.1"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "Internal": false,
|
|
|
|
+ "Attachable": true,
|
|
|
|
+ "Ingress": false,
|
|
|
|
+ "ConfigFrom": {
|
|
|
|
+ "Network": ""
|
|
|
|
+ },
|
|
|
|
+ "ConfigOnly": false,
|
|
|
|
+ "Containers": {
|
|
|
|
+ "1e246725c7ab689608c9f451c57a892e070fd63ec971d1749ede8dfbdaf704e1": {
|
|
|
|
+ "Name": "gva-redis",
|
|
|
|
+ "EndpointID": "d457e4babd5676e289bdf4f4c5ef0ce30c2acd87d437bfd7ea8809467a9304ef",
|
|
|
|
+ "MacAddress": "02:42:ac:1d:00:02",
|
|
|
|
+ "IPv4Address": "172.29.0.2/16",
|
|
|
|
+ "IPv6Address": ""
|
|
|
|
+ },
|
|
|
|
+ "7228d1c37654173e78a5ae82047b3a3b771feeea855dcc1e88e8e29e262bf789": {
|
|
|
|
+ "Name": "gva-web",
|
|
|
|
+ "EndpointID": "ffc9c29b9aa1e4c7a56b9e8060fff455295813298df585df51b802548c477969",
|
|
|
|
+ "MacAddress": "02:42:ac:1d:00:05",
|
|
|
|
+ "IPv4Address": "172.29.0.5/16",
|
|
|
|
+ "IPv6Address": ""
|
|
|
|
+ },
|
|
|
|
+ "99b6063801049d659a329cada5ad0d418c02a9956794b9bcbc07327fff3a1e58": {
|
|
|
|
+ "Name": "gva-server",
|
|
|
|
+ "EndpointID": "9a04629997d8b9aa6d75cc396d5dbb54bc5d239017a1010bacb53f73e2d46199",
|
|
|
|
+ "MacAddress": "02:42:ac:1d:00:04",
|
|
|
|
+ "IPv4Address": "172.29.0.4/16",
|
|
|
|
+ "IPv6Address": ""
|
|
|
|
+ },
|
|
|
|
+ "af60bee9ddca855beaf6bd6c6612516970f1336215af622d560f982276d9e4c6": {
|
|
|
|
+ "Name": "gva-mysql",
|
|
|
|
+ "EndpointID": "998a67b2b2ca9a12c916e97bf30f6b5879ee610c52d5ab329253192acd686cd8",
|
|
|
|
+ "MacAddress": "02:42:ac:1d:00:03",
|
|
|
|
+ "IPv4Address": "172.29.0.3/16",
|
|
|
|
+ "IPv6Address": ""
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "Options": {},
|
|
|
|
+ "Labels": {
|
|
|
|
+ "com.docker.compose.network": "default",
|
|
|
|
+ "com.docker.compose.project": "gin-vue-admin",
|
|
|
|
+ "com.docker.compose.version": "1.26.2"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ # Replace the ip on line 20 of .docker-compose/nginx/conf.d/my.conf with the ip of IPv4Address whose Name is "gva-server"
|
|
|
|
+ ```
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
```
|
|
```
|
|
- node version > v8.6.0
|
|
- node version > v8.6.0
|
|
- golang version >= v1.11
|
|
- golang version >= v1.11
|
|
@@ -155,7 +228,7 @@ go get -u github.com/swaggo/swag/cmd/swag
|
|
````
|
|
````
|
|
|
|
|
|
##### (2) In mainland China
|
|
##### (2) In mainland China
|
|
-
|
|
|
|
|
|
+
|
|
In mainland China, access to go.org/x is prohibited,we recommend [goproxy.io](https://goproxy.io/zh/)
|
|
In mainland China, access to go.org/x is prohibited,we recommend [goproxy.io](https://goproxy.io/zh/)
|
|
|
|
|
|
````bash
|
|
````bash
|
|
@@ -278,7 +351,7 @@ backend code file: model\dnModel\api.go
|
|
|
|
|
|
(1) Development environment course
|
|
(1) Development environment course
|
|
> Bilibili:https://www.bilibili.com/video/BV1Fg4y187Bw/
|
|
> Bilibili:https://www.bilibili.com/video/BV1Fg4y187Bw/
|
|
-
|
|
|
|
|
|
+
|
|
(2) Template course
|
|
(2) Template course
|
|
> Bilibili:https://www.bilibili.com/video/BV16K4y1r7BD/
|
|
> Bilibili:https://www.bilibili.com/video/BV16K4y1r7BD/
|
|
|
|
|
|
@@ -293,8 +366,8 @@ backend code file: model\dnModel\api.go
|
|
### 8.1 Groups
|
|
### 8.1 Groups
|
|
#### QQ group: 622360840
|
|
#### QQ group: 622360840
|
|
|
|
|
|
-| QQ group |
|
|
|
|
-| :---: |
|
|
|
|
|
|
+| QQ group |
|
|
|
|
+| :---: |
|
|
| <img src="http://qmplusimg.henrongyi.top/qq.jpg" width="180"/> |
|
|
| <img src="http://qmplusimg.henrongyi.top/qq.jpg" width="180"/> |
|
|
|
|
|
|
|
|
|