APPLICATION_NAME property

String APPLICATION_NAME
final

The property key used as fallback for application name configuration.

This property serves as a fallback if JETLEAF_APPLICATION_NAME is not set in the environment. It follows standard Spring-inspired property naming conventions.

Usage:

# Simpler configuration alternative
application:
  name: MyApplication

Implementation

static final String APPLICATION_NAME = "application.name";