All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download code-generator JAR 1.1.6-2023 with all dependencies


Files of the artifact code-generator version 1.1.6-2023 from the group com.nbsaas.boot.

Artifact code-generator
Group com.nbsaas.boot
Version 1.1.6-2023
Last update 09. January 2024
Tags: spring nbsaas boot
Organization not specified
URL http://www.nbsaas.com
License not specified
Dependencies amount 8
Dependencies snakeyaml, chain, code-annotation, jodd-core, commons-lang3, freemarker, jpa-dao, reflections,
There are maybe transitive dependencies!
There is a newer version: 1.1.10-2024
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of code-generator Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of code-generator version 1.1.6-2023

META-INF
META-INF.META-INF.MANIFEST.MF
.TemplateDir
com.nbsaas.boot.generator
com.nbsaas.boot.generator.com.nbsaas.boot.generator.GeneratorApp
com.nbsaas.boot.generator.beans
com.nbsaas.boot.generator.beans.com.nbsaas.boot.generator.beans.ComponentSimple
com.nbsaas.boot.generator.beans.com.nbsaas.boot.generator.beans.DaoBean
com.nbsaas.boot.generator.beans.com.nbsaas.boot.generator.beans.EnumBean
com.nbsaas.boot.generator.beans.com.nbsaas.boot.generator.beans.FieldBean
com.nbsaas.boot.generator.beans.com.nbsaas.boot.generator.beans.FormBean
com.nbsaas.boot.generator.beans.com.nbsaas.boot.generator.beans.FormBeanConvert
com.nbsaas.boot.generator.beans.com.nbsaas.boot.generator.beans.UniqueBean
com.nbsaas.boot.generator.beans.dict
com.nbsaas.boot.generator.beans.dict.com.nbsaas.boot.generator.beans.dict.DictItemSimple
com.nbsaas.boot.generator.command.common
com.nbsaas.boot.generator.command.common.com.nbsaas.boot.generator.command.common.ApiCommand
com.nbsaas.boot.generator.command.common.com.nbsaas.boot.generator.command.common.BaseCommand
com.nbsaas.boot.generator.command.common.com.nbsaas.boot.generator.command.common.ControllerAdminCommand
com.nbsaas.boot.generator.command.common.com.nbsaas.boot.generator.command.common.ControllerAppCommand
com.nbsaas.boot.generator.command.common.com.nbsaas.boot.generator.command.common.ControllerFront2Command
com.nbsaas.boot.generator.command.common.com.nbsaas.boot.generator.command.common.ControllerFrontCommand
com.nbsaas.boot.generator.command.common.com.nbsaas.boot.generator.command.common.ConvertCommand
com.nbsaas.boot.generator.command.common.com.nbsaas.boot.generator.command.common.DomainCommand
com.nbsaas.boot.generator.command.common.com.nbsaas.boot.generator.command.common.ExtApiCommand
com.nbsaas.boot.generator.command.common.com.nbsaas.boot.generator.command.common.ExtResourceCommand
com.nbsaas.boot.generator.command.common.com.nbsaas.boot.generator.command.common.FieldCommand
com.nbsaas.boot.generator.command.common.com.nbsaas.boot.generator.command.common.FinishCommand
com.nbsaas.boot.generator.command.common.com.nbsaas.boot.generator.command.common.RestCommand
com.nbsaas.boot.generator.command.jpa
com.nbsaas.boot.generator.command.jpa.com.nbsaas.boot.generator.command.jpa.RepositoryCommand
com.nbsaas.boot.generator.command.mybatis
com.nbsaas.boot.generator.command.mybatis.com.nbsaas.boot.generator.command.mybatis.MapperCommand
com.nbsaas.boot.generator.command.mybatis.com.nbsaas.boot.generator.command.mybatis.MapperPackageCommand
com.nbsaas.boot.generator.command.mybatis.com.nbsaas.boot.generator.command.mybatis.MapperXmlCommand
com.nbsaas.boot.generator.command.vue3
com.nbsaas.boot.generator.command.vue3.com.nbsaas.boot.generator.command.vue3.VueCommand
com.nbsaas.boot.generator.config
com.nbsaas.boot.generator.config.com.nbsaas.boot.generator.config.Config
com.nbsaas.boot.generator.context
com.nbsaas.boot.generator.context.com.nbsaas.boot.generator.context.InputRequestObject
com.nbsaas.boot.generator.entity
com.nbsaas.boot.generator.entity.com.nbsaas.boot.generator.entity.Ad
com.nbsaas.boot.generator.handle
com.nbsaas.boot.generator.handle.com.nbsaas.boot.generator.handle.BeanHandle
com.nbsaas.boot.generator.handle.base
com.nbsaas.boot.generator.handle.base.com.nbsaas.boot.generator.handle.base.BaseFieldHandle
com.nbsaas.boot.generator.handle.impl
com.nbsaas.boot.generator.handle.impl.com.nbsaas.boot.generator.handle.impl.StoreStateHandle
com.nbsaas.boot.generator.utils
com.nbsaas.boot.generator.utils.com.nbsaas.boot.generator.utils.FileUtil
com.nbsaas.boot.generator.utils.com.nbsaas.boot.generator.utils.PropertiesUtil
com.nbsaas.boot.generator.utils.com.nbsaas.boot.generator.utils.StrUtil
com.nbsaas.boot.generator.utils.com.nbsaas.boot.generator.utils.StringUtil
config.boot
config.boot.config.boot.ad.yml
config.boot.config.boot.system.yml
config.boot.config.boot.tenant.yml
config.boot.config.boot.trade.yml
config.boot.config.boot.user.yml
config.vue
config.vue.config.vue.ad.yml
template.hibernate
template.hibernate.template.hibernate.Api.ftl
template.hibernate.template.hibernate.AppController.ftl
template.hibernate.template.hibernate.Controller.ftl
template.hibernate.template.hibernate.Entity.ftl
template.hibernate.template.hibernate.EntityConvert.ftl
template.hibernate.template.hibernate.Field.ftl
template.hibernate.template.hibernate.FrontController.ftl
template.hibernate.template.hibernate.Repository.ftl
template.hibernate.template.hibernate.Request.ftl
template.hibernate.template.hibernate.Resource.ftl
template.hibernate.template.hibernate.Response.ftl
template.hibernate.template.hibernate.ResponseConvert.ftl
template.hibernate.template.hibernate.Search.ftl
template.hibernate.template.hibernate.Simple.ftl
template.hibernate.template.hibernate.SimpleConvert.ftl
template.jpa
template.jpa.template.jpa.Api.ftl
template.jpa.template.jpa.AppController.ftl
template.jpa.template.jpa.Controller.ftl
template.jpa.template.jpa.Entity.ftl
template.jpa.template.jpa.EntityConvert.ftl
template.jpa.template.jpa.Field.ftl
template.jpa.template.jpa.FrontController.ftl
template.jpa.template.jpa.Repository.ftl
template.jpa.template.jpa.Request.ftl
template.jpa.template.jpa.Resource.ftl
template.jpa.template.jpa.Response.ftl
template.jpa.template.jpa.ResponseConvert.ftl
template.jpa.template.jpa.Search.ftl
template.jpa.template.jpa.Simple.ftl
template.jpa.template.jpa.SimpleConvert.ftl
template.mybatis-plus
template.mybatis-plus.template.mybatis-plus.Api.ftl
template.mybatis-plus.template.mybatis-plus.AppController.ftl
template.mybatis-plus.template.mybatis-plus.Controller.ftl
template.mybatis-plus.template.mybatis-plus.Entity.ftl
template.mybatis-plus.template.mybatis-plus.EntityConvert.ftl
template.mybatis-plus.template.mybatis-plus.Field.ftl
template.mybatis-plus.template.mybatis-plus.FrontController.ftl
template.mybatis-plus.template.mybatis-plus.Mapper.ftl
template.mybatis-plus.template.mybatis-plus.Repository.ftl
template.mybatis-plus.template.mybatis-plus.Request.ftl
template.mybatis-plus.template.mybatis-plus.Resource.ftl
template.mybatis-plus.template.mybatis-plus.Response.ftl
template.mybatis-plus.template.mybatis-plus.ResponseConvert.ftl
template.mybatis-plus.template.mybatis-plus.Search.ftl
template.mybatis-plus.template.mybatis-plus.Simple.ftl
template.mybatis-plus.template.mybatis-plus.SimpleConvert.ftl
template.vue
template.vue.template.vue.add.ftl
template.vue.template.vue.componentFieldInput.ftl
template.vue.template.vue.componentFieldItem.ftl
template.vue.template.vue.index.ftl
template.vue.template.vue.router.ftl
template.vue.template.vue.router2.ftl
template.vue.template.vue.routerTree.ftl
template.vue.template.vue.tree.ftl
template.vue.template.vue.update.ftl
template.vue.template.vue.view.ftl
template.vue.template.vue.view_layout.ftl
template.vue.template.vue.view_simple.ftl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy