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
f9e44cd7
Commit
f9e44cd7
authored
Dec 14, 2020
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.4.x'
Closes gh-24496
parents
85d0f95f
96510156
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
build.gradle
spring-boot-project/spring-boot-docs/build.gradle
+0
-1
attributes.adoc
...roject/spring-boot-docs/src/docs/asciidoc/attributes.adoc
+0
-1
howto.adoc
...oot-project/spring-boot-docs/src/docs/asciidoc/howto.adoc
+1
-1
No files found.
spring-boot-project/spring-boot-docs/build.gradle
View file @
f9e44cd7
...
...
@@ -144,7 +144,6 @@ task aggregatedJavadoc(type: Javadoc) {
"https://docs.spring.io/spring-framework/docs/${versionConstraints["
org
.
springframework
:
spring
-
core
"]}/javadoc-api/"
,
"https://docs.spring.io/spring-security/site/docs/${versionConstraints["
org
.
springframework
.
security
:
spring
-
security
-
core
"]}/api/"
,
"https://tomcat.apache.org/tomcat-${tomcatDocsVersion}-doc/api/"
,
"https://www.eclipse.org/jetty/javadoc/${versionConstraints["
org
.
eclipse
.
jetty
:
jetty
-
server
"]}/"
,
"https://www.thymeleaf.org/apidocs/thymeleaf/${versionConstraints["
org
.
thymeleaf
:
thymeleaf
"]}/"
]
as
String
[]
}
...
...
spring-boot-project/spring-boot-docs/src/docs/asciidoc/attributes.adoc
View file @
f9e44cd7
...
...
@@ -104,7 +104,6 @@
:gradle-docs: https://docs.gradle.org/current/userguide
:hibernate-docs: https://docs.jboss.org/hibernate/orm/5.4/userguide/html_single/Hibernate_User_Guide.html
:java-api: https://docs.oracle.com/javase/8/docs/api
:jetty-docs: https://www.eclipse.org/jetty/documentation/{jetty-version}
:jooq-docs: https://www.jooq.org/doc/{jooq-version}/manual-single-page
:junit5-docs: https://junit.org/junit5/docs/current/user-guide
:kotlin-docs: https://kotlinlang.org/docs/reference/
...
...
spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto.adoc
View file @
f9e44cd7
...
...
@@ -864,7 +864,7 @@ Finally, access logging for Jetty can also be configured as follows:
----
By default, logs are redirected to `System.err`.
For more details, see
{jetty-docs}/configuring-jetty-request-logs.html[the Jetty documentation]
.
For more details, see
the Jetty documentation
.
...
...
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