Skip to main content

Posts

Showing posts from 2016

Step-by-step Installation of Ubuntu Server

F irst, download the current version of Ubuntu Server . Currently, it's 1604 LTS (always choose an LTS version). A 64-bit version is recommended. A 32-bit version is available though. After downloading the ISO image, you need to create a bootable CD/DVD or USB flash. If you have already done so, put the disc in your drive, or insert the USB flash, and reboot your machine. BIOS must be set up to boot either from the CD/DVD or USB flash depending on which installation method you choose. Continue reading here .

CRUD in Spring Boot with Spring Data JPA

T utorial about CRUD operations in Spring Boot with Spring Data JPA. Application developed in this tutorial performs adding, editing, updating and deleting contacts. Continue reading here .