File tree Expand file tree Collapse file tree 9 files changed +32
-27
lines changed
src/main/java/com/blubin/userservice/service Expand file tree Collapse file tree 9 files changed +32
-27
lines changed Original file line number Diff line number Diff line change 68
68
</execution >
69
69
</executions >
70
70
</plugin >
71
+ <plugin >
72
+ <groupId >org.jacoco</groupId >
73
+ <artifactId >jacoco-maven-plugin</artifactId >
74
+ </plugin >
71
75
</plugins >
72
76
</build >
73
77
Original file line number Diff line number Diff line change 49
49
<target >21</target >
50
50
</configuration >
51
51
</plugin >
52
+ <plugin >
53
+ <groupId >org.jacoco</groupId >
54
+ <artifactId >jacoco-maven-plugin</artifactId >
55
+ </plugin >
52
56
</plugins >
53
57
</build >
54
58
Original file line number Diff line number Diff line change 68
68
</execution >
69
69
</executions >
70
70
</plugin >
71
+ <plugin >
72
+ <groupId >org.jacoco</groupId >
73
+ <artifactId >jacoco-maven-plugin</artifactId >
74
+ </plugin >
71
75
</plugins >
72
76
</build >
73
77
Original file line number Diff line number Diff line change 67
67
</execution >
68
68
</executions >
69
69
</plugin >
70
+ <plugin >
71
+ <groupId >org.jacoco</groupId >
72
+ <artifactId >jacoco-maven-plugin</artifactId >
73
+ </plugin >
70
74
</plugins >
71
75
</build >
72
76
Original file line number Diff line number Diff line change 72
72
</execution >
73
73
</executions >
74
74
</plugin >
75
+ <plugin >
76
+ <groupId >org.jacoco</groupId >
77
+ <artifactId >jacoco-maven-plugin</artifactId >
78
+ </plugin >
75
79
</plugins >
76
80
</build >
77
81
Original file line number Diff line number Diff line change 53
53
<target >21</target >
54
54
</configuration >
55
55
</plugin >
56
-
57
- <!-- <plugin>-->
58
- <!-- <groupId>org.xolstice.maven.plugins</groupId>-->
59
- <!-- <artifactId>protobuf-maven-plugin</artifactId>-->
60
- <!-- <version>0.6.1</version>-->
61
- <!-- <configuration>-->
62
- <!-- <!– <protoSourceRoot>${project.basedir}/proto/src/main/proto</protoSourceRoot>–>-->
63
- <!-- <!– <outputDirectory>${project.build.directory}/generated-sources/proto</outputDirectory>–>-->
64
- <!-- <includes>-->
65
- <!-- <include>**/*.proto</include>-->
66
- <!-- </includes>-->
67
- <!-- <protocArtifact>com.google.protobuf:protoc:${protobuf.version}:exe:osx-x86_64</protocArtifact>-->
68
- <!-- <pluginId>grpc-java</pluginId>-->
69
- <!-- <pluginArtifact>io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:osx-x86_64</pluginArtifact>-->
70
- <!-- </configuration>-->
71
- <!-- <executions>-->
72
- <!-- <execution>-->
73
- <!-- <goals>-->
74
- <!-- <goal>compile</goal>-->
75
- <!-- <goal>compile-custom</goal>-->
76
- <!-- </goals>-->
77
-
78
- <!-- </execution>-->
79
- <!-- </executions>-->
80
- <!-- </plugin>-->
81
-
82
56
<plugin >
83
57
<groupId >com.github.os72</groupId >
84
58
<artifactId >protoc-jar-maven-plugin</artifactId >
107
81
</execution >
108
82
</executions >
109
83
</plugin >
84
+ <plugin >
85
+ <groupId >org.jacoco</groupId >
86
+ <artifactId >jacoco-maven-plugin</artifactId >
87
+ </plugin >
110
88
</plugins >
111
89
</build >
112
90
Original file line number Diff line number Diff line change 68
68
</execution >
69
69
</executions >
70
70
</plugin >
71
+ <plugin >
72
+ <groupId >org.jacoco</groupId >
73
+ <artifactId >jacoco-maven-plugin</artifactId >
74
+ </plugin >
71
75
</plugins >
72
76
</build >
73
77
Original file line number Diff line number Diff line change 94
94
</execution >
95
95
</executions >
96
96
</plugin >
97
+ <plugin >
98
+ <groupId >org.jacoco</groupId >
99
+ <artifactId >jacoco-maven-plugin</artifactId >
100
+ </plugin >
97
101
</plugins >
98
102
</build >
99
103
Original file line number Diff line number Diff line change 3
3
import com .blubin .proto .service .UserProfileRequest ;
4
4
import com .blubin .proto .service .UserProfileResponse ;
5
5
import com .blubin .proto .service .UserProfileServiceGrpc ;
6
- import com .blubin .userservice .model .Gender ;
7
6
import com .blubin .userservice .model .UserProfile ;
8
7
import com .blubin .userservice .repository .UserProfileRepository ;
9
8
import io .grpc .stub .StreamObserver ;
You can’t perform that action at this time.
0 commit comments