Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 252 Bytes

File metadata and controls

3 lines (2 loc) · 252 Bytes
  1. spring.profiles.active=dev : or =prod can be used with command line with deploying.
  2. @Profile("dev"): this annotation can be used over bean to instantiate for a particular profile only or to make different bean for different profiles.