No Description

tao fc3dc89fb6 修改导出问题 2 years ago
export ead7be4a63 first commit 2 years ago
vseaf4.4-calc c86f3e092b 数据同步 2 years ago
vseaf4.4-cyyzs fc3dc89fb6 修改导出问题 2 years ago
vseaf4.4-sys e3df3f197e 增加导入 2 years ago
vseaf4.4-template-starter 86a808a5ea 完善 2 years ago
vseaf4.4-template-starter-dev 86d79de542 表数据初始化 2 years ago
.gitignore ead7be4a63 first commit 2 years ago
README.md ead7be4a63 first commit 2 years ago
lombok.config ead7be4a63 first commit 2 years ago
pom.xml 86a808a5ea 完善 2 years ago

README.md

vseaf4.4-template 模板工程

结构

  • vseaf4.4-template-starter:启动模块。主要作工程启动使用,也可放入业务逻辑。
  • vseaf4.4-template-module:业务模块,可多个。

开发环境启动

  • 修改配置文件后,运行vseaf4.4-template-starter包中启动类BusinessRunApplication即可。
  • BusinessRunApplication类名可自定义修改。

使用规则

  • 启动类BusinessRunApplication必须在cn.com.victorysoft.business.{项目名}目录下。
  • 修改及新建package时,必须以cn.com.victorysoft.business.{项目名}为前缀。