Sonar rules: rename package and project

This commit is contained in:
calaglinPilot 2025-05-03 11:10:12 +02:00
parent dd2b620cb7
commit f85ed54a21
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
package fr.vincentRamiere.MangerAutourDeSimplonBack;
package fr.vincent.ramiere.mangerautourdesimplonback;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

View file

@ -1,4 +1,4 @@
package fr.vincentRamiere.MangerAutourDeSimplonBack;
package fr.vincent.ramiere.mangerautourdesimplonback;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;