All Projects → wang-y → spring-boot-project-builder

wang-y / spring-boot-project-builder

Licence: other
快速构建Spring Boot项目

Programming Languages

FreeMarker
481 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to spring-boot-project-builder

wodle
Static site generator using next and tachyons
Stars: ✭ 29 (+45%)
Mutual labels:  generator
Jacob
A lightweight library to provide coroutines in Java
Stars: ✭ 14 (-30%)
Mutual labels:  generator
BuildAMation
Build system and project generator for C/C++ desktop software development. Uses C# for build scripts. It is no longer under active development.
Stars: ✭ 13 (-35%)
Mutual labels:  build-tool
AnyStatus
A remote control for your CI/CD pipelines and more
Stars: ✭ 38 (+90%)
Mutual labels:  build-tool
mybatis-generator-plus
轻度扩展mybatis-generator-core插件,与官方插件兼容。
Stars: ✭ 62 (+210%)
Mutual labels:  generator
hexo-generator-index2
Filtered index generator for Hexo
Stars: ✭ 40 (+100%)
Mutual labels:  generator
Border-Radius-Generator
A CSS3 Border Radius Generator; Get the best border-radius playground, with a minimalist design!
Stars: ✭ 19 (-5%)
Mutual labels:  generator
BuildMonkey
Build artefacts for creating a Eclipse RCP application with gradle
Stars: ✭ 11 (-45%)
Mutual labels:  build-tool
faker
Faker is a Nim package that generates fake data for you.
Stars: ✭ 28 (+40%)
Mutual labels:  generator
shipwright.nvim
⚓ Build stuff, or don't. IDC.
Stars: ✭ 27 (+35%)
Mutual labels:  build-tool
git-conventional-commits
Git Conventional Commits Util to generate Semantic Version and Markdown Change Log and Validate Commit Messag
Stars: ✭ 58 (+190%)
Mutual labels:  generator
ts-lehre
Generate document block(JsDoc, EsDoc, TsDoc) from source code
Stars: ✭ 14 (-30%)
Mutual labels:  generator
badaso
The API & platform builder, build your apps 10x faster even more, it's open source & 100% free !
Stars: ✭ 650 (+3150%)
Mutual labels:  generator
generator-vue-component
📦 Yeoman generator to build your own Vue.js components
Stars: ✭ 32 (+60%)
Mutual labels:  generator
gen
Gen: Friendly & Safer GORM powered by Code Generation
Stars: ✭ 677 (+3285%)
Mutual labels:  generator
express-mvc-generator
Express' Model View Controller Application Generator.
Stars: ✭ 46 (+130%)
Mutual labels:  generator
password
Fast and secure password generator and library
Stars: ✭ 38 (+90%)
Mutual labels:  generator
maze-generator
A real-time JavaScript maze generator using the depth-first search algorithm
Stars: ✭ 13 (-35%)
Mutual labels:  generator
grunt-retire
Grunt plugin for retire.
Stars: ✭ 89 (+345%)
Mutual labels:  build-tool
bob-build
Meta-build system using Blueprint and ninja
Stars: ✭ 24 (+20%)
Mutual labels:  build-tool

spring-boot-project-builder

快速构建Spring Boot项目

下载 release 版本:

https://github.com/wang-y/spring-boot-project-builder/releases/latest

下载完成后 解压zip/tar.gz 在 bin/ 目录下 运行命令

# windows: create.bat
# linux:   create.sh

根据引导一步步输入信息即可快速生成 spring boot 项目代码

本项目支持 MYSQL、SQL_SERVER、MARIADB、ORACLE、DB2、POSTGRE_SQL、SQLITE、H2 数据库

注:Oracle 及 DB2 因商业软件问题,驱动未开源,需要手动设置maven依赖

注:使用SQLITE数据库时,如果使用JPA作为ORM,因Hibernater无对应Dialect,需要手动创建SqliteDialect

在生成的代码中

src/test/java/com/company/project/Generator

public static void main(String[] args) {
        generate("test_table","Long");  //指定 表名(test_table) , 主键类型(Long)    生成对应表的model/repository/service/web代码
    }
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].