Create a maven project structure. One mock webservice should be included. Both Json and XML payload accepted. Configuration of this webservice (response body, response headers, http status code) should be fully configured in a configuration file. Invoication details (headers, payload) should be logged. Closes #T124
23 lines
1.1 KiB
XML
23 lines
1.1 KiB
XML
<component name="InspectionProjectProfileManager">
|
|
<profile version="1.0">
|
|
<option name="myName" value="Project Default" />
|
|
<inspection_tool class="HtmlUnknownAttribute" enabled="true" level="WARNING" enabled_by_default="true">
|
|
<option name="myValues">
|
|
<value>
|
|
<list size="9">
|
|
<item index="0" class="java.lang.String" itemvalue="th:field" />
|
|
<item index="1" class="java.lang.String" itemvalue="th:action" />
|
|
<item index="2" class="java.lang.String" itemvalue="th:object" />
|
|
<item index="3" class="java.lang.String" itemvalue="th:placeholder" />
|
|
<item index="4" class="java.lang.String" itemvalue="th:value" />
|
|
<item index="5" class="java.lang.String" itemvalue="th:name" />
|
|
<item index="6" class="java.lang.String" itemvalue="rows" />
|
|
<item index="7" class="java.lang.String" itemvalue="cols" />
|
|
<item index="8" class="java.lang.String" itemvalue="th:hidden" />
|
|
</list>
|
|
</value>
|
|
</option>
|
|
<option name="myCustomValuesEnabled" value="true" />
|
|
</inspection_tool>
|
|
</profile>
|
|
</component> |