yukikowatanabe10 / bugslife

0 stars 0 forks source link

bugslife_java

Getting Started

Installation

git clone

Local Mysql connection

Value memo
URL localhost
port 3306
User root
Password no password
Scheme bugslife

Create DATABASE in MySQL Workbench

CREATE DATABASE `bugslife`;

Usage

cd bugslife_java
mvn clean install
mvn spring-boot:run

Prerequisites

Installing

Running the tests

mvn -B package --file pom.xml

Docs