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
1ff30cb6
Commit
1ff30cb6
authored
Mar 23, 2021
by
ccottier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed hello controller
parent
25f3f587
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
workspace.xml
.idea/workspace.xml
+5
-1
HelloController.java
...raining/springbootrefapp/controllers/HelloController.java
+1
-1
No files found.
.idea/workspace.xml
View file @
1ff30cb6
...
...
@@ -4,7 +4,10 @@
<option
name=
"autoReloadType"
value=
"SELECTIVE"
/>
</component>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"65bee0d8-454c-4ac8-833a-f144f1dd8f04"
name=
"Default Changelist"
comment=
""
/>
<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"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
<option
name=
"HIGHLIGHT_NON_ACTIVE_CHANGELIST"
value=
"false"
/>
...
...
@@ -22,6 +25,7 @@
<component
name=
"PropertiesComponent"
>
<property
name=
"RunOnceActivity.OpenProjectViewOnStart"
value=
"true"
/>
<property
name=
"RunOnceActivity.ShowReadmeOnStart"
value=
"true"
/>
<property
name=
"last_opened_file_path"
value=
"$PROJECT_DIR$"
/>
</component>
<component
name=
"SpellCheckerSettings"
RuntimeDictionaries=
"0"
Folders=
"0"
CustomDictionaries=
"0"
DefaultDictionary=
"application-level"
UseSingleDictionary=
"true"
transferred=
"true"
/>
<component
name=
"TaskManager"
>
...
...
src/main/java/com/nisum/cicd/training/springbootrefapp/controllers/HelloController.java
View file @
1ff30cb6
...
...
@@ -8,6 +8,6 @@ public class HelloController {
@RequestMapping
(
"/hello"
)
public
String
index
()
{
return
"Greetings from Spring Boot!
with another change
"
;
return
"Greetings from Spring Boot!
You have arrived to 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