Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
training-cicd-refapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Christopher Cottier
training-cicd-refapp
Commits
add96aef
Commit
add96aef
authored
Mar 23, 2021
by
ccottier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed typo
parent
1ff30cb6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
workspace.xml
.idea/workspace.xml
+0
-1
HelloController.java
...raining/springbootrefapp/controllers/HelloController.java
+1
-1
No files found.
.idea/workspace.xml
View file @
add96aef
...
...
@@ -5,7 +5,6 @@
</component>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"65bee0d8-454c-4ac8-833a-f144f1dd8f04"
name=
"Default Changelist"
comment=
""
>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/main/java/com/nisum/cicd/training/springbootrefapp/controllers/HelloController.java"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/main/java/com/nisum/cicd/training/springbootrefapp/controllers/HelloController.java"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
...
...
src/main/java/com/nisum/cicd/training/springbootrefapp/controllers/HelloController.java
View file @
add96aef
...
...
@@ -8,6 +8,6 @@ public class HelloController {
@RequestMapping
(
"/hello"
)
public
String
index
()
{
return
"Greetings from Spring Boot! You have arrived
to
Chris' fork."
;
return
"Greetings from Spring Boot! You have arrived
at
Chris' fork."
;
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment