Skip to content

Commit e910206

Browse files
committed
comment
1 parent 93b5ac2 commit e910206

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

jdk_11_maven/em/embedded/rest/pay-publicapi/src/main/java/em/embedded/uk/gov/pay/api/app/EmbeddedEvoMasterController.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ public String startSut() {
8989
System.setProperty("dw.server.adminConnectors[0].port", "0");
9090
System.setProperty("dw.redis.endpoint", "localhost:" + REDIS_PORT);
9191

92+
/*
93+
Note: When running using IntelliJ, make sure the working directory is set to the
94+
driver module.
95+
*/
9296
try {
9397
application.run("server", "src/main/resources/em_config.yaml");
9498
} catch (Exception e) {

0 commit comments

Comments
 (0)