Trying to deploy SpringBoot app to WebSphere 9 with using jdbc as SQL Server. I need to get jdbc username and password from websphere settings (not from app.properties).
As I understand, I can use InitialConfig.lookup() or JndiDataSourceLookup, but how could I find database, username and password?