In config.properties file, there will be users key will multiple users as property values. There may be n users.
users = user1, user2, user3
How to split the users by commas using java and retrieve single value in each line and store it as either list or array without using spring framework/module.