#

访问linux环境下的spring boot项目需要用户名和密码的解决办法
在spring boot启动的mian方法上加上这一句
@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class, HibernateJpaAutoConfiguration.class,SecurityAutoConfiguration.class})

相关文章:

  • 2021-11-04
  • 2022-12-23
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-10
  • 2022-12-23
  • 2021-05-08
  • 2021-12-18
  • 2021-09-15
相关资源
相似解决方案