Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 8f74ead

Browse files
committed
added run config for local running.
1 parent cfdc272 commit 8f74ead

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.run/RestApplication.run.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="RestApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
3+
<module name="RestApi" />
4+
<option name="SPRING_BOOT_MAIN_CLASS" value="de.filefighter.rest.RestApplication" />
5+
<option name="ALTERNATIVE_JRE_PATH" />
6+
<envs>
7+
<env name="DB_NAME" value="filefighter,DB_USERNAME=root,DB_PASSWORD=1234" />
8+
</envs>
9+
<method v="2">
10+
<option name="Make" enabled="true" />
11+
</method>
12+
</configuration>
13+
</component>

0 commit comments

Comments
 (0)