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
d12a86bc
Commit
d12a86bc
authored
Sep 12, 2017
by
Johnny Lim
Committed by
Stephane Nicoll
Sep 13, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Java 8 Javadoc URL
Closes gh-10276
parent
4568333e
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 @
d12a86bc
...
...
@@ -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 @
d12a86bc
...
...
@@ -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