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
67d1f355
Commit
67d1f355
authored
Jan 06, 2021
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Nullable reference
See gh-24647
parent
2bd78355
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
production-ready-features.adoc
...oot-docs/src/docs/asciidoc/production-ready-features.adoc
+1
-1
No files found.
spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc
View file @
67d1f355
...
@@ -467,7 +467,7 @@ Operations on an endpoint receive input via their parameters.
...
@@ -467,7 +467,7 @@ Operations on an endpoint receive input via their parameters.
When exposed via the web, the values for these parameters are taken from the URL's query parameters and from the JSON request body.
When exposed via the web, the values for these parameters are taken from the URL's query parameters and from the JSON request body.
When exposed via JMX, the parameters are mapped to the parameters of the MBean's operations.
When exposed via JMX, the parameters are mapped to the parameters of the MBean's operations.
Parameters are required by default.
Parameters are required by default.
They can be made optional by annotating them with either `@javax.annotation.N
onnull
` or `@org.springframework.lang.Nullable`.
They can be made optional by annotating them with either `@javax.annotation.N
ullable
` or `@org.springframework.lang.Nullable`.
Each root property in the JSON request body can be mapped to a parameter of the endpoint.
Each root property in the JSON request body can be mapped to a parameter of the endpoint.
Consider the following JSON request body:
Consider the following JSON request body:
...
...
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