Skip to content

Project using JavaEE along with MapStruct and WildFly 10

License

Notifications You must be signed in to change notification settings

nirodg/JavaEE_Mapstruct_Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaEE Mapstruct Example with Maven

Build Status

About

Example made in Java (Maven) with the objective to show how MapStruct can be used along with some JUnit tests.

Technologies used:

  1. Eclipse Mars.1 Release (4.5.1)
  2. WidFly 10 Final (latest version)
  3. H2 Database
  4. JUnit
  5. MapStruct Framework

Use case

  1. User has notes (as many as the user wants)
  2. A Note belong to an User

Dependencies

  1. JUnit

    <dependency>
        <groupId>junit</groupId>
        <artifactId>junit</artifactId>
        <version>4.12</version>
        <scope>test</
    </dependency>
    
  2. MapStruct Framework

    <dependency>
        <groupId>org.mapstruct</groupId>
        <artifactId>mapstruct</artifactId>
        <version>1.0.0.CR2</version>
    </dependency>
    

About

Project using JavaEE along with MapStruct and WildFly 10

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages