spring-init

1.4.1 • Public • Published

Spring init

run with npx spring-init@latest + options

Options:

create - start the initialisation process Current options under create: - Class only - Dependency injection - Crud operations

For the Crud operations you can now also choose which endpoints to generate:

GET, GET-BY-ID, POST, PUT, DELETE

Targets:

  • Automate reocurrances in the initial stage of configuring a spring application This encompasses the generation of:
    • Packages
    • Entitys
    • Controllers
    • Services
    • CRUD Operations
    • Jpa Repositories

The common destinguishing difference when first building the project is usually just the name of the entity, which defines the package name, controller name, service name and repository name.

Readme

Keywords

Package Sidebar

Install

npm i spring-init

Weekly Downloads

13

Version

1.4.1

License

MIT

Unpacked Size

2.35 kB

Total Files

2

Last publish

Collaborators

  • tsteidl