Page History
...
Add the following configuration properties to application.yml. This will add user with username "blueriq" and password "welcome" and assign him the role ROLE_ACTUATOR to it.
Code Block spring: security: user: name: blueriq password: '{noop}welcome' roles: - ACTUATOR
...
Overview
Content Tools