Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 447 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 447 Bytes

English | 中文

A simple gradle multi-module project example

Project structure

template-gradle

platform : define project version, similar to maven's dependencyManagement.

common-lib : library module, define public dependencies for other modules to use.

server : spring boot web example

Run

You need to publish the platform module locally first, as shown here:

img.png