spring-projects / spring-boot-data-geode

Spring Boot support for Apache Geode and VMware GemFire
https://projects.spring.io/spring-boot
Apache License 2.0
46 stars 49 forks source link

Add new @EnableAutoDeployment annotation #96

Open jxblum opened 4 years ago

jxblum commented 4 years ago

The @EnableAutoDeployment annotation will auto-deploy all application code required on the server, such as, but not limited to:

Once the application required components are "deployed", then SBDG will proceed to register the Callbacks and Functions as necessary, automatically, as well.