Skip to content

Releases: netodevel/cli-spring-boot-scaffold

New model generator

04 Aug 00:48
5fb1658
Compare
Choose a tag to compare

Adds new model generator.

How to use
spring model -n "User" -p "name:String age:Int"

with relationships

spring model -n "User" -p "name:String Foo:references(relation:hasMany, foo:String)"

Adds command template

08 Jul 19:59
bf66658
Compare
Choose a tag to compare

List templates available

spring template --list

Apply config sqs into any project spring-boot

spring template -t jms-aws-sqs