Skip to content
Matthew Ratzke edited this page Jan 27, 2019 · 1 revision

There are a number of exceptions that boot can throw, we attempt to document them all here.

Security Exceptions

Boot As Root

A SecurityException is thrown when attempting to run boot as the root user. To disable this exception and allow boot to run as any user; set BOOT_AS_ROOT=true in your project's boot.properties file.

Clone this wiki locally