Skip to content

Commit 0fea664

Browse files
committed
Update database.md & web-applications.md
1 parent ddafc1d commit 0fea664

File tree

5 files changed

+1
-15
lines changed

5 files changed

+1
-15
lines changed

.idea/AugmentWebviewStateStore.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

en/database.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ The `DatabaseOperator` class provides the following transaction-related methods:
404404
6. Handle exceptions appropriately, ensuring transactions are rolled back on errors
405405

406406
Note: If a `DatabaseOperator` with an active transaction is closed without explicitly committing or rolling back the transaction, the transaction will be automatically rolled back to ensure data integrity.
407-
```
408407

409408
## Object Mapping Approach
410409

en/web-applications.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ bin/dispatcher start --import org.tinystruct.system.NettyHttpServer
1818
bin/dispatcher start --import org.tinystruct.system.TomcatServer
1919
```
2020

21-
### Undertow Server
22-
23-
```bash
24-
bin/dispatcher start --import org.tinystruct.system.UndertowServer
25-
```
26-
2721
## Request Handling
2822

2923
### URL Patterns

zh/database.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ try (DatabaseOperator operator = new DatabaseOperator()) {
404404
6. 适当处理异常,确保在出错时回滚事务
405405

406406
注意:如果带有活动事务的 `DatabaseOperator` 在未显式提交或回滚事务的情况下关闭,事务将自动回滚以确保数据完整性。
407-
```
408407

409408
## 对象映射方法
410409

zh/web-applications.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ bin/dispatcher start --import org.tinystruct.system.NettyHttpServer
1818
bin/dispatcher start --import org.tinystruct.system.TomcatServer
1919
```
2020

21-
### Undertow 服务器
22-
23-
```bash
24-
bin/dispatcher start --import org.tinystruct.system.UndertowServer
25-
```
26-
2721
## 请求处理
2822

2923
### URL 模式

0 commit comments

Comments
 (0)