Can you tell me we need to setup tomcat?
How can I solve this to keep the data in it ?
You mean in controller ?
I found in both case it will work to create table but why data is getting remove when having connection property as create?
Anyone with 30 lpa package?
Hello can I ask sql doubt here?
Using SQL workbench?
Why you want to know this?
Let’s say at very first if table is not available then also need to keep update?
Can you tell me we need to setup tomcat?
No need. Springboot has an embedded tomcat server. Just add the server port no. in your application.properties.
server.port=80
Use update instand if create
You mean in controller ?
In case if you are not using jpa then make sure you must added mysql drive and jdbc driver as well
server.port=80
Ok bro
You should use this spring.jpa.hibernate.ddl-auto=update instead of spring.jpa.hibernate.ddl-auto=create in application properties
Let’s say at very first if table is not available then also need to keep update?
I found in both case it will work to create table but why data is getting remove when having connection property as create?
I found in both case it will work to create table but why data is getting remove when having connection property as create?
In case of create it will drop the table and create new one,
In case of update it will create the table if it does not exist
In case of update it will create the table if it does not exist
Ok thanks got the clarity
30 lpa?
For this
Thanks…..in database there are already two tables and I have to create a relation between them….how to create that??
Using SQL workbench?
Is there any other option except sql workbenche

Why you want to know this? It’s confidential
I want to know what i have to do to achieve this within 2-3 years
Detail: Key (lookup_det_id_asset_name)=(0) is not present in table “tm_cm_lookup_det”.
Where: SQL statement “INSERT
INTO hrms.tt_hrms_asset(
hrms_asset_id,
How to solve this error . when i save data i got this error
Look up I’d showing 0 i want look up I’d null .so how to pass null
Detail: Key (lookup_det_id_asset_name)=(0) is not present in table “tm_cm_lookup_det”.
Where: SQL statement “INSERT
INTO hrms.tt_hrms_asset(
hrms_asset_id,
How to solve this error . when i save data i got this error
Look up I’d showing 0 i want look up I’d null .so how to pass null
check for <column_name> is null.
Application.properties
In this see 9th line