2
0

spring.factories 459 B

12345678910
  1. # Auto Configure
  2. org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
  3. org.maxkey.autoconfigure.ApplicationAutoConfiguration,\
  4. org.maxkey.autoconfigure.KaptchaAutoConfiguration,\
  5. org.maxkey.autoconfigure.MvcAutoConfiguration,\
  6. org.maxkey.autoconfigure.JwtAuthnAutoConfiguration,\
  7. org.maxkey.autoconfigure.RedisAutoConfiguration,\
  8. org.maxkey.autoconfigure.AuthenticationAutoConfiguration,\
  9. org.maxkey.MaxKeyMgtConfig,\
  10. org.maxkey.MaxKeyMgtMvcConfig