application.yaml or application.properties file. The full list of supported configuration parameters can be found in the Spring Boot integration section of the User Guide.
Customize the configuration
Create anapplication.yaml file in the src/main/resources folder:
- Creates an admin user named demo with the specified password and first name.
- Generates a default filter named All tasks for use in Tasklist.
Build and run
Rebuild the application withmvn clean followed by mvn install. When accessing http://localhost:8080/, the application prompts for login credentials rather than admin-user creation. Log in using the credentials demo / demo to access the ASEE Flow web applications.
In Tasklist, you’ll observe the newly created All tasks filter, though it contains no tasks at this stage.