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 c51a520edd
commit 0821fb646c
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