How do people configure their applications when deploying them to Wildfly?
What should I use in my code? Just (io/resource ...)
? Or is there some kind of API I should call or more powerful configuration management?
@rauh environ library works well for us with WildFly deployments. https://github.com/weavejester/environ
passing from env variables or even (sometimes) using web-based management console
Thanks, I'll take a look.
@ilshad: ^