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

de.adorsys.ledgers.postings.impl.PostingServiceConfiguration Maven / Gradle / Ivy

There is a newer version: 4.17
Show newest version
package de.adorsys.ledgers.postings.impl;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

import de.adorsys.ledgers.postings.db.EnablePostingsReporitory;

@Configuration
@ComponentScan(basePackageClasses=PostingServiceBasePackage.class)
@EnablePostingsReporitory
public class PostingServiceConfiguration {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy