Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

command line for generate crud and configs for spring boot projects

NotificationsYou must be signed in to change notification settings

netodevel/cli-spring-boot-scaffold

Repository files navigation

Join the chat at https://gitter.im/spring-boot-scaffold-kotlin/Lobbybagde

Overview

About

Generate scaffold with spring boot.

Generate CRUD basic with spring boot.

Scaffold for java web, a clean generate with simple classes.

Demo

Alert

In development. Help us! Make a fork

Refactoring inhttps://github.com/NetoDevel/generate-core

Requeriments

  • Java
  • Spring Boot CLI (1.4.1 or higher):

Install

Installing Spring Boot CLI

 $ spring version Spring CLI v1.4.1.RELEASE

And install the Spring Scaffold plugin

$ git clone https://github.com/NetoDevel/cli-spring-boot-scaffold.git$ cd cli-spring-boot-scaffold$ mvn install$ spring install br.com.netodevel:spring-scaffold-cli:{LATEST_RELEASE}

Usage

$ spring init --dependencies=web,data-jpa,thymeleaf,mysql --package-name=com.example my-project$ cd my-project$ spring setup:scaffold$ spring scaffold -n "User" -p "name:String email:String"$ spring db:create -p "mysql" (REMOVED)$ mvn spring-boot:run

Default is spring 1.x, edit scaffold.info to change to 2.x before runspring scaffold.

Template command

$ spring template --list  Templates available  * jms-aws-sqs  * openj9

Apply template

$ spring template -t jms-aws-sqsGenerate config to: jms-aws-sqsCREATED src/main/java/com/example/cloudawsmessaging/consumer/MessageListener.javaCREATED src/main/java/com/example/cloudawsmessaging/consumer/EntryPointMessage.javaCREATED src/main/java/com/example/cloudawsmessaging/consumer/ProducerMessage.javaAdd dependencies in pom.xmlAdd properties in application.propertiescloud.aws.credentials.accessKey=xxxxxxcloud.aws.credentials.secretKey=xxxxxxcloud.aws.region.static=us-east-1cloud.aws.stack.auto=falsecloud.aws.sqs.queue-name=my-queue.fifo

Template command documentation

Structure

__com    __example          MainApplication.java          __model              User.java          __repository              UserRepository.java          __service              UserService.java          __controller              UserController.java __src/main/resources        __templates             __user                 form.html                 index.html                 show.html        scaffold.info        application.properties
HTTP StatusEndpointsFunction
GET/userslist all users
GET/users/{id}show user
POST/userssave user
PUT/usersupdate user
DELETE/users/{id}delete user

Documentation

CommandsParametersExamples
spring model-n -pspring model -n "User" -p "name:String"
spring repository-nspring repository -n User
spring service-nspring service -n User
spring controller-nspring controller -n User
spring scaffold-n -pspring scaffold -n "User" -p "name:String mail:String"
spring setup:scaffold-n -db -u -pspring setup:scaffold -n "com.example" -db "dbname" -u "root" -p "root"
spring db:create-pspring db:create -p "mysql" (REMOVED)

License

The MIT License (MIT)Copyright (c) SEDPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Acknowledgment

Create By

SED

Packages

No packages published

Contributors5


[8]ページ先頭

©2009-2025 Movatter.jp