forked from finos/vuu
-
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.
VUU-333: Layout server documentation (finos#990)
* VUU83: Add layout management documentation - Configuring local/remote - Running the remote server * VUU86: Apply markdown-lint fixes to main README * VUU83: Fix run config * SLVUU-113: Add instructions for sample-app envar local/remote configuration
- Loading branch information
1 parent
e3d94b2
commit 3635d43
Showing
2 changed files
with
70 additions
and
22 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
16 changes: 16 additions & 0 deletions
16
layout-server/src/main/resources/runconfigurations/LayoutServer.run.xml
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="LayoutServerApplication" type="Application" | ||
factoryName="Application" nameIsGenerated="true"> | ||
<option name="MAIN_CLASS_NAME" value="org.finos.vuu.layoutserver.LayoutServerApplication"/> | ||
<module name="layout-server"/> | ||
<extension name="coverage"> | ||
<pattern> | ||
<option name="PATTERN" value="org.finos.vuu.layoutserver.*"/> | ||
<option name="ENABLED" value="true"/> | ||
</pattern> | ||
</extension> | ||
<method v="2"> | ||
<option name="Make" enabled="true"/> | ||
</method> | ||
</configuration> | ||
</component> |