entry-point.mq-listener-sync.definition.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scaffold-clean-architecture Show documentation
Show all versions of scaffold-clean-architecture Show documentation
Gradle plugin to create a clean application in Java that already works, It follows our best practices!
{
"folders": [
"infrastructure/entry-points/mq-listener/src/test/java/{{packagePath}}/mq/listener"
],
"files": {
"entry-point/mq-listener-sync/sample-mq-message-listener.java.mustache": "infrastructure/entry-points/mq-listener/src/main/java/{{packagePath}}/mq/listener/SampleMQMessageListener.java",
"entry-point/mq-listener-sync/build.gradle.mustache": "infrastructure/entry-points/mq-listener/build.gradle",
"entry-point/mq-listener-sync/sample-mq-message-listener.test.java.mustache": "infrastructure/entry-points/mq-listener/src/test/java/{{packagePath}}/mq/listener/SampleMQMessageListenerTest.java"
}
}