Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 986 Bytes

README.md

File metadata and controls

46 lines (27 loc) · 986 Bytes

Java Fundamental Modules and Initial Projects

Personal Java modules and projects for further integration and basic usage.

Getting Started

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.

Prerequisites

unzip apache-maven-3.6.1-bin.zip
export PATH=/opt/apache-maven-3.6.1/bin:$PATH

Installing

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

Contents

1. See Each Directory...

Built With

  • Maven - A software project management, comprehension and building tool

Authors

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details