2.3.2 • Published 6 years ago

web-j v2.3.2

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

web-j

Scaffold for Spring Boot.

Spring Boot 项目的脚手架,自动生成三层架构的文件。

NOTE: 如果项目为多个Gradle子项目组成的,请先切换到对应的子项目根目录下使用该脚手架,否则不需要。

Usage

Version:0.1.0
Usage: web-j operation [new | delete] option [package_name] [module_name]

Example:
         web-j new io.qixin.sss.api Users                Create Controller,Service,DAO,Mapper,Param,DTO,SQL files.
         web-j del io.qixin.sss.api Users                Delete all the module files.

支持配置文件读取包名,在项目根目录下创建配置文件 web-j.json:

{
    "pkgName": "io.qixin.sss.api"
}

如果配置了包名,则可以直接使用: web-j new User

单词转换为复数,使用了以下开源项目的部分源码:

Thanks for https://github.com/martinandert/inflected

2.3.2

6 years ago

2.3.1

6 years ago

2.3.0

6 years ago

2.2.3

6 years ago

2.2.2

6 years ago

2.2.1

6 years ago

2.1.9

6 years ago

2.1.8

6 years ago

2.1.6

6 years ago

2.1.5

6 years ago

2.1.4

6 years ago

2.1.3

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago