Skip to content

如何开始

Feego edited this page Jul 4, 2019 · 3 revisions

引入依赖

Maven用户

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

配置

application.properties

# 指名要扫描注解的包
io.github.lvyahui8.spring.base-packages=io.github.lvyahui8.spring.example

开始编码

Intro

Getting started

Advanced usage

Other

Clone this wiki locally