Skip to content

Commit

Permalink
chore: do not use deprecated AbstractContainerProperties constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Oct 25, 2023
1 parent 0ae26f3 commit b3a0c2a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 571 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@EnableWebMvc
@Configuration(proxyBeanMethods = false)
class BitcoinPaymentExampleApplicationWebMvcConfig implements WebMvcConfigurer {
class BitcoinPaymentExampleApplicationWebMvcConfigurer implements WebMvcConfigurer {

private static final String[] CLASSPATH_RESOURCE_LOCATIONS = {
"classpath:/META-INF/resources/",
Expand Down

0 comments on commit b3a0c2a

Please sign in to comment.