In this Video Tutorial in Tamil, We are going to create list of Products for an ECommerce Website. This video gives JSON Output from SpringBoot to React.
Useful Links:
Complete Code: https://payilagam.com/uncategorized/e...
For PostgreSQL DB and User Creation
https://payilagam.com/blogs/postgresq...
For Sending POST Request from POSTMAN to SpringBoot:
https://payilagam.com/blogs/send-post...
#spring.application.name=ECom
#spring.datasource.url = jdbc:h2:mem:testdb
#spring.datasource.driverClassName = org.h2.Driver
#spring.datasource.username = sa
#spring.datasource.password =
#
##JPA Settings
#spring.jpa.database-platform = org.hibernate.dialect.H2Dialect
#spring.jpa.show-sql = true
#spring.jpa.hibernate.ddl-auto = update
#
##H2 Console Settings
#spring.h2.console.enabled = true
#
#
#spring.h2.console.path=/h2-console
spring.sql.init.mode=always
spring.sql.init.data-locations=classpath:data.sql
spring.application.name=ECommerce
spring.datasource.url=jdbc:postgresql://localhost:5432/ecommerce
spring.datasource.username=ecom
spring.datasource.password=ecom
JPA Settings
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=update
logging.level.org.hibernate=DEBUG
DB Query:
insert into product(name, description, img, rating, price, stock)
values ('prod-1', 'Good prod', 'link-1', 4, 10000, 10);
insert into product(name, description, img, rating, price, stock)
values ('prod-2', 'Good prod', 'link-1', 3, 12000, 4);
insert into product(name, description, img, rating, price, stock)
values ('prod-3', 'Good prod', 'link-1', 5, 17000, 8);
Our Website: https://payilagam.com
Our Video Tutorials:
தமிழில் ஜாவா: • Java in Tamil - தமிழில் ஜாவா
தமிழில் சாப்ட்வேர் டெஸ்டிங்: • Software Testing Tutorial in Tamil - What ...
PLgWpUXNR_WCeDqlTC2wz5-YpF0ByBT_mZ
தமிழில் SQL: • SQL in Tamil (தமிழில் SQL)
ஜாவாஸ்கிரிப்ட் தமிழில்: • JavaScript in Tamil
தமிழில் வெப் டிசைனிங்: • Web Designing in Tamil
தமிழில் பவர்ஷெல்: • Powershell in Tamil
தமிழில் PHP: • PHP IN TAMIL (தமிழில் PHP)
தமிழில் செலினியம்:
• Selenium In Tamil - Complete List
தமிழில் C++:
• +1 C++ - +1 C++ - C++ in Tamil - சமச்சீர் ...
Interview Tips in Tamil:
• Interview Tips in Tamil - Part 1 - Intervi...
Placed Trainees:
• Motivational Videos - Yasser Arafath(Indiu...
Информация по комментариям в разработке