Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

Admin GUI has the following URL by default: /web/admin/console/

...

The homepage without credentials allows you to view the current version. Version is in format 1.1.0-SNAPSHOT [v59] where 1.1.0-SNAPSHOT is the main version, r59 is number of revision from version control system.

Anchor
loginform
loginform
Admin console allows authenticated users only. Sign in by username and password.

...

Tip

There are the following default user and password from application.properties:

# username and password for accessing web admin GUI
security.user.web-user=webUser
security.user.web-password=webPassword

...