Skip to content

Generates basic SpringBoot files

Notifications You must be signed in to change notification settings

TruFelix/SpringBootGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpringBootGenerator

Generates SpringBoot files easily

Usage:

SpringBootGeneratorCli [--entity <EntityName> <packageIdentifier>] [--fix-tests] [--docker] [--script] [--config]  
                       [--root='.'] [--port=8080] [--imageName=app21] [--appName=tru_app] [--dbName=truDb] [--dbUser=usr] [--dbPassword=pwd]
  
--entity......Create an Entity with given Name in the given package.
	     The packageIdentifier has to point to the package in which the model,
	     repository, controller and so on is.

--fix-tests...Creates a correct application.properties file for the tests uses the 'h2' db, so make sure to have that installed.

--docker......Creates a dockerfile and a dockercompose file that contains also the db.
--script......Creates a script to build, package and run the whole project.
--config......Creates the application.properties file for normal usage.

For further Information see the Wiki