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.
Comment From: scottfrederick
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.
Comment From: hendisantika
Yes. Please share github repo link to check @kalidas1991
Comment From: spring-projects-issues
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.
Comment From: spring-projects-issues
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.