| name | link |
|---|---|
| JDK 11 | link download JDK11 |
| MAVEN | link download maven |
kunjungi web start.spring.io untuk membuat project baru, atau bisa menggunakan IDE IntelliJIdea Ultimate
- Spring Web
- Spring Data JPA
- H2 Database / MySQL / PostgreSQL
- Lombok
$ mvn clean install
$ mvn spring-boot:run- Master Initial Project
- 100Config Init Configuration
- 101Post Init Create Data
- 102GetList Init Get List
- 103GetDetail Init Get Detail
- 104Patch Init Update Data
- 105Delete Init Delete Data