-
Notifications
You must be signed in to change notification settings - Fork 440
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 Exception #2
Comments
Hi, Can you tell me your Spring Boot version and MySQL version? Also share the |
I have spring boot (v2.0.0.RELEASE) and I haven't specified MySql version explicitly. here is my pom.xml. `
|
hi,I just downloaded your project and loaded it in eclipse and still the same error persists,Iam using "Clean install spring-boot:run" command as goals while running as maven build in eclipse. |
Hey, I wanted to know your mysql server version
Also, there is a stackoverflow thread here on this issue. Have you checked that? |
Hi @josephraj2k16 , If you have a trouble with mysql and its not important to use mysql, you can test it via H2 db easily |
Hi @josephraj2k16, this exception has also occurred for me while working with a similar CRUD app. MySQL server has lost the connection. You just need to reconfigure MySQL server to avoid the exception. |
Hi @coding-with-parthasarathi and @josephraj2k16 , https://github.com/ramazansakin/spring-boot-mysql-rest-api-tutorial/tree/master |
Hello, I have a proposal to improve exception handling. If you're interested, I'll create a pull request (PR). |
hi,
I followed the code from your blog,and created the same notes app project.After I built the maven project it shows mysql exception like below:
In database side I just created a notes_app schema alone and im using mysql workbench.
The text was updated successfully, but these errors were encountered: