citerus / dddsample-core

This is the new home of the original DDD Sample app (previously hosted at sf.net)..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to build and run this in IntelliJ Idea

prchristie opened this issue · comments

This is almost certainly a user error. I haven't used Java that much (never used or even knew about Java EE before looking at this). I have tried for the past few hours to get this to work correctly with no luck. Can you guys please point me in some directions for how to do this please? Thanks.

To build and run the project, first import the project into Intellij (either Community Edition or Ultimate Edition), then click the Maven tab to the right. In the maven tab, expand the DDDSample/Lifecycle item and click compile. This will build the project. After that, press test to run all the tests and verify that they work. If they work, you can run the project either by expanding the Maven item named DDDSample/Plugins/spring-boot and clicking spring-boot:run.