8000 GitHub - cauta/springen: autogen spring boot controller, service, repository, entity
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cauta/springen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

springen

autogen spring boot controller, service, repository, entity

install

wget https://raw.githubusercontent.com/cauta/springen/main/springen
chmod +X springen

springen will work at pom.xml location

Usage

Options:
  -c, --controller  Create Controller
  -s, --service     Create Service
  -r, --repo        Create Repository and Entity
  -a, --all         Create Controller, Service, Repository, and Entity
  -h, --help        Display this help message

Config base package

config base package in pom properties

	<properties>
		<springen.basePackage>com.example.base</springen.basePackage>
	</properties>

if no config from properties, springen will merge groupId and artifactId into base package

	<groupId>com.example</groupId>
	<artifactId>base</artifactId>

About

autogen spring boot controller, service, repository, entity

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0