From 1e56007f30e3a7d58ebb172da101e0bebd59fbcf Mon Sep 17 00:00:00 2001 From: wonwoo Date: Mon, 24 Sep 2018 19:26:11 +0900 Subject: [PATCH] #3 init --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b00345..1a56605 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # mpple [![Build Status](https://travis-ci.org/wonwoo/mpple.svg?branch=master)](https://travis-ci.org/wonwoo/mpple) +[![Coverage Status](https://coveralls.io/repos/github/wonwoo/mpple/badge.svg?branch=master)](https://coveralls.io/github/wonwoo/mpple?branch=master) -## init - -### example +## default sample ```java @@ -70,7 +69,6 @@ public static void main(String[] args) { ``` - ### for spring ```java @@ -101,6 +99,8 @@ public void mappingTest() { ### for spring boot +> spring boot is default modelmapper + ```java @Mppled public interface FooMapper { @@ -122,3 +122,6 @@ public void mappingTest() { } ``` +### config + +TODO \ No newline at end of file