docs: correct database name in spring-mysql-redis readme#110
docs: correct database name in spring-mysql-redis readme#110Bipin702 wants to merge 1 commit intokeploy:mainfrom
Conversation
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
Description
This pull request addresses a documentation error in the
spring-mysql-redis/README.mdfile.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
How Has This Been Tested?
This is a documentation-only change. The fix can be verified with the following steps:
spring-mysql-redisdirectory.README.mdfile.#### MySQL Container.Checklist: