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: 3 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-16T16:30:27.000Z (over 8 years ago)
- Last Synced: 2025-02-26T04:31:40.983Z (over 1 year 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
```