Sonarqube With Spring Boot

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ต.ค. 2021
  • Hi Friends,

    #GainJavaKnowledge
    In this video we will learn what is sonarqube?
    Why we need sonarqube?
    How to implement sonarqube in spring boot project?
    GitHub Source code link :
    =====================
    github.com/sumitMultani/sonar...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 25

  • @romaricsonkoue4570
    @romaricsonkoue4570 ปีที่แล้ว

    great video

  • @mohanknarayan2913
    @mohanknarayan2913 2 ปีที่แล้ว

    Thanks for the Detailed explanation . Keep up the good work 👍

  • @jyoti1221
    @jyoti1221 ปีที่แล้ว +1

    Sir , how to integrate sonarQube and gitlab? Please share some link which i can refer.

  • @josevictorhipolitojarabarr36
    @josevictorhipolitojarabarr36 ปีที่แล้ว

    Gracias

  • @prageethjayasinghe709
    @prageethjayasinghe709 2 ปีที่แล้ว

    A great one for beginners.

  • @thaninkimanasa5417
    @thaninkimanasa5417 2 ปีที่แล้ว

    @Gain Java Knowledge Hi I am getting code coverage as 0% I don't know why..? Please let me know

    • @riteshhraj8033
      @riteshhraj8033 ปีที่แล้ว

      Hi..check your test cases in src/main/test folder..the test cases must be proper to have better code coverage

  • @abhinavagrawal6148
    @abhinavagrawal6148 11 หลายเดือนก่อน

    how do you record your video? I am trying to create teaching video but getting lot of noise in background.

    • @GainJavaKnowledge
      @GainJavaKnowledge  11 หลายเดือนก่อน

      Yes some time we face this type of issue

  • @AakashM-fe8bq
    @AakashM-fe8bq ปีที่แล้ว +1

    How to exclude some files while doing this??

    • @GainJavaKnowledge
      @GainJavaKnowledge  ปีที่แล้ว +1

      org.jacoco
      jacoco-maven-plugin

      com/gainjavaknowledge/**/ExcludedPOJO.class
      com/gainjavaknowledge/**/*DTO.*
      **/config/*

      ...

  • @IngenieurBokonda
    @IngenieurBokonda 9 หลายเดือนก่อน

    Hi, thanks for your tutorial. Is it possible to do this with intelliJ ? I don't see how to "Run as Maven build" with intelliJ !

    • @GainJavaKnowledge
      @GainJavaKnowledge  9 หลายเดือนก่อน

      Yes its possible with intellij also

    • @krishnamohan5771
      @krishnamohan5771 7 หลายเดือนก่อน

      For intellij , right side of ide you have maven symbol, there you can execute these goals

  • @jewelchowdhury9752
    @jewelchowdhury9752 11 หลายเดือนก่อน

    Does Sonar-Qube works for JAVA 21???

  • @RaishMirza
    @RaishMirza ปีที่แล้ว

    Skipping jacoco execution due to missing execution data file

    • @RaishMirza
      @RaishMirza ปีที่แล้ว

      Plz resolve my querry anyone

    • @GainJavaKnowledge
      @GainJavaKnowledge  ปีที่แล้ว

      org.jacoco
      jacoco-maven-plugin

      com/gainjavaknowledge/**/ExcludedPOJO.class
      com/gainjavaknowledge/**/*DTO.*
      **/config/*

      ...

  • @saketsourav31
    @saketsourav31 2 ปีที่แล้ว

    How long is this session?

  • @PradumnyaGhadole
    @PradumnyaGhadole 2 ปีที่แล้ว +1

    and I'm getting coverage = 0% i don't know why please help