Skip to content

Commit

Permalink
#3 init
Browse files Browse the repository at this point in the history
  • Loading branch information
wonwoo committed Sep 24, 2018
1 parent 5e36527 commit 1e56007
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -70,7 +69,6 @@ public static void main(String[] args) {

```


### for spring

```java
Expand Down Expand Up @@ -101,6 +99,8 @@ public void mappingTest() {

### for spring boot

> spring boot is default modelmapper
```java
@Mppled
public interface FooMapper {
Expand All @@ -122,3 +122,6 @@ public void mappingTest() {
}

```
### config

TODO

0 comments on commit 1e56007

Please sign in to comment.