FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ProjectTeam-Ultimatum/springboot · GitHub

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL