generated from it-at-m/oss-repository-en-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathS3ExampleApplication.run.xml
More file actions
20 lines (20 loc) · 977 Bytes
/
S3ExampleApplication.run.xml
File metadata and controls
20 lines (20 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="S3ExampleApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
<option name="ACTIVE_PROFILES" value="local" />
<module name="refarch-s3-integration-example" />
<option name="SPRING_BOOT_MAIN_CLASS" value="de.muenchen.refarch.integration.s3.example.S3ExampleApplication" />
<extension name="net.ashald.envfile">
<option name="IS_ENABLED" value="false" />
<option name="IS_SUBST" value="false" />
<option name="IS_PATH_MACRO_SUPPORTED" value="false" />
<option name="IS_IGNORE_MISSING_FILES" value="false" />
<option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" />
<ENTRIES>
<ENTRY IS_ENABLED="true" PARSER="runconfig" IS_EXECUTABLE="false" />
</ENTRIES>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component>