-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] add mybatis-plus samples #37
Conversation
Thanks for your contribution @VampireAchao . And, please add new modules in .github/workflows/ci.yml and we can merge it after the new ci job passes; just like :#36 |
@caifeizhi Done. |
Sorry for the late response. The basic CI workflow of this repository is based on a |
@whhe Thx for review,I've added the run.sh file in the newly created directory as advised. |
Hi @VampireAchao, thank you for your update. The code is overall LGTM, but there is a little problem with the CI workflow. The current basic ci workflow already includes the step of starting a database container by default, so if you want to use testcontainers to manage the database container, you should set |
Thx again, PTAL 👀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Summary
This pull request introduces a new MyBatis-Plus OceanBase sample, aiming to enhance the documentation and examples available for developers integrating MyBatis-Plus with OceanBase.
Solution Description
The solution includes the following key components:
init.sql
script that not only creates necessary tables but also populates them with initial data for immediate testing and demonstration purposes.