Skip to content
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

[Feat]: Add a demo of SpringBoot #46

Merged
merged 9 commits into from
May 20, 2024

Conversation

bruce-pang
Copy link
Contributor

Summary

This pull request introduces a new SpringBoot OceanBase sample, aiming to enhance the documentation and examples available for developers integrating SpringBoot with OceanBase.

Solution Description

1. Setup and Configuration: A detailed setup configuration for integrating SpringBoot with OceanBase, including Maven dependencies and application configuration files.
2. Initialization Script: An init.sql script that not only creates necessary tables but also populates them with initial data for immediate testing and demonstration purposes.
3. Sample Application: A small Spring Boot application demonstrating the configuration and use of Spring Data JPA to perform database operations such as read on the OceanBase database.

@bruce-pang
Copy link
Contributor Author

@whhe Done.

@whhe whhe linked an issue May 20, 2024 that may be closed by this pull request
2 tasks
…o springboot-oceanbase

# Conflicts:
#	.github/workflows/ci.yml
…o springboot-oceanbase

# Conflicts:
#	.github/workflows/ci.yml
@bruce-pang
Copy link
Contributor Author

@whhe Done. Thx again, PTAL.

@whhe whhe merged commit 6ba059b into oceanbase:master May 20, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat.]: Add a demo of SpringBoot
2 participants