Compare commits

..

No commits in common. "TestBranch" and "master" have entirely different histories.

23 changed files with 7 additions and 80 deletions

BIN
images/Bougie.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

BIN
images/Chaise.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

BIN
images/Cheval.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 KiB

BIN
images/Horloge.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

BIN
images/Vase.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 839 KiB

BIN
images/coq.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

BIN
images/lampe.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

0
microservice-commandes/mvnw vendored Executable file → Normal file
View File

View File

@ -14,7 +14,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.1</version> <version>2.6.1</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>

View File

@ -1,9 +1,5 @@
server.port=9002
server.port 9002
#Configurations H2 #Configurations H2
spring.jpa.show-sql=true spring.jpa.show-sql=true
spring.h2.console.enabled=true spring.h2.console.enabled=true
#défini l'encodage pour data.sql
spring.datasource.sql-script-encoding=UTF-8

View File

@ -1,16 +0,0 @@
package com.mcommandes;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class McommandesApplicationTests {
@Test
public void contextLoads() {
}
}

View File

@ -1,16 +0,0 @@
package com.mpayement;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class MpayementApplicationTests {
@Test
public void contextLoads() {
}
}

0
microservice-paiement/mvnw vendored Executable file → Normal file
View File

View File

@ -14,7 +14,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.1</version> <version>2.6.1</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>

View File

@ -1,9 +1,6 @@
server.port 9003 server.port=9003
#Configurations H2 #Configurations H2
spring.jpa.show-sql=true spring.jpa.show-sql=true
spring.h2.console.enabled=true spring.h2.console.enabled=true
#défini l'encodage pour data.sql
spring.datasource.sql-script-encoding=UTF-8

View File

@ -1,16 +0,0 @@
package com.mpaiement;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class MpaiementApplicationTests {
@Test
public void contextLoads() {
}
}

0
microservice-produits/mvnw vendored Executable file → Normal file
View File

View File

@ -14,7 +14,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.1</version> <version>2.6.1</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>

View File

@ -1,9 +1,7 @@
server.port 9001 server.port=9001
#Configurations H2 #Configurations H2
spring.jpa.show-sql=true spring.jpa.show-sql=true
spring.h2.console.enabled=true spring.h2.console.enabled=true
#défini l'encodage pour data.sql
spring.datasource.sql-script-encoding=UTF-8

View File

@ -1,16 +0,0 @@
package com.mproduits;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class MproduitsApplicationTests {
@Test
public void contextLoads() {
}
}