-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrhpam-springboot.xml
executable file
·39 lines (39 loc) · 1.06 KB
/
rhpam-springboot.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<kie-server-state>
<controllers/>
<configuration>
<configItems>
<config-item>
<name>org.kie.server.location</name>
<value>http://localhost:8090/rest/server</value>
<type>java.lang.String</type>
</config-item>
<config-item>
<name>org.kie.server.id</name>
<value>rhpam-springboot</value>
<type>java.lang.String</type>
</config-item>
<config-item>
<name>org.kie.server.controller</name>
<value></value>
<type>java.lang.String</type>
</config-item>
</configItems>
</configuration>
<containers>
<container>
<containerId>rhpam-quickstart</containerId>
<releaseId>
<groupId>com.juliaaano</groupId>
<artifactId>rhpam-kjar</artifactId>
<version>1.0.0-SNAPSHOT</version>
</releaseId>
<status>STARTED</status>
<scanner>
<status>STOPPED</status>
</scanner>
<configItems/>
<messages/>
<containerAlias>rhpam-quickstart</containerAlias>
</container>
</containers>
</kie-server-state>