15. How to Create POST API in Spring Boot | Spring Boot Beginners tutorial | Code Simple

Опубликовано: 17 Ноябрь 2019
на канале: Code Simple
7,985
62

Here we are going to create new resource (inserting new record into book db) using POST API in Spring Boot | Spring Boot Beginners tutorial | Code Simple.

@Column @GeneratedValue are two annotation we used from java persistence in entity class to indicate the db column name and auto generate option in hibernate respectively.

Alter table SQL:
ALTER TABLE `book` CHANGE `desc` `description` VARCHAR(255) NOT NULL;

#post #api #create #resource #in #springboot #codesimple #tamil


На этой странице сайта вы можете посмотреть видео онлайн 15. How to Create POST API in Spring Boot | Spring Boot Beginners tutorial | Code Simple длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Code Simple 17 Ноябрь 2019, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 7,985 раз и оно понравилось 62 зрителям. Приятного просмотра!