Skip to content

edgefox/Commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

Run sql:
create database javatest;
use javatest;
create table commands(
    id int(11) not null auto_increment primary key,
    name varchar(255),
    status enum('NEW', 'IN_PROGRESS', 'DONE')
);
Run mvn clean compile test in the root of the project

About

Commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages