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

com.naharoo.commons.mstoolkit.rest.exceptionhandler.RestExceptionHandlerAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 0.7.12
Show newest version
package com.naharoo.commons.mstoolkit.rest.exceptionhandler;

import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;

@Configuration
@EnableConfigurationProperties(RestExceptionHandlerProperties.class)
@ComponentScan("com.naharoo.commons.mstoolkit.rest.exceptionhandler")
@PropertySource("classpath:ms-toolkit-exception-handler-starter.properties")
public class RestExceptionHandlerAutoConfiguration {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy