File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
gateway-service/src/main/resources Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 2121 - name : Build All Services
2222 run : mvn clean install -DskipTests
2323
24+ - name : SonarQube Analysis
25+ run : |
26+ mvn sonar:sonar \
27+ -Dsonar.projectKey=spring-dynamic-microservices \
28+ -Dsonar.host.url=${{ secrets.SONAR_HOST_URL }} \
29+ -Dsonar.login=${{ secrets.SONAR_TOKEN }}
30+
2431 - name : Set up Docker Buildx
2532 uses : docker/setup-buildx-action@v3
2633
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ eureka:
2626
2727logging :
2828 level :
29- org.springframework.cloud.gateway : DEBUG
29+ " [ org.springframework.cloud.gateway] " : DEBUG
Original file line number Diff line number Diff line change 1919 <java .version>17</java .version> <!-- Or your JDK version -->
2020 <spring-cloud .version>2023.0.0</spring-cloud .version>
2121 </properties >
22+ <parent >
23+ <groupId >org.springframework.boot</groupId >
24+ <artifactId >spring-boot-starter-parent</artifactId >
25+ <version >3.2.12</version > <!-- or 3.3.1 if using latest -->
26+ <relativePath /> <!-- lookup parent from repository -->
27+ </parent >
2228
2329
2430 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments