micropatel
1dea2b8cbd
BAEL-1980 Access an in-memory h2 db from 2 Spring Boot applications (#5230)
* Added Spring-Boot-H2 project
* Optimized imports and formatted code
* Code Formatting changes
* Renamed the client applicaiton
* Removed Name from pom.xml
* formatting changes - applied formatting style
* added souts
* Update SpringBootApp.java
* Update ClientSpringBootApp.java
* Fixed Formatting issues
* Fixed formatting and spelling mistakes
* added H2 shared db example
* a
* patch
* test
* Revert "Fixed formatting and spelling mistakes"
This reverts commit ed56ededec.
* Revert "test"
This reverts commit 4a7133dbd1.
* Revert "patch"
This reverts commit 404b9ebe74.
* Revert "a"
This reverts commit af77f84111.
* Revert "added H2 shared db example"
This reverts commit e16918cae3.
* Updated to have client and server in same directory
* Deleted old files
* removed unwanted directory
* formating
* removed unwanted module
* commentted removed module
* Revert "commentted removed module"
This reverts commit 211ff1441f.
* Revert "removed unwanted module"
This reverts commit 657f9ee45e.
* fixed pom.xml issue
* typo fixed
* fixed multiple main class issue