-
Notifications
You must be signed in to change notification settings - Fork 4
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:
- Implies
basicAuth
- Enables HTTP basic authentication to simplify interactive REST usage
- Turns off CSRF
