-
Notifications
You must be signed in to change notification settings - Fork 0
edgefox/Commands
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 projectAbout
Commands
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published