-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add the intellij configuration on git just in case of happening a cle…
…ance of cache in the local machine. The configuration for the JVM set on these files helps to make it smoother to run 3 Spring Boot applications at the same time locally
- Loading branch information
Showing
3 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="CmdApp" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true"> | ||
<option name="ACTIVE_PROFILES" value="dev" /> | ||
<module name="parent.cmd.main" /> | ||
<option name="PROGRAM_PARAMETERS" value="-b="1939-01-01" -n="Larry Watchowsky"" /> | ||
<option name="SPRING_BOOT_MAIN_CLASS" value="org.acme.micros.cmd.CmdApp" /> | ||
<option name="VM_PARAMETERS" value="-Djava.security.egd=file:/dev/./urandom -Dfile.encoding=UTF-8 -XX:+UnlockDiagnosticVMOptions -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp/heap/dump.hprof -Duser.timezone=UTC -XshowSettings:vm -showversion -Xms256m -Xmx512m -XX:+UseG1GC -XX:+UseStringDeduplication" /> | ||
<extension name="software.aws.toolkits.jetbrains.core.execution.JavaAwsConnectionExtension"> | ||
<option name="credential" /> | ||
<option name="region" /> | ||
<option name="useCurrentConnection" value="false" /> | ||
</extension> | ||
<method v="2"> | ||
<option name="Make" enabled="true" /> | ||
</method> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="ServiceDiscoveryApp" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true"> | ||
<option name="ACTIVE_PROFILES" value="dev" /> | ||
<module name="parent.service-discovery.main" /> | ||
<option name="SPRING_BOOT_MAIN_CLASS" value="org.acme.micros.servicediscovery.ServiceDiscoveryApp" /> | ||
<option name="VM_PARAMETERS" value="-Djava.security.egd=file:/dev/./urandom -Dfile.encoding=UTF-8 -XX:+UnlockDiagnosticVMOptions -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp/heap/dump.hprof -Duser.timezone=UTC -XshowSettings:vm -showversion -Xms256m -Xmx512m -XX:+UseG1GC -XX:+UseStringDeduplication" /> | ||
<extension name="software.aws.toolkits.jetbrains.core.execution.JavaAwsConnectionExtension"> | ||
<option name="credential" /> | ||
<option name="region" /> | ||
<option name="useCurrentConnection" value="false" /> | ||
</extension> | ||
<method v="2"> | ||
<option name="Make" enabled="true" /> | ||
</method> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="WebApp" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true"> | ||
<option name="ACTIVE_PROFILES" value="dev" /> | ||
<module name="parent.web-app.main" /> | ||
<option name="SPRING_BOOT_MAIN_CLASS" value="org.acme.micros.webapp.WebApp" /> | ||
<option name="VM_PARAMETERS" value="-Djava.security.egd=file:/dev/./urandom -Dfile.encoding=UTF-8 -XX:+UnlockDiagnosticVMOptions -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp/heap/dump.hprof -Duser.timezone=UTC -XshowSettings:vm -showversion -Xms256m -Xmx512m -XX:+UseG1GC -XX:+UseStringDeduplication" /> | ||
<extension name="software.aws.toolkits.jetbrains.core.execution.JavaAwsConnectionExtension"> | ||
<option name="credential" /> | ||
<option name="region" /> | ||
<option name="useCurrentConnection" value="false" /> | ||
</extension> | ||
<method v="2"> | ||
<option name="Make" enabled="true" /> | ||
</method> | ||
</configuration> | ||
</component> |