Skip to content

Instantly share code, notes, and snippets.

@MatiasPujado
Created December 29, 2022 03:33
Show Gist options
  • Save MatiasPujado/75f94a7138ef2041b0266faaacc93def to your computer and use it in GitHub Desktop.
Save MatiasPujado/75f94a7138ef2041b0266faaacc93def to your computer and use it in GitHub Desktop.
Application config to run MEP Project
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="MEP" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="ar.com.bbva.arq.mep.MepSpringBootSamLocalApplication" />
<module name="mep" />
<option name="PROGRAM_PARAMETERS" value="--spring.profiles.active=local" />
<option name="VM_PARAMETERS" value="-Dserver.port=8081" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment