Skip to content

Conversation

@nagwanshi
Copy link

Corrects the last line of the sample application.properties snippet by changing "spring.jpa.show-sql: true" to the proper "spring.jpa.show-sql=true" to ensure the snippet works as expected.

Correct property syntax in MySQL access guide
Replaces the invalid spring.jpa.show-sql: true with the correct spring.jpa.show-sql=true to ensure the snippet works as expected.

Signed-off-by: Sapna Nagwanshi <nagwanshisapna@gmail.com>
Update README.adoc
Correct property syntax in MySQL access guide
The final line of the application.properties example used a colon instead of =.
Updated the snippet to use the correct Spring Boot property format:
spring.jpa.show-sql=true
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.

1 participant