File tree 4 files changed +13
-3
lines changed
src/main/java/com/tml/service/impl
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 24
24
<artifactId >rvc-common</artifactId >
25
25
</dependency >
26
26
27
+ <dependency >
28
+ <groupId >com.tml</groupId >
29
+ <artifactId >rvc-rpc</artifactId >
30
+ <version >1.0-SNAPSHOT</version >
31
+ </dependency >
32
+
27
33
<!-- nacos-->
28
34
<dependency >
29
35
<groupId >com.alibaba.cloud</groupId >
Original file line number Diff line number Diff line change 1
1
package com .tml .service .impl ;
2
2
3
3
import com .baomidou .mybatisplus .core .metadata .IPage ;
4
+ import com .tml .client .UserServiceClient ;
4
5
import com .tml .common .DetectionStatusEnum ;
5
6
import com .tml .constant .QueryType ;
6
7
import com .tml .exception .RvcSQLException ;
@@ -40,6 +41,9 @@ public class FeedbackServiceImpl implements FeedbackService {
40
41
@ Resource
41
42
IFeedbackDaoService feedbackDaoService ;
42
43
44
+ @ Resource
45
+ UserServiceClient userServiceClient ;
46
+
43
47
@ Resource
44
48
IFeedbackLikeDaoService likeDaoService ;
45
49
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ EXPOSE ${SERVER_PORT}
23
23
ENTRYPOINT ["java" ,"-jar" ,"/rvc-gateway.jar" ]
24
24
25
25
26
- # <Auto> -e:prod -m:rvc-gateway -v:1.0 -rp:10010 -de:<-e ACTIVE=prod -e UNIQUE_ID=0 -e SERVER_PORT=10010 >
26
+ # <Auto> -e:prod -m:rvc-gateway -v:1.0 -rp:10000 -de:<-e ACTIVE=prod -e UNIQUE_ID=0 -e SERVER_PORT=10000 >
27
27
28
- # <Auto> -e:test -m:rvc-gateway -v:1.0 -rp:10010 -de:<-e ACTIVE=test -e UNIQUE_ID=0 -e SERVER_PORT=10010 >
28
+ # <Auto> -e:test -m:rvc-gateway -v:1.0 -rp:10000 -de:<-e ACTIVE=test -e UNIQUE_ID=0 -e SERVER_PORT=10000 >
Original file line number Diff line number Diff line change 1
1
server :
2
- port : ${SERVER_PORT:10010 }
2
+ port : ${SERVER_PORT:10000 }
3
3
4
4
spring :
5
5
main :
You can’t perform that action at this time.
0 commit comments