Skip to content

Commit

Permalink
changelog style
Browse files Browse the repository at this point in the history
  • Loading branch information
charle004 committed Sep 9, 2024
1 parent 4e4a1f8 commit ff9c93a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ This source code is licensed under Apache 2.0 License.
person:
space: PERSON_SPACE
```
```java
@Space(name = "${app.person.space}")
@Table(name = "person")
Expand All @@ -113,14 +113,16 @@ This source code is licensed under Apache 2.0 License.
}
}
```

- XML example:

```xml
<mapper namespace="com.xxx.TestSpaceMapper" space="${app.person.space}">
</mapper>
```



# 1.2.2

## Bugfix
Expand Down

0 comments on commit ff9c93a

Please sign in to comment.