Skip to content

ProjectTeam-Ultimatum/springboot

Repository files navigation

제주랑 로고


시작 가이드

  • DB 계정 생성
mysql -u root -p
USE mysql;
create user 'ultimatum'@'%' identified by '1234';
CREATE DATABASE ultimatum_db;
GRANT ALL PRIVILEGES ON ultimatum_db.* TO 'ultimatum'@'%';
  • 설치 및 실행
Gradle > Tasks > other > copyGitSubmodule

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors