Skip to content

Jason-Gew/Java_Modules

Repository files navigation

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

About

Personal Java Reusable Modules, Small Initial Projects...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages