All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.muenchen.oss.digiwf.example.integration.ExampleIntegrationAutoconfiguration Maven / Gradle / Ivy

There is a newer version: 1.7.2
Show newest version
package de.muenchen.oss.digiwf.example.integration;


import lombok.RequiredArgsConstructor;
import org.springframework.context.annotation.ComponentScan;

@RequiredArgsConstructor
@ComponentScan(basePackages = { "de.muenchen.oss.digiwf.example.integration.core" })
public class ExampleIntegrationAutoconfiguration {

    // If you don't use the @ComponentScan annotation, you have to create the beans manually below.

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy