Skip to content

Commit

Permalink
chore: yaci-dev-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
matiwinnetou committed Aug 15, 2023
1 parent 685923a commit e0eda83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,12 @@ cd cf-voting-app/backend-services/voting-app
If you want to develop using Yaci-DevKit (https://github.com/bloxbean/yaci-devkit) you have to start the backend applications in the special YACI_DEV_KIT DEV mode.

```shell
cd cf-voting-app/backend-services/voting-app

export SPRING_CONFIG_LOCATION=classpath:/application.properties,classpath:/application-dev--yaci-dev-kit.properties
export SPRING_PROFILES_ACTIVE=dev--yaci-dev-kit

java -jar cf-voting-admin-app.jar
./gradlew bootRun
```

This will effectively load `application.properties` and `application-dev-yaci-dev-kit.properties` file from the classpath
Expand Down

0 comments on commit e0eda83

Please sign in to comment.