File tree 3 files changed +3
-7
lines changed
src/main/java/com/myecommerce
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 3
3
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
6
- <groupId >com.dlizarra </groupId >
7
- <artifactId >myecommerce </artifactId >
6
+ <groupId >com.kiaziz </groupId >
7
+ <artifactId >customermanagement </artifactId >
8
8
<version >0.0.1-SNAPSHOT</version >
9
9
<packaging >jar</packaging >
10
10
11
- <name >MyEcommerce </name >
11
+ <name >Customer Service </name >
12
12
<description >Spring Boot and React Project</description >
13
13
14
14
<parent >
Original file line number Diff line number Diff line change 1
1
package com .myecommerce .customer ;
2
2
3
- import java .util .List ;
4
-
5
3
import org .springframework .beans .factory .annotation .Value ;
6
4
import org .springframework .data .rest .core .config .Projection ;
7
5
8
- import com .fasterxml .jackson .annotation .JsonProperty ;
9
6
import com .myecommerce .address .Address ;
10
7
import com .myecommerce .creditcard .CreditCard ;
11
8
Original file line number Diff line number Diff line change 2
2
3
3
4
4
5
- import java .io .Serializable ;
6
5
import java .time .ZonedDateTime ;
7
6
8
7
import javax .persistence .EntityListeners ;
You can’t perform that action at this time.
0 commit comments