Skip to content

davidgfolchApium/gitsubmodule-mss2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-submodule-mss2

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

About

Git submodule article mss2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages