Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateProject ¶
func GenerateProject(pc ProjectConfig) error
Types ¶
type ProjectConfig ¶
type ProjectConfig struct { AppName string GroupID string ArtifactID string AppVersion string BasePackage string BuildTool string DbType string DbMigrationTool string Features []string SpringModulithSupport bool SpringCloudAWSSupport bool ThymeleafSupport bool HTMXSupport bool SecuritySupport bool JwtSecuritySupport bool }
func (ProjectConfig) Enabled ¶ added in v0.0.6
func (p ProjectConfig) Enabled(feature string) bool
Click to show internal directories.
Click to hide internal directories.