From c9c12d7e091decd2eab2fe16448eab6578d20870 Mon Sep 17 00:00:00 2001 From: Gregory <32060161+ggmaleva@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:09:30 +0300 Subject: [PATCH] fix auto configuration for SB3 (#39) * fix auto configuration for SB3 * bump version * bump parent --------- Co-authored-by: ggmaleva --- pom.xml | 4 ++-- ...ingframework.boot.autoconfigure.AutoConfiguration.imports | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports diff --git a/pom.xml b/pom.xml index 0a8edca..1d0c1aa 100644 --- a/pom.xml +++ b/pom.xml @@ -6,12 +6,12 @@ dev.vality library-parent-pom - 1.0.3 + 2.0.3 adapter-bank-payout-spring-boot-starter - 2.0.0 + 2.0.1 jar Adapter-bank-payout-spring-boot-starter diff --git a/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports b/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports new file mode 100644 index 0000000..f190829 --- /dev/null +++ b/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports @@ -0,0 +1,5 @@ +dev.vality.adapter.bank.payout.spring.boot.starter.config.ErrorMappingConfiguration +dev.vality.adapter.bank.payout.spring.boot.starter.config.RequestLoggingAspectConfiguration +dev.vality.adapter.bank.payout.spring.boot.starter.config.SimpleObjectMapperConfiguration +dev.vality.adapter.bank.payout.spring.boot.starter.config.properties.AdapterProperties +dev.vality.adapter.bank.payout.spring.boot.starter.config.properties.TimerProperties