Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
polarbear567 committed Oct 13, 2019
1 parent f769d41 commit 8233ac9
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,12 @@
"replacement": "spring.main.web-application-type"
}
},
{
"name": "spring.main.register-shutdown-hook",
"type": "java.lang.Boolean",
"sourceType": "org.springframework.boot.SpringApplication",
"description": "Whether shutdown hooks are automatically registered when Spring Boot start. If not set, they are automatically registered."
},
{
"name": "spring.mandatory-file-encoding",
"sourceType": "org.springframework.boot.context.FileEncodingApplicationListener",
Expand Down

0 comments on commit 8233ac9

Please sign in to comment.