Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
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
DEMO
spring-boot
Commits
fac2d412
Commit
fac2d412
authored
Jul 14, 2015
by
Huang YunKun
Committed by
Stephane Nicoll
Jul 14, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix jdk version requirement
Closes gh-3484
parent
eb5c195c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CONTRIBUTING.adoc
CONTRIBUTING.adoc
+1
-1
README.adoc
README.adoc
+1
-1
No files found.
CONTRIBUTING.adoc
100644 → 100755
View file @
fac2d412
...
@@ -54,7 +54,7 @@ should also work without issue.
...
@@ -54,7 +54,7 @@ should also work without issue.
=== Building from source
=== Building from source
To build the source you will need to install
To build the source you will need to install
http://maven.apache.org/run-maven/index.html[Apache Maven] v3.0.6 or above and JDK 1.
7
.
http://maven.apache.org/run-maven/index.html[Apache Maven] v3.0.6 or above and JDK 1.
8
.
...
...
README.adoc
100644 → 100755
View file @
fac2d412
...
@@ -93,7 +93,7 @@ requests. If you want to raise an issue, please follow the recommendations bello
...
@@ -93,7 +93,7 @@ requests. If you want to raise an issue, please follow the recommendations bello
You don't need to build from source to use Spring Boot (binaries in
You don't need to build from source to use Spring Boot (binaries in
http://repo.spring.io[repo.spring.io], but if you want to try out the latest and greatest,
http://repo.spring.io[repo.spring.io], but if you want to try out the latest and greatest,
Spring Boot can be http://maven.apache.org/run-maven/index.html[built with maven]
Spring Boot can be http://maven.apache.org/run-maven/index.html[built with maven]
v3.0.5 or above. You also need JDK 1.
7
(although Boot applications can run on Java 1.6).
v3.0.5 or above. You also need JDK 1.
8
(although Boot applications can run on Java 1.6).
[indent=0]
[indent=0]
----
----
...
...
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