Beapi-io / spring-boot-starter-beapi

Springboot 'convention over config' starter for API Automation
Other
1 stars 1 forks source link

TASK: Simplify Bootstrapping Users #52

Closed orubel closed 1 year ago

orubel commented 1 year ago

Right now we are creating config for ADMIN/TEST users and then manually bootstrapping from properties

Proper way to do this would be with a service.

May be able to create separate UserBootstrap class that can be added to Application. Need to investigate this.

orubel commented 1 year ago

fine as is.