Skip to content

Commit a6c4afe

Browse files
committed
refactoring in progress
1 parent f7db0b1 commit a6c4afe

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>com.dlizarra</groupId>
7-
<artifactId>myecommerce</artifactId>
6+
<groupId>com.kiaziz</groupId>
7+
<artifactId>customermanagement</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

11-
<name>MyEcommerce</name>
11+
<name>Customer Service</name>
1212
<description>Spring Boot and React Project</description>
1313

1414
<parent>

src/main/java/com/myecommerce/customer/InlineAddress.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
package com.myecommerce.customer;
22

3-
import java.util.List;
4-
53
import org.springframework.beans.factory.annotation.Value;
64
import org.springframework.data.rest.core.config.Projection;
75

8-
import com.fasterxml.jackson.annotation.JsonProperty;
96
import com.myecommerce.address.Address;
107
import com.myecommerce.creditcard.CreditCard;
118

src/main/java/com/myecommerce/data/BaseEntity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33

44

5-
import java.io.Serializable;
65
import java.time.ZonedDateTime;
76

87
import javax.persistence.EntityListeners;

0 commit comments

Comments
 (0)