Skip to content

geraldprambudi/Tutorial-Crud-Rest-API-Spring-Boot-Hibernate-Mysql-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial-Crud-Rest-API-Spring-Boot-Hibernate-Mysql-

Tutorial Crud Rest Api Spring Boot Mysql Hibernate Flyway Lombok

  1. Download Source Code
  2. Aktifkan Xampp atau Lampp
  3. Buka cmd lalu menuju mysql dengan perintah dibawah ini (XAMPP)
cd /xampp/mysql/bin

Lalu Ketikan

mysql -u root -p

Lalu Ketikan dibawah ini

  mysql> create database siupdb; 
  mysql> create user 'siupdbuser'@'%' identified by 'siup123'; -- Creates the user
  mysql> grant all on siupdb.* to 'siupdbuser'@'%'; -- Gives all the privileges to the new user on the newly created database
name database : siupdb
nama user     : siupdbuser
password      : siup123
  1. Import project Ke eclipse atau netbeans atau intelij IDEA
  2. Jalankan dengan buka terminal lalu ketikan $ mvn clean spring-boot:run
  3. Finish

About

Tutorial Crud Rest Api Spring Boot Mysql Hibernate Flyway Lombok

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published