Skip to content

Getting started

Feego edited this page Jul 3, 2019 · 7 revisions

Get It

For Maven users

<dependency>
  <groupId>io.github.lvyahui8</groupId>
  <artifactId>spring-boot-data-aggregator-starter</artifactId>
  <version>1.0.3</version>
</dependency>

Configuration

application.properties

# Specify the package to scan the annotations
io.github.lvyahui8.spring.base-packages=io.github.lvyahui8.spring.example

Start coding

Intro

Getting started

Advanced usage

Other

Clone this wiki locally