File tree Expand file tree Collapse file tree
alpha-demo/alpha-demo-starter/src/main/java/com/techsenger/alpha/demo/starter Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 */
3737public final class StarterDemo {
3838
39- private static final String CUSTOM_COMPONENT =
39+ private static final String CUSTOM_COMPONENT_XML =
4040 """
4141 <Configuration title="Custom Component" name="custom-component" version="1.0.0" type="base">
4242 <Repositories>
@@ -80,7 +80,7 @@ public static void main(String[] args) throws Exception {
8080 listComponents (componentManager );
8181
8282 System .out .println ("\n Installing and starting custom component" );
83- componentManager .installComponent (CUSTOM_COMPONENT , messagePrinter );
83+ componentManager .installComponent (CUSTOM_COMPONENT_XML , messagePrinter );
8484 componentManager .startComponent ("custom-component" , Version .parse ("1.0.0" ));
8585 listComponents (componentManager );
8686
You can’t perform that action at this time.
0 commit comments