Answers for "springboot avoid generated security password:"

0

springboot avoid generated security password:

spring:
  autoconfigure:
    exclude: org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration,org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration
Posted by: Guest on June-25-2021

Browse Popular Code Answers by Language