Run this command to install the python packages for virtual env.
make init-python
Run this command to install the projects as python packages into virtual env.
make install
Run this command activate virtual env.
make shell
Start the projects by using Makefile
commands.
make start-spring-webmvc-local
Run style check
make style
Run Test
make test
Open document in browser
make doc
- fix lint
- add doc pipeline
- add doc string