Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
springboot-Nunes
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
luiz.nunes
springboot-Nunes
Commits
5232cbf8
Commit
5232cbf8
authored
Dec 03, 2018
by
luiz.nunes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update HomeController.java
parent
12d36ccc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
HomeController.java
.../java/de/codecentric/springbootsample/HomeController.java
+3
-0
No files found.
src/main/java/de/codecentric/springbootsample/HomeController.java
View file @
5232cbf8
...
...
@@ -42,6 +42,9 @@ public class HomeController {
List
<
Record
>
records
=
repository
.
findAll
();
model
.
addAttribute
(
"records"
,
records
);
model
.
addAttribute
(
"insertRecord"
,
new
Record
());
String
myEnv
=
System
.
getenv
(
"AMBIENTE"
);
model
.
addAttribute
(
"ambiente"
,
myEnv
);
return
"home"
;
}
...
...
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