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

feat(pipline): 测试功能

上级 fbe3c865
{
"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 { ...@@ -16,7 +16,7 @@ public class JavaPiplineApplication {
@GetMapping("/hello") @GetMapping("/hello")
public ResponseEntity<String> helloWorld(){ public ResponseEntity<String> helloWorld(){
return ResponseEntity.ok("Hello pipeline7!"); return ResponseEntity.ok("Hello pipeline8!");
} }
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论