-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates ShardingSphere to 5.5.0 and fall back on explicit version loc…
…king for Logback
- Loading branch information
1 parent
bc030be
commit 04702ae
Showing
8 changed files
with
326 additions
and
440 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,12 +28,17 @@ | |
|
||
## Contributing | ||
|
||
我们欢迎社区的贡献。 | ||
我们欢迎社区的贡献。围绕此 git 的讨论与协作应通过 https://github.com/baomidou/dynamic-datasource/issues 进行。 | ||
|
||
针对 IDE,项目的语言级别应设置为 JDK 8,对于单独的 `com.baomidou:springboot3-sample` 子模块,语言级别应设置为 JDK 17 。 | ||
在提交 Pull Request 之前, 请在本地通过 [OpenJDK 17, OpenJDK 21] 的 JDK 范围下完成此命令的验证。 | ||
我们鼓励通过 `SDKMAN!` 切换到 `21.0.1-graalce` 来验证。 | ||
我们鼓励通过 `SDKMAN!` 切换到 `21.0.2-graalce` 来验证。 | ||
|
||
```shell | ||
./mvnw -T1C clean test | ||
sdk install java 21.0.2-graalce | ||
sdk use java 21.0.2-graalce | ||
|
||
git clone [email protected]:dynamic-datasource/dynamic-datasource-samples.git | ||
cd ./dynamic-datasource-samples/ | ||
./mvnw -T1C -e clean test | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.