You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/09/29 06:26:02 UTC

[isis-app-demo] 22/23: saves IntelliJ run configuration for PetClinicApp

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/isis-app-demo.git

commit a402d8b66ae5ca5fa9caabff33de6008b3cd59c0
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Sep 29 07:16:48 2021 +0100

    saves IntelliJ run configuration for PetClinicApp
---
 .run/PetClinicApp.run.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.run/PetClinicApp.run.xml b/.run/PetClinicApp.run.xml
new file mode 100644
index 0000000..de4b457
--- /dev/null
+++ b/.run/PetClinicApp.run.xml
@@ -0,0 +1,11 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="PetClinicApp" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
+    <module name="petclinic-webapp" />
+    <option name="SPRING_BOOT_MAIN_CLASS" value="petclinic.webapp.PetClinicApp" />
+    <option name="ALTERNATIVE_JRE_PATH" />
+    <option name="SHORTEN_COMMAND_LINE" value="NONE" />
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file