Sonar rules: rename package and project
This commit is contained in:
parent
dd2b620cb7
commit
f85ed54a21
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
package fr.vincentRamiere.MangerAutourDeSimplonBack;
|
||||
package fr.vincent.ramiere.mangerautourdesimplonback;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
@ -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;
|
Loading…
Add table
Reference in a new issue