提交 c80f65aa 编写于 作者: Miykael_xxm's avatar Miykael_xxm 🚴

fix intellij_idea path error

上级 d0724b15
......@@ -8,7 +8,6 @@ pages:
script:
- yarn install # npm install
- yarn add -D vuepress # npm install -D vuepress
- yarn dev
- yarn docs:build # npm run docs:build
- mv docs/.vuepress/dist public
artifacts:
......
......@@ -28,11 +28,11 @@ $ git clone https://github.com/spring-guides/gs-rest-service.gitCOPY
With IntelliJ IDEA up and running, click **Import Project** on the **Welcome Screen**, or **File | Open** on the main menu:
![spring_guide_welcome_import](./intellij-idea/spring_guide_welcome_import.png)
![spring_guide_welcome_import](./intellij_idea/spring_guide_welcome_import.png)
In the pop-up dialog make sure to select either [Maven](https://spring.io/guides/gs/maven)'s **pom.xml** or [Gradle](https://spring.io/guides/gs/gradle)'s **build.gradle** file under the **complete** folder:
![spring_guide_select_gradle_file](./intellij-idea/spring_guide_select_gradle_file.png)
![spring_guide_select_gradle_file](./intellij_idea/spring_guide_select_gradle_file.png)
IntelliJ IDEA will create a project with all the code from the guide ready to run.
......@@ -40,7 +40,7 @@ IntelliJ IDEA will create a project with all the code from the guide ready to ru
In case you’d like to start with an empty project and copy-and-paste your way through the guide, create a new **Maven** or **Gradle** project in the **Project Wizard**:
![spring_guide_new_project](./intellij-idea/spring_guide_new_project.png)
![spring_guide_new_project](./intellij_idea/spring_guide_new_project.png)
## See Also
......@@ -48,4 +48,4 @@ The following guide may also be helpful:
- [Working a Getting Started guide with STS](https://spring.io/guides/gs/sts/)
原文链接: https://spring.io/guides/gs/intellij-idea/
\ No newline at end of file
原文链接: https://spring.io/guides/gs/intellij_idea/
\ No newline at end of file
......@@ -48,4 +48,4 @@ IntelliJ IDEA 将创建一个项目,其中包含准备运行的指南中的所
- [使用 STS 编写入门指南](https://spring.io/guides/gs/sts/)https://spring.io/guides/gs/sts/)
原文链接: https://spring.io/guides/gs/intellij-idea/
\ No newline at end of file
原文链接: https://spring.io/guides/gs/intellij_idea/
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册