* BAEL-8020 Fix surefire configs of spring-5 projects
-Removed surefire configurations from spring-5 projects
* BAEL-8020 Fix surefire configs of spring-5 projects
-Fixed surefire and junit configuration of spring-5-** projects
-Fixed mavensurefire plugin to execute JUnit5 tests BAEL-8125
* BAEL-8020 Fix sure fire configs in spring5 project
-Fixed dependency for junit-5
* BAEL-8020 Fix sure fire configs in spring5 project
-Fixed dependency for junit5-migration
* BAEL-8020 Fix surefire configs
-Updated maven war plugin to 3.0.0
* BAEL-8020 Fix surefire configs
-Upgraded surefire custom logger api version to 2.21.0 for all child projects
* BAEL-8020
-Deleted empty test SpringBootMvcApplicationTests.java in spring-boot-mvc.
-Renamed SpringBootMvcApplicationTests.java correct in spring-boot-vue
* BAEL-8020 Fix surfire configs
-Added junit vintage dependency to run junit4 tests
* Added code for the migration from JUnit 4 to JUnit 5
* Add example for Rule migration support
* Add fix to access modifiers to test methods
* Remove wrong header
* Add junit5-migration module and its code snippets
* Add module configuration to pom
* Remove test classes that were added for the migration from JUnit 4 to JUnit 5 article (moved under correct module)
* Spring Boot and Angular E-Commerce Application
* Spring Boot and Angular E-Commerce Application pom.xml updated
* Spring Boot and Angular E-Commerce Application tests added
* BAEL-1979 Added examples for SnakeYAML Library
* BAEL-1979 Moved the snakeyaml related code to libraries module
* BAEL-1979 Removed the System.out.println() statements and converted the assertTrue to assertEquals wherever possible.
* BAEL-1979 Removed println statements, small formatting fix in pom.xml
* Initial Commit
* Update parent pom.xml
* Update BasicConnectionPool class
* Update BasicConnectionPool class
* BAEL-1818 removed code from core-java module, cleaned up a little pom files
* BAEL-1818 moved the code from connectionpool.connectionpools package to connectionpool
* commit first as binodpanta
* revert test change
* A short example of real-time event streaming using Spring WebFlux
* Code for http://jira.baeldung.com/browse/BAEL-1527
* remove unrelated files
* Apply feedback changes to rename test and remove link from readme file, ongoing work
* Update formatting fixes to code and add pom changes, that partially fix test runnning issues in IDE but not in cmdline
* Apply Eclipse formatter to test code and apply suggested pom fixes
* BAEL-1527 Formatting fix in pom.xml
* Use string.format to cleanup logging code
* BAEL-1527 Changed logging pattern
* Start the spring-boot-vue module, WIP
* some small updates with comments
* Add index html template page
* merge pom.xml fixes
* Add integration test with MockMvc to verify index.html content is rendered correctly
* fix up pom merge issues
* merge issues fix for pom
* pom end of file newline