commit dcc996c0067403fafa1357c1942423042c96948b Author: Szakalakamaka Date: Tue Aug 25 14:05:39 2020 +0200 Create an initial web service 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 diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..919ce1f --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..1e7f6ee --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/dictionaries/lomba.xml b/.idea/dictionaries/lomba.xml new file mode 100644 index 0000000..f9c6062 --- /dev/null +++ b/.idea/dictionaries/lomba.xml @@ -0,0 +1,7 @@ + + + + workdir + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..63e9001 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..418f2b9 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,23 @@ + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..712ab9d --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__ch_qos_logback_logback_classic_1_2_3.xml b/.idea/libraries/Maven__ch_qos_logback_logback_classic_1_2_3.xml new file mode 100644 index 0000000..6fec8f4 --- /dev/null +++ b/.idea/libraries/Maven__ch_qos_logback_logback_classic_1_2_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__ch_qos_logback_logback_core_1_2_3.xml b/.idea/libraries/Maven__ch_qos_logback_logback_core_1_2_3.xml new file mode 100644 index 0000000..9eb8596 --- /dev/null +++ b/.idea/libraries/Maven__ch_qos_logback_logback_core_1_2_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_annotations_2_11_0.xml b/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_annotations_2_11_0.xml new file mode 100644 index 0000000..32a9faa --- /dev/null +++ b/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_annotations_2_11_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_core_2_11_0.xml b/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_core_2_11_0.xml new file mode 100644 index 0000000..8c0738d --- /dev/null +++ b/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_core_2_11_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_databind_2_11_0.xml b/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_databind_2_11_0.xml new file mode 100644 index 0000000..0c83f99 --- /dev/null +++ b/.idea/libraries/Maven__com_fasterxml_jackson_core_jackson_databind_2_11_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_jdk8_2_11_0.xml b/.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_jdk8_2_11_0.xml new file mode 100644 index 0000000..6026270 --- /dev/null +++ b/.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_jdk8_2_11_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_jsr310_2_11_0.xml b/.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_jsr310_2_11_0.xml new file mode 100644 index 0000000..fa76777 --- /dev/null +++ b/.idea/libraries/Maven__com_fasterxml_jackson_datatype_jackson_datatype_jsr310_2_11_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__com_fasterxml_jackson_module_jackson_module_parameter_names_2_11_0.xml b/.idea/libraries/Maven__com_fasterxml_jackson_module_jackson_module_parameter_names_2_11_0.xml new file mode 100644 index 0000000..825f8a0 --- /dev/null +++ b/.idea/libraries/Maven__com_fasterxml_jackson_module_jackson_module_parameter_names_2_11_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__com_jayway_jsonpath_json_path_2_4_0.xml b/.idea/libraries/Maven__com_jayway_jsonpath_json_path_2_4_0.xml new file mode 100644 index 0000000..f19f6eb --- /dev/null +++ b/.idea/libraries/Maven__com_jayway_jsonpath_json_path_2_4_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__com_vaadin_external_google_android_json_0_0_20131108_vaadin1.xml b/.idea/libraries/Maven__com_vaadin_external_google_android_json_0_0_20131108_vaadin1.xml new file mode 100644 index 0000000..b8581a6 --- /dev/null +++ b/.idea/libraries/Maven__com_vaadin_external_google_android_json_0_0_20131108_vaadin1.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__io_lettuce_lettuce_core_5_3_1_RELEASE.xml b/.idea/libraries/Maven__io_lettuce_lettuce_core_5_3_1_RELEASE.xml new file mode 100644 index 0000000..3e174f8 --- /dev/null +++ b/.idea/libraries/Maven__io_lettuce_lettuce_core_5_3_1_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__io_netty_netty_buffer_4_1_50_Final.xml b/.idea/libraries/Maven__io_netty_netty_buffer_4_1_50_Final.xml new file mode 100644 index 0000000..52eb19f --- /dev/null +++ b/.idea/libraries/Maven__io_netty_netty_buffer_4_1_50_Final.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__io_netty_netty_codec_4_1_50_Final.xml b/.idea/libraries/Maven__io_netty_netty_codec_4_1_50_Final.xml new file mode 100644 index 0000000..b0be20a --- /dev/null +++ b/.idea/libraries/Maven__io_netty_netty_codec_4_1_50_Final.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__io_netty_netty_common_4_1_50_Final.xml b/.idea/libraries/Maven__io_netty_netty_common_4_1_50_Final.xml new file mode 100644 index 0000000..6dda283 --- /dev/null +++ b/.idea/libraries/Maven__io_netty_netty_common_4_1_50_Final.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__io_netty_netty_handler_4_1_50_Final.xml b/.idea/libraries/Maven__io_netty_netty_handler_4_1_50_Final.xml new file mode 100644 index 0000000..36070e3 --- /dev/null +++ b/.idea/libraries/Maven__io_netty_netty_handler_4_1_50_Final.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__io_netty_netty_resolver_4_1_50_Final.xml b/.idea/libraries/Maven__io_netty_netty_resolver_4_1_50_Final.xml new file mode 100644 index 0000000..ffb61ab --- /dev/null +++ b/.idea/libraries/Maven__io_netty_netty_resolver_4_1_50_Final.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__io_netty_netty_transport_4_1_50_Final.xml b/.idea/libraries/Maven__io_netty_netty_transport_4_1_50_Final.xml new file mode 100644 index 0000000..430f1ab --- /dev/null +++ b/.idea/libraries/Maven__io_netty_netty_transport_4_1_50_Final.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__io_projectreactor_reactor_core_3_3_6_RELEASE.xml b/.idea/libraries/Maven__io_projectreactor_reactor_core_3_3_6_RELEASE.xml new file mode 100644 index 0000000..bb888d6 --- /dev/null +++ b/.idea/libraries/Maven__io_projectreactor_reactor_core_3_3_6_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__io_projectreactor_reactor_test_3_3_6_RELEASE.xml b/.idea/libraries/Maven__io_projectreactor_reactor_test_3_3_6_RELEASE.xml new file mode 100644 index 0000000..5753ea4 --- /dev/null +++ b/.idea/libraries/Maven__io_projectreactor_reactor_test_3_3_6_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__jakarta_activation_jakarta_activation_api_1_2_2.xml b/.idea/libraries/Maven__jakarta_activation_jakarta_activation_api_1_2_2.xml new file mode 100644 index 0000000..be90656 --- /dev/null +++ b/.idea/libraries/Maven__jakarta_activation_jakarta_activation_api_1_2_2.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__jakarta_annotation_jakarta_annotation_api_1_3_5.xml b/.idea/libraries/Maven__jakarta_annotation_jakarta_annotation_api_1_3_5.xml new file mode 100644 index 0000000..cba9dd2 --- /dev/null +++ b/.idea/libraries/Maven__jakarta_annotation_jakarta_annotation_api_1_3_5.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__jakarta_xml_bind_jakarta_xml_bind_api_2_3_3.xml b/.idea/libraries/Maven__jakarta_xml_bind_jakarta_xml_bind_api_2_3_3.xml new file mode 100644 index 0000000..04213f7 --- /dev/null +++ b/.idea/libraries/Maven__jakarta_xml_bind_jakarta_xml_bind_api_2_3_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__net_bytebuddy_byte_buddy_1_10_11.xml b/.idea/libraries/Maven__net_bytebuddy_byte_buddy_1_10_11.xml new file mode 100644 index 0000000..54fe6ae --- /dev/null +++ b/.idea/libraries/Maven__net_bytebuddy_byte_buddy_1_10_11.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__net_bytebuddy_byte_buddy_agent_1_10_11.xml b/.idea/libraries/Maven__net_bytebuddy_byte_buddy_agent_1_10_11.xml new file mode 100644 index 0000000..3dca578 --- /dev/null +++ b/.idea/libraries/Maven__net_bytebuddy_byte_buddy_agent_1_10_11.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__net_minidev_accessors_smart_1_2.xml b/.idea/libraries/Maven__net_minidev_accessors_smart_1_2.xml new file mode 100644 index 0000000..b3d3858 --- /dev/null +++ b/.idea/libraries/Maven__net_minidev_accessors_smart_1_2.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__net_minidev_json_smart_2_3.xml b/.idea/libraries/Maven__net_minidev_json_smart_2_3.xml new file mode 100644 index 0000000..1083023 --- /dev/null +++ b/.idea/libraries/Maven__net_minidev_json_smart_2_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_apache_commons_commons_pool2_2_8_0.xml b/.idea/libraries/Maven__org_apache_commons_commons_pool2_2_8_0.xml new file mode 100644 index 0000000..48f22be --- /dev/null +++ b/.idea/libraries/Maven__org_apache_commons_commons_pool2_2_8_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_apache_logging_log4j_log4j_api_2_13_3.xml b/.idea/libraries/Maven__org_apache_logging_log4j_log4j_api_2_13_3.xml new file mode 100644 index 0000000..8ad4996 --- /dev/null +++ b/.idea/libraries/Maven__org_apache_logging_log4j_log4j_api_2_13_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_apache_logging_log4j_log4j_to_slf4j_2_13_3.xml b/.idea/libraries/Maven__org_apache_logging_log4j_log4j_to_slf4j_2_13_3.xml new file mode 100644 index 0000000..57e6ac4 --- /dev/null +++ b/.idea/libraries/Maven__org_apache_logging_log4j_log4j_to_slf4j_2_13_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_core_9_0_36.xml b/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_core_9_0_36.xml new file mode 100644 index 0000000..671ec7a --- /dev/null +++ b/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_core_9_0_36.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_websocket_9_0_36.xml b/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_websocket_9_0_36.xml new file mode 100644 index 0000000..7492654 --- /dev/null +++ b/.idea/libraries/Maven__org_apache_tomcat_embed_tomcat_embed_websocket_9_0_36.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_apiguardian_apiguardian_api_1_1_0.xml b/.idea/libraries/Maven__org_apiguardian_apiguardian_api_1_1_0.xml new file mode 100644 index 0000000..f854ab0 --- /dev/null +++ b/.idea/libraries/Maven__org_apiguardian_apiguardian_api_1_1_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_assertj_assertj_core_3_16_1.xml b/.idea/libraries/Maven__org_assertj_assertj_core_3_16_1.xml new file mode 100644 index 0000000..8976500 --- /dev/null +++ b/.idea/libraries/Maven__org_assertj_assertj_core_3_16_1.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_attoparser_attoparser_2_0_5_RELEASE.xml b/.idea/libraries/Maven__org_attoparser_attoparser_2_0_5_RELEASE.xml new file mode 100644 index 0000000..5bad7db --- /dev/null +++ b/.idea/libraries/Maven__org_attoparser_attoparser_2_0_5_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_glassfish_jakarta_el_3_0_3.xml b/.idea/libraries/Maven__org_glassfish_jakarta_el_3_0_3.xml new file mode 100644 index 0000000..ae5020d --- /dev/null +++ b/.idea/libraries/Maven__org_glassfish_jakarta_el_3_0_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_hamcrest_hamcrest_2_2.xml b/.idea/libraries/Maven__org_hamcrest_hamcrest_2_2.xml new file mode 100644 index 0000000..6b5496f --- /dev/null +++ b/.idea/libraries/Maven__org_hamcrest_hamcrest_2_2.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_5_6_2.xml b/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_5_6_2.xml new file mode 100644 index 0000000..7171153 --- /dev/null +++ b/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_5_6_2.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_api_5_6_2.xml b/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_api_5_6_2.xml new file mode 100644 index 0000000..ef160d2 --- /dev/null +++ b/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_api_5_6_2.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_engine_5_6_2.xml b/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_engine_5_6_2.xml new file mode 100644 index 0000000..fc4c644 --- /dev/null +++ b/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_engine_5_6_2.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_params_5_6_2.xml b/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_params_5_6_2.xml new file mode 100644 index 0000000..45b4af3 --- /dev/null +++ b/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_params_5_6_2.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_junit_platform_junit_platform_commons_1_6_2.xml b/.idea/libraries/Maven__org_junit_platform_junit_platform_commons_1_6_2.xml new file mode 100644 index 0000000..f2699b9 --- /dev/null +++ b/.idea/libraries/Maven__org_junit_platform_junit_platform_commons_1_6_2.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_junit_platform_junit_platform_engine_1_6_2.xml b/.idea/libraries/Maven__org_junit_platform_junit_platform_engine_1_6_2.xml new file mode 100644 index 0000000..c13a302 --- /dev/null +++ b/.idea/libraries/Maven__org_junit_platform_junit_platform_engine_1_6_2.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_mockito_mockito_core_3_3_3.xml b/.idea/libraries/Maven__org_mockito_mockito_core_3_3_3.xml new file mode 100644 index 0000000..d2f4afa --- /dev/null +++ b/.idea/libraries/Maven__org_mockito_mockito_core_3_3_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_mockito_mockito_junit_jupiter_3_3_3.xml b/.idea/libraries/Maven__org_mockito_mockito_junit_jupiter_3_3_3.xml new file mode 100644 index 0000000..6c02a63 --- /dev/null +++ b/.idea/libraries/Maven__org_mockito_mockito_junit_jupiter_3_3_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_objenesis_objenesis_2_6.xml b/.idea/libraries/Maven__org_objenesis_objenesis_2_6.xml new file mode 100644 index 0000000..af41e3b --- /dev/null +++ b/.idea/libraries/Maven__org_objenesis_objenesis_2_6.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_opentest4j_opentest4j_1_2_0.xml b/.idea/libraries/Maven__org_opentest4j_opentest4j_1_2_0.xml new file mode 100644 index 0000000..fbc1b16 --- /dev/null +++ b/.idea/libraries/Maven__org_opentest4j_opentest4j_1_2_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_ow2_asm_asm_5_0_4.xml b/.idea/libraries/Maven__org_ow2_asm_asm_5_0_4.xml new file mode 100644 index 0000000..0bf8cf2 --- /dev/null +++ b/.idea/libraries/Maven__org_ow2_asm_asm_5_0_4.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_projectlombok_lombok_1_18_12.xml b/.idea/libraries/Maven__org_projectlombok_lombok_1_18_12.xml new file mode 100644 index 0000000..46cf8a8 --- /dev/null +++ b/.idea/libraries/Maven__org_projectlombok_lombok_1_18_12.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_reactivestreams_reactive_streams_1_0_3.xml b/.idea/libraries/Maven__org_reactivestreams_reactive_streams_1_0_3.xml new file mode 100644 index 0000000..f17253b --- /dev/null +++ b/.idea/libraries/Maven__org_reactivestreams_reactive_streams_1_0_3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_skyscreamer_jsonassert_1_5_0.xml b/.idea/libraries/Maven__org_skyscreamer_jsonassert_1_5_0.xml new file mode 100644 index 0000000..c4c54d6 --- /dev/null +++ b/.idea/libraries/Maven__org_skyscreamer_jsonassert_1_5_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_slf4j_jul_to_slf4j_1_7_30.xml b/.idea/libraries/Maven__org_slf4j_jul_to_slf4j_1_7_30.xml new file mode 100644 index 0000000..27229ce --- /dev/null +++ b/.idea/libraries/Maven__org_slf4j_jul_to_slf4j_1_7_30.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_30.xml b/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_30.xml new file mode 100644 index 0000000..02b6812 --- /dev/null +++ b/.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_30.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_boot_spring_boot_2_3_1_RELEASE.xml b/.idea/libraries/Maven__org_springframework_boot_spring_boot_2_3_1_RELEASE.xml new file mode 100644 index 0000000..f7fbbba --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_boot_spring_boot_2_3_1_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_boot_spring_boot_autoconfigure_2_3_1_RELEASE.xml b/.idea/libraries/Maven__org_springframework_boot_spring_boot_autoconfigure_2_3_1_RELEASE.xml new file mode 100644 index 0000000..16af2ab --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_boot_spring_boot_autoconfigure_2_3_1_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_boot_spring_boot_configuration_processor_2_3_1_RELEASE.xml b/.idea/libraries/Maven__org_springframework_boot_spring_boot_configuration_processor_2_3_1_RELEASE.xml new file mode 100644 index 0000000..54a92b0 --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_boot_spring_boot_configuration_processor_2_3_1_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_boot_spring_boot_devtools_2_3_1_RELEASE.xml b/.idea/libraries/Maven__org_springframework_boot_spring_boot_devtools_2_3_1_RELEASE.xml new file mode 100644 index 0000000..4b56efa --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_boot_spring_boot_devtools_2_3_1_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_2_3_1_RELEASE.xml b/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_2_3_1_RELEASE.xml new file mode 100644 index 0000000..7501d02 --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_2_3_1_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_data_redis_2_3_1_RELEASE.xml b/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_data_redis_2_3_1_RELEASE.xml new file mode 100644 index 0000000..b6ba152 --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_data_redis_2_3_1_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_data_redis_reactive_2_3_1_RELEASE.xml b/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_data_redis_reactive_2_3_1_RELEASE.xml new file mode 100644 index 0000000..eb8315f --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_data_redis_reactive_2_3_1_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_json_2_3_1_RELEASE.xml b/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_json_2_3_1_RELEASE.xml new file mode 100644 index 0000000..1033c9b --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_json_2_3_1_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_logging_2_3_1_RELEASE.xml b/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_logging_2_3_1_RELEASE.xml new file mode 100644 index 0000000..f036f89 --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_logging_2_3_1_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_test_2_3_1_RELEASE.xml b/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_test_2_3_1_RELEASE.xml new file mode 100644 index 0000000..b0b5e61 --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_test_2_3_1_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_thymeleaf_2_3_1_RELEASE.xml b/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_thymeleaf_2_3_1_RELEASE.xml new file mode 100644 index 0000000..f59d516 --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_thymeleaf_2_3_1_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_tomcat_2_3_1_RELEASE.xml b/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_tomcat_2_3_1_RELEASE.xml new file mode 100644 index 0000000..24bf40c --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_tomcat_2_3_1_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_web_2_3_1_RELEASE.xml b/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_web_2_3_1_RELEASE.xml new file mode 100644 index 0000000..e4831fe --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_boot_spring_boot_starter_web_2_3_1_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_boot_spring_boot_test_2_3_1_RELEASE.xml b/.idea/libraries/Maven__org_springframework_boot_spring_boot_test_2_3_1_RELEASE.xml new file mode 100644 index 0000000..e123659 --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_boot_spring_boot_test_2_3_1_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_boot_spring_boot_test_autoconfigure_2_3_1_RELEASE.xml b/.idea/libraries/Maven__org_springframework_boot_spring_boot_test_autoconfigure_2_3_1_RELEASE.xml new file mode 100644 index 0000000..7917708 --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_boot_spring_boot_test_autoconfigure_2_3_1_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_data_spring_data_commons_2_3_1_RELEASE.xml b/.idea/libraries/Maven__org_springframework_data_spring_data_commons_2_3_1_RELEASE.xml new file mode 100644 index 0000000..a93f7c3 --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_data_spring_data_commons_2_3_1_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_data_spring_data_keyvalue_2_3_1_RELEASE.xml b/.idea/libraries/Maven__org_springframework_data_spring_data_keyvalue_2_3_1_RELEASE.xml new file mode 100644 index 0000000..9028287 --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_data_spring_data_keyvalue_2_3_1_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_data_spring_data_redis_2_3_1_RELEASE.xml b/.idea/libraries/Maven__org_springframework_data_spring_data_redis_2_3_1_RELEASE.xml new file mode 100644 index 0000000..39707b6 --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_data_spring_data_redis_2_3_1_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_spring_aop_5_2_7_RELEASE.xml b/.idea/libraries/Maven__org_springframework_spring_aop_5_2_7_RELEASE.xml new file mode 100644 index 0000000..ddc7c15 --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_spring_aop_5_2_7_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_spring_beans_5_2_7_RELEASE.xml b/.idea/libraries/Maven__org_springframework_spring_beans_5_2_7_RELEASE.xml new file mode 100644 index 0000000..b242e82 --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_spring_beans_5_2_7_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_spring_context_5_2_7_RELEASE.xml b/.idea/libraries/Maven__org_springframework_spring_context_5_2_7_RELEASE.xml new file mode 100644 index 0000000..33e64f9 --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_spring_context_5_2_7_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_spring_context_support_5_2_7_RELEASE.xml b/.idea/libraries/Maven__org_springframework_spring_context_support_5_2_7_RELEASE.xml new file mode 100644 index 0000000..030c645 --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_spring_context_support_5_2_7_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_spring_core_5_2_7_RELEASE.xml b/.idea/libraries/Maven__org_springframework_spring_core_5_2_7_RELEASE.xml new file mode 100644 index 0000000..01f19db --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_spring_core_5_2_7_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_spring_expression_5_2_7_RELEASE.xml b/.idea/libraries/Maven__org_springframework_spring_expression_5_2_7_RELEASE.xml new file mode 100644 index 0000000..f257581 --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_spring_expression_5_2_7_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_spring_jcl_5_2_7_RELEASE.xml b/.idea/libraries/Maven__org_springframework_spring_jcl_5_2_7_RELEASE.xml new file mode 100644 index 0000000..840d8b1 --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_spring_jcl_5_2_7_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_spring_oxm_5_2_7_RELEASE.xml b/.idea/libraries/Maven__org_springframework_spring_oxm_5_2_7_RELEASE.xml new file mode 100644 index 0000000..1386d28 --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_spring_oxm_5_2_7_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_spring_test_5_2_7_RELEASE.xml b/.idea/libraries/Maven__org_springframework_spring_test_5_2_7_RELEASE.xml new file mode 100644 index 0000000..2eff1cd --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_spring_test_5_2_7_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_spring_tx_5_2_7_RELEASE.xml b/.idea/libraries/Maven__org_springframework_spring_tx_5_2_7_RELEASE.xml new file mode 100644 index 0000000..03bc220 --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_spring_tx_5_2_7_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_spring_web_5_2_7_RELEASE.xml b/.idea/libraries/Maven__org_springframework_spring_web_5_2_7_RELEASE.xml new file mode 100644 index 0000000..b2c6c0c --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_spring_web_5_2_7_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_springframework_spring_webmvc_5_2_7_RELEASE.xml b/.idea/libraries/Maven__org_springframework_spring_webmvc_5_2_7_RELEASE.xml new file mode 100644 index 0000000..664ced0 --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_spring_webmvc_5_2_7_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_thymeleaf_extras_thymeleaf_extras_java8time_3_0_4_RELEASE.xml b/.idea/libraries/Maven__org_thymeleaf_extras_thymeleaf_extras_java8time_3_0_4_RELEASE.xml new file mode 100644 index 0000000..7b246ae --- /dev/null +++ b/.idea/libraries/Maven__org_thymeleaf_extras_thymeleaf_extras_java8time_3_0_4_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_thymeleaf_thymeleaf_3_0_11_RELEASE.xml b/.idea/libraries/Maven__org_thymeleaf_thymeleaf_3_0_11_RELEASE.xml new file mode 100644 index 0000000..7b72bab --- /dev/null +++ b/.idea/libraries/Maven__org_thymeleaf_thymeleaf_3_0_11_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_thymeleaf_thymeleaf_spring5_3_0_11_RELEASE.xml b/.idea/libraries/Maven__org_thymeleaf_thymeleaf_spring5_3_0_11_RELEASE.xml new file mode 100644 index 0000000..3370587 --- /dev/null +++ b/.idea/libraries/Maven__org_thymeleaf_thymeleaf_spring5_3_0_11_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_unbescape_unbescape_1_1_6_RELEASE.xml b/.idea/libraries/Maven__org_unbescape_unbescape_1_1_6_RELEASE.xml new file mode 100644 index 0000000..2334aa0 --- /dev/null +++ b/.idea/libraries/Maven__org_unbescape_unbescape_1_1_6_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_xmlunit_xmlunit_core_2_7_0.xml b/.idea/libraries/Maven__org_xmlunit_xmlunit_core_2_7_0.xml new file mode 100644 index 0000000..006a8d3 --- /dev/null +++ b/.idea/libraries/Maven__org_xmlunit_xmlunit_core_2_7_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_yaml_snakeyaml_1_26.xml b/.idea/libraries/Maven__org_yaml_snakeyaml_1_26.xml new file mode 100644 index 0000000..e998675 --- /dev/null +++ b/.idea/libraries/Maven__org_yaml_snakeyaml_1_26.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__redis_clients_jedis_3_3_0.xml b/.idea/libraries/Maven__redis_clients_jedis_3_3_0.xml new file mode 100644 index 0000000..b3d4202 --- /dev/null +++ b/.idea/libraries/Maven__redis_clients_jedis_3_3_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..38301a3 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,37 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..b71f3ef --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/shelf/Uncommitted_changes_before_Update_at_25_08_2020_11_25_[Default_Changelist]/shelved.patch b/.idea/shelf/Uncommitted_changes_before_Update_at_25_08_2020_11_25_[Default_Changelist]/shelved.patch new file mode 100644 index 0000000..af3674a --- /dev/null +++ b/.idea/shelf/Uncommitted_changes_before_Update_at_25_08_2020_11_25_[Default_Changelist]/shelved.patch @@ -0,0 +1,180 @@ +Index: src/main/resources/data-access.properties +IDEA additional info: +Subsystem: com.intellij.openapi.diff.impl.patch.BaseRevisionTextPatchEP +<+>redis.host = redis-server\r\nredis.port = 6379 +Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP +<+>windows-1252 +=================================================================== +--- src/main/resources/data-access.properties (revision 37db249a69977824a4908292c11c4e1324adb132) ++++ src/main/resources/data-access.properties (date 1597659599864) +@@ -1,2 +1,3 @@ +-redis.host = redis-server ++//redis.host = redis-server ++redis.host = localhost + redis.port = 6379 +\ No newline at end of file +Index: .idea/inspectionProfiles/Project_Default.xml +IDEA additional info: +Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP +<+>UTF-8 +=================================================================== +--- .idea/inspectionProfiles/Project_Default.xml (date 1598274178652) ++++ .idea/inspectionProfiles/Project_Default.xml (date 1598274178652) +@@ -0,0 +1,23 @@ ++ ++ ++ ++ +\ No newline at end of file +Index: .idea/uiDesigner.xml +IDEA additional info: +Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP +<+>UTF-8 +=================================================================== +--- .idea/uiDesigner.xml (date 1598257920551) ++++ .idea/uiDesigner.xml (date 1598257920551) +@@ -0,0 +1,124 @@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ +\ No newline at end of file diff --git a/.idea/shelf/Uncommitted_changes_before_Update_at_25_08_2020_11_25__Default_Changelist_.xml b/.idea/shelf/Uncommitted_changes_before_Update_at_25_08_2020_11_25__Default_Changelist_.xml new file mode 100644 index 0000000..642b673 --- /dev/null +++ b/.idea/shelf/Uncommitted_changes_before_Update_at_25_08_2020_11_25__Default_Changelist_.xml @@ -0,0 +1,4 @@ + + \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml new file mode 100644 index 0000000..e96534f --- /dev/null +++ b/.idea/uiDesigner.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..288b36b --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..0408b1c --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,382 @@ + + + + + + + + + + + + + + + + + + + +

+ +

+ +

+ +
Provide mocked response headers: Add a new header +
+
+ + + +

Mock has been saved

+ + +
---------------------------------------------------------------------------------------------------------------- +

In order to use the mocked response in your integration tests or simply + get your mocked response please send a request to +
http://localhost:8097/klaus/v1/get/clientUUID should be here/{mockedResponseId} +
+ +

You will receive the same body and headers as you sent them in the step 1.
+

You can also use the form below:
+
+ +

+ + +
+
---------------------------------------------------------------------------------------------------------------- + + + + + \ No newline at end of file diff --git a/src/main/resources/templates/login.html b/src/main/resources/templates/login.html new file mode 100644 index 0000000..34e08a6 --- /dev/null +++ b/src/main/resources/templates/login.html @@ -0,0 +1,20 @@ + + + + + Login + + +

Please move to the next step with your own client UUID:
+
+

+ + +
+ +

You can also register new UUID. *some logic to register UUID*: +
clientUUID should be here +
+ + + \ No newline at end of file diff --git a/src/test/java/com/release11/klaus/KlausApplicationTests.java b/src/test/java/com/release11/klaus/KlausApplicationTests.java new file mode 100644 index 0000000..98061f1 --- /dev/null +++ b/src/test/java/com/release11/klaus/KlausApplicationTests.java @@ -0,0 +1,13 @@ +package com.release11.klaus; + +import org.junit.jupiter.api.Test; +import org.springframework.boot.test.context.SpringBootTest; + +@SpringBootTest +class KlausApplicationTests { + + @Test + void contextLoads() { + } + +} diff --git a/src/test/java/com/release11/klaus/config/RedisConfigTest.java b/src/test/java/com/release11/klaus/config/RedisConfigTest.java new file mode 100644 index 0000000..53dff81 --- /dev/null +++ b/src/test/java/com/release11/klaus/config/RedisConfigTest.java @@ -0,0 +1,19 @@ +package com.release11.klaus.config; + +import org.junit.jupiter.api.Test; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.boot.test.context.SpringBootTest; +import org.springframework.core.env.Environment; +import redis.clients.jedis.Jedis; +import redis.clients.jedis.JedisPool; + +import static org.junit.jupiter.api.Assertions.*; + +@SpringBootTest +class RedisConfigTest { + + @Test + void jedisPool() { + + } +} \ No newline at end of file diff --git a/src/test/java/com/release11/klaus/controller/KlausControllerTest.java b/src/test/java/com/release11/klaus/controller/KlausControllerTest.java new file mode 100644 index 0000000..1eadfaa --- /dev/null +++ b/src/test/java/com/release11/klaus/controller/KlausControllerTest.java @@ -0,0 +1,16 @@ +package com.release11.klaus.controller; + +import org.junit.jupiter.api.Test; + +import static org.junit.jupiter.api.Assertions.*; + +class KlausControllerTest { + + @Test + void getMockedResponse() { + } + + @Test + void setMockedResponse() { + } +} \ No newline at end of file diff --git a/src/test/java/com/release11/klaus/controller/KlausMvcControllerTest.java b/src/test/java/com/release11/klaus/controller/KlausMvcControllerTest.java new file mode 100644 index 0000000..8fc5969 --- /dev/null +++ b/src/test/java/com/release11/klaus/controller/KlausMvcControllerTest.java @@ -0,0 +1,12 @@ +package com.release11.klaus.controller; + +import org.junit.jupiter.api.Test; + +import static org.junit.jupiter.api.Assertions.*; + +class KlausMvcControllerTest { + + @Test + void showHome() { + } +} \ No newline at end of file diff --git a/src/test/java/com/release11/klaus/repository/MockedResponseRedisRepositoryTest.java b/src/test/java/com/release11/klaus/repository/MockedResponseRedisRepositoryTest.java new file mode 100644 index 0000000..e289435 --- /dev/null +++ b/src/test/java/com/release11/klaus/repository/MockedResponseRedisRepositoryTest.java @@ -0,0 +1,16 @@ +package com.release11.klaus.repository; + +import org.junit.jupiter.api.Test; +import org.springframework.boot.test.context.SpringBootTest; + +@SpringBootTest +class MockedResponseRedisRepositoryTest { + + @Test + void getMockedResponse() { + } + + @Test + void setMockedResponse() { + } +} \ No newline at end of file diff --git a/src/test/java/com/release11/klaus/service/KlausServiceImplTest.java b/src/test/java/com/release11/klaus/service/KlausServiceImplTest.java new file mode 100644 index 0000000..53e51a9 --- /dev/null +++ b/src/test/java/com/release11/klaus/service/KlausServiceImplTest.java @@ -0,0 +1,61 @@ +package com.release11.klaus.service; + +import com.release11.klaus.repository.MockedResponseRedisRepository; +import org.junit.jupiter.api.BeforeAll; +import org.junit.jupiter.api.Test; +import org.mockito.InjectMocks; +import org.mockito.Mock; +import org.springframework.boot.test.context.SpringBootTest; +import org.springframework.http.*; + +import java.net.URI; +import java.util.UUID; + +import static org.mockito.ArgumentMatchers.any; +import static org.mockito.ArgumentMatchers.anyInt; +import static org.assertj.core.api.Assertions.*; +import static org.mockito.Mockito.*; + +@SpringBootTest +class KlausServiceImplTest { + + @Mock + MockedResponseRedisRepository mockedResponseRedisRepository; + + @InjectMocks + KlausServiceImpl klausServiceImpl; + + private final static UUID uuid = UUID.fromString("e4248095-100e-4f1f-8226-e722014ae29f"); + private final static URI uri = URI.create("http//:localhost:8080"); + private static ResponseEntity mockedResponseEntity; + private static RequestEntity mockedRequestEntity; + + @BeforeAll + public static void initializeMockEntities(){ + HttpHeaders httpHeaders = new HttpHeaders(); + mockedResponseEntity = new ResponseEntity("body", httpHeaders, HttpStatus.ACCEPTED); + mockedRequestEntity = new RequestEntity(HttpMethod.POST, uri); + } + + @Test + void getMockedResponse() { + when(mockedResponseRedisRepository.getMockedResponse(any(), anyInt())) + .thenReturn(mockedResponseEntity); + + ResponseEntity responseEntity = klausServiceImpl.getMockedResponse(uuid, 1); + assertThat(responseEntity).isNotNull(); + verify(mockedResponseRedisRepository).getMockedResponse(any(), anyInt()); + } + + @Test + void setMockedResponse() { + when(mockedResponseRedisRepository.setMockedResponse(any(), anyInt(), any(), any())) + .thenReturn(mockedResponseEntity); + + ResponseEntity responseEntity = klausServiceImpl.setMockedResponse(uuid, 1, + HttpStatus.ACCEPTED, mockedRequestEntity); + assertThat(responseEntity).isNotNull(); + verify(mockedResponseRedisRepository).setMockedResponse(any(), anyInt(), any(), any()); + } + +} \ No newline at end of file diff --git a/target/classes/application.properties b/target/classes/application.properties new file mode 100644 index 0000000..6260d24 --- /dev/null +++ b/target/classes/application.properties @@ -0,0 +1,9 @@ +server.port = 8099 +spring.output.ansi.enabled = always + +logging.file.name=/var/log/klaus/ +logging.level.root=INFO +logging.level.org.springframework.web=DEBUG +logging.level.com.release11=DEBUG +logging.file.max-size = 10MB +spring.mvc.log-request-details=true diff --git a/target/classes/com/release11/klaus/KlausApplication.class b/target/classes/com/release11/klaus/KlausApplication.class new file mode 100644 index 0000000..0e56a1b Binary files /dev/null and b/target/classes/com/release11/klaus/KlausApplication.class differ diff --git a/target/classes/com/release11/klaus/config/RedisConfig.class b/target/classes/com/release11/klaus/config/RedisConfig.class new file mode 100644 index 0000000..dbc31d6 Binary files /dev/null and b/target/classes/com/release11/klaus/config/RedisConfig.class differ diff --git a/target/classes/com/release11/klaus/controller/KlausController.class b/target/classes/com/release11/klaus/controller/KlausController.class new file mode 100644 index 0000000..63d4042 Binary files /dev/null and b/target/classes/com/release11/klaus/controller/KlausController.class differ diff --git a/target/classes/com/release11/klaus/controller/KlausMvcController.class b/target/classes/com/release11/klaus/controller/KlausMvcController.class new file mode 100644 index 0000000..55c08a5 Binary files /dev/null and b/target/classes/com/release11/klaus/controller/KlausMvcController.class differ diff --git a/target/classes/com/release11/klaus/model/MockedResponseDto$MockedResponseDtoBuilder.class b/target/classes/com/release11/klaus/model/MockedResponseDto$MockedResponseDtoBuilder.class new file mode 100644 index 0000000..246559b Binary files /dev/null and b/target/classes/com/release11/klaus/model/MockedResponseDto$MockedResponseDtoBuilder.class differ diff --git a/target/classes/com/release11/klaus/model/MockedResponseDto.class b/target/classes/com/release11/klaus/model/MockedResponseDto.class new file mode 100644 index 0000000..61f35f4 Binary files /dev/null and b/target/classes/com/release11/klaus/model/MockedResponseDto.class differ diff --git a/target/classes/com/release11/klaus/repository/MockedResponseRedisRepository.class b/target/classes/com/release11/klaus/repository/MockedResponseRedisRepository.class new file mode 100644 index 0000000..80deded Binary files /dev/null and b/target/classes/com/release11/klaus/repository/MockedResponseRedisRepository.class differ diff --git a/target/classes/com/release11/klaus/repository/MockedResponseRepository.class b/target/classes/com/release11/klaus/repository/MockedResponseRepository.class new file mode 100644 index 0000000..129a8fc Binary files /dev/null and b/target/classes/com/release11/klaus/repository/MockedResponseRepository.class differ diff --git a/target/classes/com/release11/klaus/service/KlausService.class b/target/classes/com/release11/klaus/service/KlausService.class new file mode 100644 index 0000000..15b32f1 Binary files /dev/null and b/target/classes/com/release11/klaus/service/KlausService.class differ diff --git a/target/classes/com/release11/klaus/service/KlausServiceImpl.class b/target/classes/com/release11/klaus/service/KlausServiceImpl.class new file mode 100644 index 0000000..94f0c1a Binary files /dev/null and b/target/classes/com/release11/klaus/service/KlausServiceImpl.class differ diff --git a/target/classes/data-access.properties b/target/classes/data-access.properties new file mode 100644 index 0000000..25bff42 --- /dev/null +++ b/target/classes/data-access.properties @@ -0,0 +1,3 @@ +//redis.host = redis-server +redis.host = localhost +redis.port = 6379 \ No newline at end of file diff --git a/target/classes/templates/index.html b/target/classes/templates/index.html new file mode 100644 index 0000000..a1c99c0 --- /dev/null +++ b/target/classes/templates/index.html @@ -0,0 +1,112 @@ + + + + + Title + + + +
---------------------------------------------------------------------------------------------------------------- +

In order to set mockup response. Please send the response, that you want to receive, on: +
http://localhost:8097/klaus/v1/set/ clientUUID should be here/{mockedResponseId}?httpStatus=200 +
or simply fill and submit the below form:
+ +
+
+ +

+ +

+ +

+ +
Provide mocked response headers: Add a new header +
+
+ + +
+

Mock has been saved

+ + +
---------------------------------------------------------------------------------------------------------------- +

In order to use the mocked response in your integration tests or simply + get your mocked response please send a request to +
http://localhost:8097/klaus/v1/get/clientUUID should be here/{mockedResponseId} +
+ +

You will receive the same body and headers as you sent them in the step 1.
+

You can also use the form below:
+
+ +

+ + +
+
---------------------------------------------------------------------------------------------------------------- +
+ + + + \ No newline at end of file diff --git a/target/classes/templates/login.html b/target/classes/templates/login.html new file mode 100644 index 0000000..34e08a6 --- /dev/null +++ b/target/classes/templates/login.html @@ -0,0 +1,20 @@ + + + + + Login + + +

Please move to the next step with your own client UUID:
+
+

+ + +
+ +

You can also register new UUID. *some logic to register UUID*: +
clientUUID should be here +
+ + + \ No newline at end of file diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..e69de29 diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..505e5cd --- /dev/null +++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,8 @@ +D:\git\Szakalakamaka\R11-Klaus\src\main\java\com\release11\klaus\KlausApplication.java +D:\git\Szakalakamaka\R11-Klaus\src\main\java\com\release11\klaus\model\MockedResponseDto.java +D:\git\Szakalakamaka\R11-Klaus\src\main\java\com\release11\klaus\service\KlausService.java +D:\git\Szakalakamaka\R11-Klaus\src\main\java\com\release11\klaus\config\RedisConfig.java +D:\git\Szakalakamaka\R11-Klaus\src\main\java\com\release11\klaus\repository\MockedResponseRepository.java +D:\git\Szakalakamaka\R11-Klaus\src\main\java\com\release11\klaus\controller\KlausController.java +D:\git\Szakalakamaka\R11-Klaus\src\main\java\com\release11\klaus\service\KlausServiceImpl.java +D:\git\Szakalakamaka\R11-Klaus\src\main\java\com\release11\klaus\controller\KlausMvcController.java diff --git a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 0000000..e69de29 diff --git a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 0000000..85894e0 --- /dev/null +++ b/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1,6 @@ +D:\git\Szakalakamaka\R11-Klaus\src\test\java\com\release11\klaus\repository\MockedResponseRepositoryTest.java +D:\git\Szakalakamaka\R11-Klaus\src\test\java\com\release11\klaus\KlausApplicationTests.java +D:\git\Szakalakamaka\R11-Klaus\src\test\java\com\release11\klaus\controller\KlausMvcControllerTest.java +D:\git\Szakalakamaka\R11-Klaus\src\test\java\com\release11\klaus\service\KlausServiceImplTest.java +D:\git\Szakalakamaka\R11-Klaus\src\test\java\com\release11\klaus\controller\KlausControllerTest.java +D:\git\Szakalakamaka\R11-Klaus\src\test\java\com\release11\klaus\config\RedisConfigTest.java diff --git a/target/test-classes/com/release11/klaus/KlausApplicationTests.class b/target/test-classes/com/release11/klaus/KlausApplicationTests.class new file mode 100644 index 0000000..8e3bc44 Binary files /dev/null and b/target/test-classes/com/release11/klaus/KlausApplicationTests.class differ diff --git a/target/test-classes/com/release11/klaus/config/RedisConfigTest.class b/target/test-classes/com/release11/klaus/config/RedisConfigTest.class new file mode 100644 index 0000000..9578a39 Binary files /dev/null and b/target/test-classes/com/release11/klaus/config/RedisConfigTest.class differ diff --git a/target/test-classes/com/release11/klaus/controller/KlausControllerTest.class b/target/test-classes/com/release11/klaus/controller/KlausControllerTest.class new file mode 100644 index 0000000..b771cd8 Binary files /dev/null and b/target/test-classes/com/release11/klaus/controller/KlausControllerTest.class differ diff --git a/target/test-classes/com/release11/klaus/controller/KlausMvcControllerTest.class b/target/test-classes/com/release11/klaus/controller/KlausMvcControllerTest.class new file mode 100644 index 0000000..72d20fe Binary files /dev/null and b/target/test-classes/com/release11/klaus/controller/KlausMvcControllerTest.class differ diff --git a/target/test-classes/com/release11/klaus/repository/MockedResponseRedisRepositoryTest.class b/target/test-classes/com/release11/klaus/repository/MockedResponseRedisRepositoryTest.class new file mode 100644 index 0000000..6d295e9 Binary files /dev/null and b/target/test-classes/com/release11/klaus/repository/MockedResponseRedisRepositoryTest.class differ diff --git a/target/test-classes/com/release11/klaus/service/KlausServiceImplTest.class b/target/test-classes/com/release11/klaus/service/KlausServiceImplTest.class new file mode 100644 index 0000000..a3c7fcc Binary files /dev/null and b/target/test-classes/com/release11/klaus/service/KlausServiceImplTest.class differ