一、Maven簡介
Maven:
官方解釋: Maven, a Yiddish word meaning accumulator of knowledge, began as an attempt to simplify the build processes in the Jakarta Turbine project. There were severa
圖:模塊化手機概念
一、什麼是Java模塊化
Java模塊化(module)是Java9及以後版本引入的新特性。
官方對模塊的定義為:一個被命名的,代碼和數據的自描述集合。( the module, which is a named, self-describing collection of code and data)。
早在Java7的時候就被提出,但由於其複雜性,不斷跳票,直到Ja