Fix spelling error in class name in spring.factories
This commit is contained in:
parent
ba824b240b
commit
ea469f9bc2
|
|
@ -1,3 +1,3 @@
|
||||||
# Auto Configure
|
# Auto Configure
|
||||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||||
org.springframework.boot.starter.redis.RedisStarterDepricationWarningAutoConfiguration
|
org.springframework.boot.starter.redis.RedisStarterDeprecationWarningAutoConfiguration
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue