Merge branch '1.2.x'
This commit is contained in:
@@ -0,0 +1 @@
|
||||
spring.autoconfigure.exclude:
|
||||
@@ -15,4 +15,7 @@ ribbon.eureka.enabled: false
|
||||
spring.sleuth.scheduled.skipPattern: "^org.*TestBeanWithScheduledMethodToBeIgnored$"
|
||||
# comma separated list of matchers
|
||||
spring.sleuth.rxjava.schedulers.ignoredthreads: HystixMetricPoller,^MyCustomThread.*$,^RxComputation.*$
|
||||
security.ignored: /**
|
||||
security.ignored: /**
|
||||
|
||||
#disable hibernate by default
|
||||
spring.autoconfigure.exclude: org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
|
||||
Reference in New Issue
Block a user