Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 550 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 550 Bytes

git-submodule-mss1

This one executes API rest call to mss1, via apiClient submodule implementations.

For the shake of simplicity there is not even MVC architecture implemented.

Initial setup

Git clone repositories with --recurse-submodules option.

git clone --recurse-submodules https://github.com/davidgfolchApium/gitsubmodule-mss1
git clone --recurse-submodules https://github.com/davidgfolchApium/gitsubmodule-mss2

Compile and Run

Be sure you are using jdk11 before:

mvn clean install
cd api && mvn spring-boot:run