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

org.sdase.commons.spring.boot.web.SdaSpringConfiguration Maven / Gradle / Ivy

Go to download

A library to bootstrap services easily that follow the patterns and specifications promoted by the SDA SE

There is a newer version: 4.5.34
Show newest version
/*
 * Copyright 2022- SDA SE Open Industry Solutions (https://www.sda.se)
 *
 * Use of this source code is governed by an MIT-style
 * license that can be found in the LICENSE file or at
 * https://opensource.org/licenses/MIT.
 */
package org.sdase.commons.spring.boot.web;

import org.sdase.commons.spring.boot.web.error.ApiExceptionHandler;
import org.springframework.boot.autoconfigure.AutoConfiguration;
import org.springframework.context.annotation.Import;
import org.springframework.context.annotation.PropertySource;

@AutoConfiguration
@PropertySource("classpath:/org/sdase/commons/spring/boot/web/defaults.properties")
@Import(ApiExceptionHandler.class)
public class SdaSpringConfiguration {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy