Skip to content

ntl-y/restaurant-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudo mysql --password

create database restaurant_db;

create user 'restaurant_user'@'%' identified by '12345Aa?';

grant all on restaurant_db.* to 'restaurant_user'@'%';

sudo ./mvnw spring-boot:run

USE restaurant_db; SHOW TABLES;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published