web4j

3.1.5 • Public • Published

web4j

Scaffold for Spring Boot.

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

Usage

Version:1.0.0
Usage: web4j [new | delete] [module_package] [module_name] [module_desc]
 
Example:
         web4j new user User 用户            Create Controller,Service,Dao,VO.
         web4j del user User                Delete all the module files.

在项目根目录下创建配置文件 web4j.json,用于读取包名:

{
    "pkgName": "com.marvin.springboot"
}

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i web4j

    Weekly Downloads

    1

    Version

    3.1.5

    License

    ISC

    Unpacked Size

    35.5 kB

    Total Files

    19

    Last publish

    Collaborators

    • mljctt