240 发简信
IP属地:辽宁
  • 设置sonar 排除扫描文件及问题

    sonar.exclusions=node_modules\**\* 如果排除不好用,记得用 指定: sonar.sources=src 多个文...

  • jenkins+svn 异常

    ERROR: Error during Sonar runner execution ERROR: Fail to download libra...

  • spring securing-web 官网示例跑不起来的原因

    https://github.com/spring-guides/gs-securing-web.git <dependency> ...

  • cnpm run dev报错

    0 info it worked if it ends with ok 1 verbose cli [ 1 verbose cli 'E:\\...

  • springboot 入门——HelloWorld

    一、HelloWorld 1、创建maven项目 2、设定pom文件加入: <groupId>org.springframework.boot<...