Boot Exceptions - boot-clj/boot GitHub Wiki

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.