Skip to content

victorrentea/clean-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Maven install to generate sources

  1. From IntelliJ > View > Tool Windows > Maven > Lifecycle > install
  2. From command line: mvn install

Fancy a newer Java version?

If you want to play with records, switch expressions and text blocks """, change the <java.version> in parent pom.xml

Add generated sources in IntelliJ

On the following folder: right click > Mark as > Generated Sources Root

  • clean-application/target/generated-sources/annotations for MapStruct (CustomerMapStructImpl)
  • clean-application/target/generated-sources/openapi/src/main/java for OpenAPI (LdapUserDto,...)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published