citerus / dddsample-core

This is the new home of the original DDD Sample app (previously hosted at sf.net)..
MIT License
4.99k stars 1.47k forks source link

How to build and run this in IntelliJ Idea #52

Closed prchristie closed 1 year ago

prchristie commented 2 years ago

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.

orende commented 2 years ago

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.