poc-spring-boot-dynamic-controller icon indicating copy to clipboard operation
poc-spring-boot-dynamic-controller copied to clipboard

Simple POC/draft of how to add a REST controller in Spring Boot at runtime.

Results 2 poc-spring-boot-dynamic-controller issues
Sort by recently updated
recently updated
newest added

Bumps [guava](https://github.com/google/guava) from 28.1-jre to 29.0-jre. Release notes Sourced from guava's releases. 29.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>29.0-jre</version> <!-- or, for Android: --> <version>29.0-android</version> </dependency> Javadoc 29.0-jre 29.0-android JDiff 29.0-jre...

dependencies

- Using Byte-Buddy we create the component class as mention in attachment - Create Method return void and annotateMethod with @kafkaListener and load the class **- ISSUE: Kafka Listener never...