Personal Java modules and projects for further integration and basic usage.
Most of the Java project code are based on Maven for better dependency management and version control. Part of them utilize Spring Boot framework for wide usage.
unzip apache-maven-3.6.1-bin.zip
export PATH=/opt/apache-maven-3.6.1/bin:$PATH
For the modules / libraries, use maven install to install into local maven repository. For initial project, use maven package to generate .jar file.
mvn package
mvn install
1.
See Each Directory...
- Maven - A software project management, comprehension and building tool
- Jason Ge Wu -- Jason Wu
This project is licensed under the Apache License 2.0 - see the LICENSE file for details