Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hb-chen/ssm-gradle

Gradle[Spring+Shiro+MyBatis]
https://github.com/hb-chen/ssm-gradle

flyway gradle mybatis3 shiro spring spring-boot spring-mvc

Last synced: about 1 month ago
JSON representation

Gradle[Spring+Shiro+MyBatis]

Awesome Lists containing this project

README

        

Spring Boot Sample

- shiro
- mybatis
- mahout

#### 配置数据库
```bash
# env=dev
$ vi dao/src/main/java/resources/resources-dev/db-mysql.properties
```

#### 运行
```bash
$ ./gradlew bootRun

# app模块使用以下配置
# apply plugin: 'application'
# mainClassName = 'hello.Application'
$ ./gradlew run
```

#### MyBatis Generator
```bash
$ ./gradlew mybatisGenerate
```

#### 查看tasks
```bash
$ ./gradlew tasks
```