Skip to content

Commit

Permalink
Merge branch '2.7.x' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhave committed Mar 8, 2022
2 parents 524c0e1 + 88bd0fa commit 0e71d80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -24,7 +24,7 @@
import org.springframework.context.annotation.Configuration;

@Configuration(proxyBeanMethods = false)
class MyDatasourceConfiguration {
public class MyDatasourceConfiguration {

@Bean
@ConfigurationProperties("app.datasource.second")
Expand Down
Expand Up @@ -22,7 +22,7 @@
import org.springframework.security.web.SecurityFilterChain;

@Configuration(proxyBeanMethods = false)
class MySecurityConfiguration {
public class MySecurityConfiguration {

@Bean
public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Exception {
Expand Down

0 comments on commit 0e71d80

Please sign in to comment.