greetings all
i want to detect dynamically if the application is under local environment (development) or online server environment, through the httpservletRequest maybe , i don’t know, any ideas ?
greetings all i want to detect dynamically if the application is under local environment
Share
I always do it in the configuration file, and manage the development and production configuration files as two separate entities (i.e. in separate places within version control)