JAVA-5935: Analyse bean overriding fix in modules - Part 3

This commit is contained in:
sampadawagde
2021-07-10 18:54:09 +05:30
parent d5127eee61
commit 8b2eec9da5
5 changed files with 0 additions and 5 deletions

View File

@@ -1,4 +1,3 @@
spring.main.allow-bean-definition-overriding=true
spring.mvc.static-path-pattern=/content/**
spring.webflux.static-path-pattern=/content/**
spring.resources.static-locations=classpath:/files/,classpath:/static-files

View File

@@ -1,2 +1 @@
spring.main.allow-bean-definition-overriding=true
spring.thymeleaf.view-names=thymeleaf/*

View File

@@ -3,5 +3,4 @@ management.metrics.enable.root=true
management.metrics.enable.jvm=true
management.endpoint.restart.enabled=true
spring.datasource.jmx-enabled=false
spring.main.allow-bean-definition-overriding=true
management.endpoint.shutdown.enabled=true

View File

@@ -8,5 +8,4 @@ endpoints.shutdown.enabled=true
management.endpoint.restart.enabled=true
spring.main.allow-bean-definition-overriding=true
spring.jmx.unique-names=true

View File

@@ -6,4 +6,3 @@ spring.redis.port= 6379
spring.security.user.name=john
spring.security.user.password=123
spring.main.allow-bean-definition-overriding=true