copy and paste service-a for add cqrs design
This commit is contained in:
@ -3,9 +3,11 @@ package com.example.mmad.testapp;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
|
||||
import org.springframework.scheduling.annotation.EnableAsync;
|
||||
|
||||
@SpringBootApplication
|
||||
@EnableDiscoveryClient
|
||||
@EnableAsync
|
||||
public class TestAAppApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
Reference in New Issue
Block a user