dapr-sandbox / components-java-sdk

Dapr SDK to compose pluggable components in Java.
Apache License 2.0
2 stars 2 forks source link

Split SDK code and example code #8

Closed tmacam closed 1 year ago

tmacam commented 2 years ago

Ideally we want SDK code to compile on its own and code samples/examples to be separated projects built independently from the SDK. One option is to move example code to a separate folder in the root directory of the project, as it is done in Dapr Java SDK.