io.github.parmenidev.mise.bom.error.GlobalConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parmenidev-error Show documentation
Show all versions of parmenidev-error Show documentation
Library that provides error handling for common rest API scenarios
The newest version!
package io.github.parmenidev.mise.bom.error;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.context.annotation.Configuration;
@Configuration
@EnableAutoConfiguration
public class GlobalConfiguration {
}