You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
252535409 269554e7ed
优化
2 years ago
jeecg-boot-base AI预审管理平台 2 years ago
service-management-system 优化 2 years ago
Jenkinsfile AI预审管理平台 2 years ago
README.md AI预审管理平台 2 years ago
pom.xml AI预审管理平台 2 years ago

README.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

initializes-single-item

新建单体项目初始化项目模板。

分支构建:

  1. master:主分支
  2. test:测试分支
  3. dev:开发分支

代码合并规则 dev -> test -> master

前端项目地址

前端项目文件夹:webproject

后端项目初始化调整:

  1. img.png
    • 将子模块pom.xmlpom.xml <parent>标签中的<artifactId>initializes-single-item</artifactId>标签内容改为自己项目名称。
    • 将根目录pom.xml<project>标签中的<artifactId>initializes-single-item</artifactId>标签内容改为自己项目名称。
  2. 修改模块名称
    • service-management-system <project>标签中的<artifactId>service-management-system</artifactId><description>模块名称</description>修改为自己的模块名称。
  3. 修改application.yml中的服务名称。
    • 将handling-system修改为自己的服务名称。
  4. application-dev.yml
    • img_1.png
    • img_2.png
    • img_3.png
  5. Jenkinsfile修改自动部署配置。
    • img_4.png
    • img_5.png
    • img_6.png
  6. banner.txt启动图标自定义修改。
  7. sql数据库初始化语句
    • 用户名:admin
    • 密码Admin@1234