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

修改mysql连接,HibernateException异常解决方法 #1047

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

itxxq
Copy link
Contributor

@itxxq itxxq commented Jun 28, 2023

What's changed?

spring:
  jpa:
    hibernate:
      ddl-auto: update 
    properties:
      dialect: org.hibernate.dialect.MySQL5InnoDBDialect 

改为

  jpa:
    hibernate:
      ddl-auto: update
    properties:
      hibernate:
        dialect: org.hibernate.dialect.MySQL5InnoDBDialect

Checklist

  • I have read the Contributing Guide
  • I have written the necessary doc or comment.
  • I have added the necessary unit tests and all cases have passed.

Signed-off-by: moxi <46962357+itxxq@users.noreply.github.com>
@tomsun28 tomsun28 added the doc Improvements or additions to documentation label Jun 28, 2023
Copy link
Contributor

@tomsun28 tomsun28 left a comment

Choose a reason for hiding this comment

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

LGTM!👍

@tomsun28
Copy link
Contributor

@all-contributors please add @itxxq for doc

@tomsun28 tomsun28 merged commit 3104c6d into apache:master Jun 28, 2023
2 checks passed
@allcontributors
Copy link
Contributor

@tomsun28

I've put up a pull request to add @itxxq! 🎉

tomsun28 pushed a commit that referenced this pull request Jan 16, 2024
)

Signed-off-by: moxi <46962357+itxxq@users.noreply.github.com>
tomsun28 pushed a commit that referenced this pull request Mar 9, 2024
)

Signed-off-by: moxi <46962357+itxxq@users.noreply.github.com>
tomsun28 pushed a commit that referenced this pull request Mar 9, 2024
)

Signed-off-by: moxi <46962357+itxxq@users.noreply.github.com>
tomsun28 pushed a commit that referenced this pull request Mar 10, 2024
)

Signed-off-by: moxi <46962357+itxxq@users.noreply.github.com>
tomsun28 pushed a commit that referenced this pull request Mar 10, 2024
)

Signed-off-by: moxi <46962357+itxxq@users.noreply.github.com>
tomsun28 pushed a commit that referenced this pull request Mar 11, 2024
)

Signed-off-by: moxi <46962357+itxxq@users.noreply.github.com>
tomsun28 pushed a commit that referenced this pull request Mar 11, 2024
)

Signed-off-by: moxi <46962357+itxxq@users.noreply.github.com>
tomsun28 pushed a commit that referenced this pull request Mar 11, 2024
)

Signed-off-by: moxi <46962357+itxxq@users.noreply.github.com>
tomsun28 pushed a commit that referenced this pull request Mar 11, 2024
)

Signed-off-by: moxi <46962357+itxxq@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants