Skip to content

Accelerated Domain-Driven Microservices might refer to an approach that aims to rapidly develop and deploy microservices-based systems while maintaining a strong focus on the business domain. A guide microservices evolutionary architecture thats fit to your reality

Notifications You must be signed in to change notification settings

drr00t/addms-by-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

addms-by-example

demo 01

  • rest
    • openapi
  • cdc
  • kafka
  • dataformat
  • postgres
mvn archetype:generate -B -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-java -DarchetypeVersion=3.18.4 -Dpackage=com.github.drr00t.addms -DgroupId=com.github.drr00t.addms -DartifactId=first-camel-integration -Dversion=1.0.0-SNAPSHOT
mvn io.quarkus:quarkus-maven-plugin:3.15.1:create \
    -DprojectGroupId=com.github.drr00t.addms \
    -DprojectArtifactId=getting-started \
    -Dextensions=camel-quarkus-log,camel-quarkus-timer

About

Accelerated Domain-Driven Microservices might refer to an approach that aims to rapidly develop and deploy microservices-based systems while maintaining a strong focus on the business domain. A guide microservices evolutionary architecture thats fit to your reality

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published