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.

30 lines
1.6 KiB

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](service-management-system%2Fsrc%2Fmain%2Fresources%2Fwebproject)
#### 后端项目初始化调整:
1. ![img.png](img.png)
* 将子模块[pom.xml](jeecg-boot-base%2Fpom.xml)、[pom.xml](service-management-system%2Fpom.xml) `<parent>`标签中的`<artifactId>initializes-single-item</artifactId>`标签内容改为自己项目名称。
* 将根目录[pom.xml](pom.xml)`<project>`标签中的`<artifactId>initializes-single-item</artifactId>`标签内容改为自己项目名称。
2. 修改模块名称
* [service-management-system](service-management-system) `<project>`标签中的`<artifactId>service-management-system</artifactId><description>模块名称</description>`修改为自己的模块名称。
3. 修改[application.yml](service-management-system%2Fsrc%2Fmain%2Fresources%2Fapplication.yml)中的服务名称。
* 将handling-system修改为自己的服务名称。
4. [application-dev.yml](service-management-system%2Fsrc%2Fmain%2Fresources%2Fapplication-dev.yml)
* ![img_1.png](img_1.png)
* ![img_2.png](img_2.png)
* ![img_3.png](img_3.png)
5. [Jenkinsfile](Jenkinsfile)修改自动部署配置。
* ![img_4.png](img_4.png)
* ![img_5.png](img_5.png)
* ![img_6.png](img_6.png)
6. [banner.txt](service-management-system%2Fsrc%2Fmain%2Fresources%2Fbanner.txt)启动图标自定义修改。
7. [sql](sql)数据库初始化语句
* 用户名:admin
* 密码Admin@1234