Skip to content

Spring Profiles

Geoff Bourne edited this page Feb 28, 2016 · 1 revision

This page describes the specific Spring profiles interpreted by the MCCY application code. Refer to this page to see how to activate the profiles listed below.

During active development and when using IntelliJ's Spring Boot run configuration, the profiles can be specified here:

The Profiles

dev

  • Implies basicAuth

basicAuth

  • Enables HTTP basic authentication to simplify interactive REST usage
  • Turns off CSRF

Clone this wiki locally