Skip to content

Commit

Permalink
course update
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Dec 17, 2024
1 parent 072efff commit fd75421
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@ services:
需要注意的是,微服务架构下,每个单独的服务都应当有自己的数据库。所以,我们需要建立两个数据库,名称分别是`user``word`

```sql
CREATE DATABASE user;
CREATE DATABASE word;
CREATE DATABASE `user`;
CREATE DATABASE `word`;
```

0 comments on commit fd75421

Please sign in to comment.