FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

docs: correct database name in spring-mysql-redis readme by Bipin702 · Pull Request #110 · keploy/samples-java · GitHub

docs: correct database name in spring-mysql-redis readme - #110

Open
Bipin702 wants to merge 1 commit into
keploy:mainfrom
Bipin702:fix-readme-mysql-redis
Open

docs: correct database name in spring-mysql-redis readme#110
Bipin702 wants to merge 1 commit into
keploy:mainfrom
Bipin702:fix-readme-mysql-redis

Conversation

Copy link
Copy Markdown

Description

This pull request addresses a documentation error in the spring-mysql-redis/README.md file.

The setup guide for the Docker container incorrectly had a heading for "PostgreSQL" when all the associated commands and the application itself are configured for MySQL. This change corrects the heading to "MySQL" to provide clarity and prevent confusion for developers using this sample.

This fixes a minor documentation bug.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • This change requires a documentation update

How Has This Been Tested?

This is a documentation-only change. The fix can be verified with the following steps:

  1. Navigate to the spring-mysql-redis directory.
  2. Open the README.md file.
  3. Confirm that the heading for the database setup now correctly reads #### MySQL Container.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings
  • I have tagged the reviewers in a comment below incase my pull request is ready for a review
  • I have signed the commit message to agree to Developer Certificate of Origin (DCO) (to certify that you wrote or otherwise have the right to submit your contribution to the project.) by adding "--signoff" to my git commit command.

Copilot AI review requested due to automatic review settings June 19, 2025 04:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Pull Request Overview

This pull request fixes a documentation error in the spring-mysql-redis sample README by correcting the incorrect PostgreSQL heading to accurately refer to MySQL.

  • Updated heading from "#### PostgreSQL Container" to "#### MySQL Container"
  • Documentation fix to prevent confusion regarding the configured database

pratik-mahalle left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Hey @Bipin2004, Thanks for raising this pr.
Unfortunately, this PR doesn’t include any meaningful changes, typos and breaking links are supposed or just content changes are to be reported not fixed. You can do so on the specific two repositories that we provided. In the future, please ensure that a PR in this repo is raised only if you’ve made substantial updates or solved a particular issue. This helps keep the process efficient and organized.
This being a part of an assignment in api fellowship would be counted since you were supposed to create a pr but wont be merged since this is not that relevant of a change. I’m sure you understand, and I appreciate your cooperation on this. We will be closing this PR for now.

Achanandhi-M left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL