gonefuture / mycloud

mycloud is a project for cloud application based on Spring Coluld

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. create Mysql DB: test
  2. config application.yml set db url,username,password
  3. run Junit: MysqlTest to create default user
  4. run Spring Boot: WebApplicaton
  5. http://localhost
  6. login with username: user, password: user

grant all privileges on . to 'root'@'localhost' identified by '12345678' with grant option;

About

mycloud is a project for cloud application based on Spring Coluld


Languages

Language:JavaScript 80.0%Language:CSS 11.2%Language:Java 5.2%Language:HTML 3.6%