Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
hogwarts
Gs Spring Boot
Commits
219e5971
Commit
219e5971
authored
10 years ago
by
Greg Turnquist
Browse files
Options
Download
Email Patches
Plain Diff
Upgrade to Java 8
parent
faa248b2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
README.adoc
+1
-1
README.adoc
complete/build.gradle
+2
-2
complete/build.gradle
complete/pom.xml
+1
-1
complete/pom.xml
initial/build.gradle
+2
-2
initial/build.gradle
initial/pom.xml
+1
-1
initial/pom.xml
with
7 additions
and
7 deletions
+7
-7
README.adoc
+
1
-
1
View file @
219e5971
...
...
@@ -18,7 +18,7 @@ You'll build a simple web application with Spring Boot and add some useful servi
== What you'll need
:java_version: 1.
7
:java_version: 1.
8
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/prereq_editor_jdk_buildtools.adoc[]
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/how_to_complete_this_guide.adoc[]
...
...
This diff is collapsed.
Click to expand it.
complete/build.gradle
+
2
-
2
View file @
219e5971
...
...
@@ -21,8 +21,8 @@ repositories {
mavenCentral
()
}
sourceCompatibility
=
1.
7
targetCompatibility
=
1.
7
sourceCompatibility
=
1.
8
targetCompatibility
=
1.
8
dependencies
{
compile
(
"org.springframework.boot:spring-boot-starter-web"
)
...
...
This diff is collapsed.
Click to expand it.
complete/pom.xml
+
1
-
1
View file @
219e5971
...
...
@@ -34,7 +34,7 @@
</dependencies>
<properties>
<java.version>
1.
7
</java.version>
<java.version>
1.
8
</java.version>
</properties>
<build>
...
...
This diff is collapsed.
Click to expand it.
initial/build.gradle
+
2
-
2
View file @
219e5971
...
...
@@ -21,8 +21,8 @@ repositories {
mavenCentral
()
}
sourceCompatibility
=
1.
7
targetCompatibility
=
1.
7
sourceCompatibility
=
1.
8
targetCompatibility
=
1.
8
dependencies
{
// tag::jetty[]
...
...
This diff is collapsed.
Click to expand it.
initial/pom.xml
+
1
-
1
View file @
219e5971
...
...
@@ -21,7 +21,7 @@
</dependencies>
<properties>
<java.version>
1.
7
</java.version>
<java.version>
1.
8
</java.version>
</properties>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets