Java org.springframework.boot WebApplicationType fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot WebApplicationType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot WebApplicationType.

The text is from its open source code.

Field

WebApplicationTypeNONE
The application should not run as a web application and should not start an embedded web server.
WebApplicationTypeSERVLET
The application should run as a servlet-based web application and should start an embedded servlet web server.
WebApplicationTypeREACTIVE
The application should run as a reactive web application and should start an embedded reactive web server.