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
de47827e
Commit
de47827e
authored
Sep 13, 2017
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10276 from izeye:java-8
* pr/10276: Use Java 8 Javadoc URL
parents
4568333e
d12a86bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pom.xml
spring-boot-docs/pom.xml
+1
-1
spring-boot-features.adoc
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+1
-1
No files found.
spring-boot-docs/pom.xml
View file @
de47827e
...
...
@@ -821,7 +821,7 @@
<quiet>
true
</quiet>
<stylesheetfile>
${basedir}/src/main/javadoc/spring-javadoc.css
</stylesheetfile>
<links>
<link>
http://docs.oracle.com/javase/
7
/docs/api/
</link>
<link>
http://docs.oracle.com/javase/
8
/docs/api/
</link>
<link>
http://docs.oracle.com/javaee/7/api/
</link>
<link>
http://docs.spring.io/spring-framework/docs/${spring.version}/javadoc-api/
</link>
<link>
http://docs.spring.io/spring-security/site/docs/${spring-security.version}/api/
</link>
...
...
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
View file @
de47827e
...
...
@@ -1345,7 +1345,7 @@ See _<<boot-features-external-config-profile-specific-properties>>_ for details.
Spring Boot uses http://commons.apache.org/logging[Commons Logging] for all internal
logging, but leaves the underlying log implementation open. Default configurations are
provided for
http://docs.oracle.com/javase/
7
/docs/api/java/util/logging/package-summary.html[Java Util Logging],
http://docs.oracle.com/javase/
8
/docs/api/java/util/logging/package-summary.html[Java Util Logging],
http://logging.apache.org/log4j/2.x/[Log4J2] and http://logback.qos.ch/[Logback]. In each
case loggers are pre-configured to use console output with optional file output also
available.
...
...
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