Describe your project here.
- Java 1.8+
- Maven 3.3+
- Node.js, Grunt and Bower
- spring boot 1.4.0
- Mybatis 1.1.1 持久层数据访问框架
- Swagger 2.2.2 方便rest api测试
- json-lib 2.4
- Mysql
- JUnit
mvn spring-boot:run -Dspring.profiles.active=dev
或
java -Dspring.profiles.active=dev -jar target/*.jar
mvn spring-boot:run -Dspring.profiles.active=test
或
java -Dspring.profiles.active=test -jar target/*.jar
mvn spring-boot:run -Dspring.profiles.active=prod
或
java -Dspring.profiles.active=prod -jar target/*.jar
mvn spring-boot:run
mvn clean package
执行maven命令mvn dependency:tree
This software is licensed under the BSD License. For more information, read the file LICENSE.