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
* Downloaded via [weblink](https://pan.baidu.com/s/1Ieelw6y3adECgktO0ea0Gg), extraction code: 9wwe
57
57
* After downloading to local, unzip apollo-quick-start.zip locally
@@ -73,7 +73,7 @@ Apollo server side needs a total of two databases: `ApolloPortalDB` and `ApolloC
73
73
> Note: If you have already created Apollo database locally, please take care to backup the data. The sql file we prepared will clear the Apollo related tables.
74
74
75
75
### 2.1.1 Creating ApolloPortalDB
76
-
Just import [sql/apolloportaldb.sql](https://github.com/nobodyiam/apollo-build-scripts/blob/master/sql/apolloportaldb.sql) through various MySQL clients.
76
+
Just import [sql/apolloportaldb.sql](https://github.com/apolloconfig/apollo-quick-start/blob/master/sql/apolloportaldb.sql) through various MySQL clients.
77
77
78
78
The following is an example of a native MySQL client.
79
79
```sql
@@ -90,7 +90,7 @@ select `Id`, `AppId`, `Name` from ApolloPortalDB.App;
90
90
| 1 | SampleApp | Sample App |
91
91
92
92
### 2.1.2 Creating ApolloConfigDB
93
-
You can import [sql/apolloconfigdb.sql](https://github.com/nobodyiam/apollo-build-scripts/blob/master/sql/apolloconfigdb.sql) through various MySQL clients.
93
+
You can import [sql/apolloconfigdb.sql](https://github.com/apolloconfig/apollo-quick-start/blob/master/sql/apolloconfigdb.sql) through various MySQL clients.
94
94
95
95
The following is an example of a native MySQL client.
## 2.2 Configuring Database Connection Information
109
-
The Apollo server needs to know how to connect to the database you created earlier, so you need to edit [demo.sh](https://github.com/nobodyiam/apollo-build-scripts/blob/master/demo.sh) and modify ApolloPortalDB and ApolloConfigDB related database connection string information.
109
+
The Apollo server needs to know how to connect to the database you created earlier, so you need to edit [demo.sh](https://github.com/apolloconfig/apollo-quick-start/blob/master/demo.sh) and modify ApolloPortalDB and ApolloConfigDB related database connection string information.
110
110
111
111
> Note: The filled in user needs to have read and write access to ApolloPortalDB and ApolloConfigDB data.
112
112
@@ -176,7 +176,7 @@ It should be noted that Quick Start does not support adding environments, but on
176
176
177
177
> Quick Start integrates with [Spring Security simple authentication](en/development/portal-how-to-implement-user-login-function?id=implementation-1-simple-authentication-using-spring-security-provided-by-apollo), for more information you can refer to [Portal implementing user login function](en/development/portal-how-to-implement-user-login-function)
0 commit comments