We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1c5091 + 83b7eb4 commit c8af61eCopy full SHA for c8af61e
rabbitmq-event-brokering/src/main/java/com/example/demo/EventingApplication.java
@@ -1,11 +1,9 @@
1
package com.example.demo;
2
3
import org.springframework.boot.SpringApplication;
4
-import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
5
import org.springframework.boot.autoconfigure.SpringBootApplication;
6
7
@SpringBootApplication
8
-@EnableAutoConfiguration
9
public class EventingApplication {
10
11
public static void main(String[] args) {
0 commit comments