240 发简信
IP属地:江苏
  • SpringBoot报错:Failed to configure a DataSource: 'url' attribute is not specified and no embedded d...

    SpringBoot集成MyBatis时报了如下错误: APPLICATION FAILED TO STARTDescription:Faile...

  • Resize,w 360,h 240
    idea中SprinBoot项目设置热启动

    引入热启动插件依赖包 <dependency> <groupId>org.springframework.boot</groupId> ...

  • SpringBoot要求输入用户名密码

    问题展示 原因 项目中引用了SpringSecurity的jar包。 SpringBoot会自动配置引用的jar包中的功能,因此启动时自动将安全...