File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
magma-diffusion-impl/src/main/java/fr/insee/rmes/magma/diffusion
magma-oas/src/main/resources Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 44import org .springframework .boot .autoconfigure .SpringBootApplication ;
55
66@ SpringBootApplication
7- public class Magma {
7+ public class MagmaDiffusion {
88 public static void main (String [] args ) {
99
10- SpringApplication .run (Magma .class , args );
10+ SpringApplication .run (MagmaDiffusion .class , args );
1111 }
1212}
Original file line number Diff line number Diff line change @@ -6848,6 +6848,7 @@ components:
68486848 - QuartierPrioritaireDeLaPolitiqueDeLaVille2024
68496849 - Territoire
68506850 - CollectiviteTerritorialeAyantLesCompetencesDepartementales
6851+ - EtablissementPublicTerritorial
68516852 example : ' Canton'
68526853
68536854 TypeEnumDescendantsCollectiviteDOutreMer :
You can’t perform that action at this time.
0 commit comments