Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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]
- Host: GitHub
- URL: https://github.com/hb-chen/ssm-gradle
- Owner: hb-chen
- License: mit
- Created: 2017-06-16T14:52:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-16T16:30:27.000Z (about 7 years ago)
- Last Synced: 2024-11-11T02:36:42.897Z (3 months ago)
- Topics: flyway, gradle, mybatis3, shiro, spring, spring-boot, spring-mvc
- Language: Java
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security/build.gradle
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
```