I am getting below error. Any idea? Your input is greatly appreciated. Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a suitable driver class Action: Consider the following: If you want an embedded database (H2, HSQL or Derby), please put it on the classpath. If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
@revanthgoud81297 ай бұрын
How to auto create table I have used spring.jpa.generate-ddl=true but it s not working
@VinodhNBK11 ай бұрын
I was able to resolve the previous error. However, when i try to make API call, I see null values are getting added in the table except the ID column. Any idea where I am doing wrong?
@laijie986610 ай бұрын
Check if you are using the repository properly, if so, then maybe it could be from the requests that you are doing if the controller is not storing the data
@pranoydas965410 ай бұрын
Why the tables are not generated automatically?
@razatech225 ай бұрын
Connect with two different databases i.e. mysql &postgreSQL