Skip to content

Commit

Permalink
Merge pull request #1194 from yangj1211/fix1217
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
yangj1211 authored Dec 17, 2024
2 parents cbcd7f9 + 3b51a63 commit 0ef2db4
Show file tree
Hide file tree
Showing 3 changed files with 782 additions and 953 deletions.
3 changes: 3 additions & 0 deletions docs/MatrixOne/Tutorial/django-python-crud-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ pip3 install pymysql -i https://pypi.tuna.tsinghua.edu.cn/simple
'PORT': 6001, # 端口
'USER': 'root', # 数据库用户名
'PASSWORD': '111', # 数据库密码
'OPTIONS': {
'autocommit': True
}
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/MatrixOne/Tutorial/springboot-hibernate-crud-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public class BookStoreController {
}
```

### 2. BooStoreDAO.java
### 2. BookStoreDAO.java

```
package com.example.jpademo.dao;
Expand Down
Loading

0 comments on commit 0ef2db4

Please sign in to comment.