* updated dependency management in spring-cloud-gateway pom.xml
* * renamed org package to com
* renamed spring.cloud package to springcloudgateway
* deleted SpringContextIntegrationTest, as per BAEL-14304
* updated spring Junit test to jupiter
* separated introduction-application properties from application.yml, fixing launch error due to file not found exception
* Added Service to use as Proxied Service
* Added global filters and debug logs for article
* fixed error in properties source, plus added GatewayFilter Factories
* implemented Modify Request example
* implemented Modify Response example
* implemented Chain Request example
* Added Tests:
* Live Test for gateway
* Integration tests for services
Fixed small issues
* renamed tests that were not following BDD naming