Spring 官网:Spring | Home Spring发展到今天已经形成了一种开发生态圈,Spring提供了若干个子项目,每个项目用于完成特定的功能
SpringBoot SpringBoot可以帮助我们非常快速的构建应用程序、简化开发、提高效率
一.SpringBootWeb入门
需求…
1. CI运行规格配置文件.gitlab-ci.yml
yml 配置文件语法: https://docs.gitlab.com/17.3/ee/ci/yaml/index.html
添加.gitlab-ci.yml文件并配置 :
## 定义几个阶段
stages: # List of stages for jobs, and their order of execution- buil…