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

Unable to create table when using in memory(H2 database) database #34451

Closed
kalidas1991 opened this issue Mar 2, 2023 · 4 comments
Closed

Unable to create table when using in memory(H2 database) database #34451

kalidas1991 opened this issue Mar 2, 2023 · 4 comments

Comments

@kalidas1991
Copy link

kalidas1991 commented Mar 2, 2023

I am using spring boot latest version 3.0.3 and trying hot create a record using H2 database.

  • Added H2 dependency
  • Added spring data source configuration in application.properties
  • created Entity class

But not able to show table after running the spring boot application.

Can someone please check what changes happening in 3.0.3 due to that my application is not working.
Same configuration using in spring boot 3.0.2 it's working fine.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Mar 2, 2023
@scottfrederick
Copy link
Contributor

If it's working in Spring Boot 3.0.2 but not in 3.0.3, you might be running into #34379. Do you have spaces or unusual characters on your application path?

If that's not the problem, then the information you've provided won't be enough for us to help you. If you would like us to spend some time investigating, please provide a complete minimal sample that reproduces the problem. You can share it with us by pushing it to a separate repository on GitHub or by zipping it and attaching it to this issue.

@scottfrederick scottfrederick added the status: waiting-for-feedback We need additional information before we can continue label Mar 2, 2023
@hendisantika
Copy link

Yes. Please share github repo link to check @kalidas1991

@spring-projects-issues spring-projects-issues added status: feedback-provided Feedback has been provided and removed status: waiting-for-feedback We need additional information before we can continue labels Mar 7, 2023
@wilkinsona wilkinsona added status: waiting-for-feedback We need additional information before we can continue and removed status: feedback-provided Feedback has been provided labels Mar 7, 2023
@spring-projects-issues
Copy link
Collaborator

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.

@spring-projects-issues spring-projects-issues added the status: feedback-reminder We've sent a reminder that we need additional information before we can continue label Mar 14, 2023
@spring-projects-issues
Copy link
Collaborator

Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.

@spring-projects-issues spring-projects-issues closed this as not planned Won't fix, can't repro, duplicate, stale Mar 21, 2023
@spring-projects-issues spring-projects-issues removed status: waiting-for-feedback We need additional information before we can continue status: feedback-reminder We've sent a reminder that we need additional information before we can continue status: waiting-for-triage An issue we've not yet triaged labels Mar 21, 2023
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

No branches or pull requests

5 participants