提交 aa9a7380 authored 作者: Matrix's avatar Matrix

合并分支 'dev' 到 'master'

Test Merge 查看合并请求 !1
......@@ -3,6 +3,8 @@ target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
node_modules
package-lock.json
### STS ###
.apt_generated
......
## [1.0.4](https://git.yfzx.zjtys.com.cn/matrix/pipline-test/compare/1.0.3...1.0.4) (2021-08-16)
### Features
* **pipline:** 性能更新 ([4a2fc1a](https://git.yfzx.zjtys.com.cn/matrix/pipline-test/commits/4a2fc1a8412995efe7282678bb20521a94fe6b61))
## [1.0.3](https://git.yfzx.zjtys.com.cn/matrix/pipline-test/compare/2f2a4d8baba9ffc0336a40b330f928024d1f2e9c...1.0.3) (2021-08-16)
### Features
* **pipeline:** 一次流水线测试 ([2f2a4d8](https://git.yfzx.zjtys.com.cn/matrix/pipline-test/commits/2f2a4d8baba9ffc0336a40b330f928024d1f2e9c))
{
"devDependencies": {
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"version": "1.0.4",
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
}
}
......@@ -16,7 +16,7 @@ public class JavaPiplineApplication {
@GetMapping("/hello")
public ResponseEntity<String> helloWorld(){
return ResponseEntity.ok("Hello pipeline3!");
return ResponseEntity.ok("Hello pipeline7!");
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论