Angular and Springboot Revise
> Install Node js and npm. (We'll just have ti download node js it will have npm with it)
Node Js : used for writing code in java script in compiler
MOST MOST IMPORTANT :
If by default table for entity isn't being created in DB you will have to amnually annotate main class with @EntityScan .it took me 2 days to figure this out :(
This is needed to be done if the corresponding model package is not the child of main having @SpringbootApplication class.
means if Model package is not at the same level of our main class
Comments
Post a Comment